Page Speed Optimization Libraries  1.7.30.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::AbstractPropertyStoreGetCallback Class Reference

#include "abstract_property_store_get_callback.h"

Inheritance diagram for net_instaweb::AbstractPropertyStoreGetCallback:
net_instaweb::PropertyStoreGetCallback

List of all members.

Public Member Functions

virtual void FastFinishLookup ()=0
virtual void DeleteWhenDone ()=0

Detailed Description

Abstract class which manages the storage system lookup. Any PropertyStore can derive from this class and objects of this class are created by PropertyStore::Get(). PropertyStores must return an implementation of this interface from Get.

Todo:
TODO(pulkitg): Revisit this to make this inner class of PropertyStore.

Member Function Documentation

Deletes this after Done has run. Callback is no more useful after this is called, so it should be called only after all required operations are done by client on this callback.

Implemented in net_instaweb::PropertyStoreGetCallback.

Try to finish all the pending lookups if possible and call Done as soon as possible.

Implemented in net_instaweb::PropertyStoreGetCallback.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines