|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizingStorageEngine | |
---|---|
org.sdnplatform.sync.internal |
Uses of SynchronizingStorageEngine in org.sdnplatform.sync.internal |
---|
Methods in org.sdnplatform.sync.internal that return SynchronizingStorageEngine | |
---|---|
SynchronizingStorageEngine |
StoreRegistry.get(java.lang.String storeName)
Get the store associated with the given name, or null if there is no such store |
protected SynchronizingStorageEngine |
SyncManager.getStoreInternal(java.lang.String storeName)
|
SynchronizingStorageEngine |
StoreRegistry.register(java.lang.String storeName,
ISyncService.Scope scope,
boolean persistent)
Register a new store with the given name, scope and persistence |
Methods in org.sdnplatform.sync.internal that return types with arguments of type SynchronizingStorageEngine | |
---|---|
java.util.Collection<SynchronizingStorageEngine> |
StoreRegistry.values()
Get a collection containing all the currently-registered stores |
Methods in org.sdnplatform.sync.internal with parameters of type SynchronizingStorageEngine | |
---|---|
void |
SyncManager.queueSyncTask(SynchronizingStorageEngine e,
ByteArray key,
Versioned<byte[]> value)
Queue a synchronization of the specified KeyedValues to all nodes
assocatiated with the storage engine specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |