Uses of Package
org.sdnplatform.sync.internal.store

Packages that use org.sdnplatform.sync.internal.store
org.sdnplatform.sync.internal   
org.sdnplatform.sync.internal.remote   
org.sdnplatform.sync.internal.store   
 

Classes in org.sdnplatform.sync.internal.store used by org.sdnplatform.sync.internal
IStorageEngine
          A base storage class which is actually responsible for data persistence.
IStore
          The basic interface used for storage and storage decorators.
MappingStoreListener
          A class that will map from the raw serialized keys to the appropriate key type for a store listener
SynchronizingStorageEngine
          This storage engine will asynchronously replicate its data to the other nodes in the cluster based on the scope of the s
 

Classes in org.sdnplatform.sync.internal.store used by org.sdnplatform.sync.internal.remote
IStore
          The basic interface used for storage and storage decorators.
MappingStoreListener
          A class that will map from the raw serialized keys to the appropriate key type for a store listener
 

Classes in org.sdnplatform.sync.internal.store used by org.sdnplatform.sync.internal.store
IStorageEngine
          A base storage class which is actually responsible for data persistence.
IStore
          The basic interface used for storage and storage decorators.
ListenerStorageEngine
          A storage engine that proxies to another storage engine and notifies registered listeners of changes
MappingStoreListener
          A class that will map from the raw serialized keys to the appropriate key type for a store listener