|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStorageEngine | |
---|---|
org.sdnplatform.sync.internal | |
org.sdnplatform.sync.internal.store |
Uses of IStorageEngine in org.sdnplatform.sync.internal |
---|
Methods in org.sdnplatform.sync.internal that return IStorageEngine | |
---|---|
IStorageEngine<ByteArray,byte[]> |
SyncManager.getRawStore(java.lang.String storeName)
Get access to the raw storage engine. |
Uses of IStorageEngine in org.sdnplatform.sync.internal.store |
---|
Classes in org.sdnplatform.sync.internal.store that implement IStorageEngine | |
---|---|
class |
InMemoryStorageEngine<K,V>
A simple non-persistent, in-memory store. |
class |
JavaDBStorageEngine
Persistent storage engine that keeps its data in a JDB database |
class |
ListenerStorageEngine
A storage engine that proxies to another storage engine and notifies registered listeners of changes |
class |
SynchronizingStorageEngine
This storage engine will asynchronously replicate its data to the other nodes in the cluster based on the scope of the s |
Fields in org.sdnplatform.sync.internal.store declared as IStorageEngine | |
---|---|
protected IStorageEngine<ByteArray,byte[]> |
ListenerStorageEngine.localStorage
The local storage for this storage engine |
Constructors in org.sdnplatform.sync.internal.store with parameters of type IStorageEngine | |
---|---|
ListenerStorageEngine(IStorageEngine<ByteArray,byte[]> localStorage,
IDebugCounterService debugCounter)
Allocate new ListenerStorageEngine |
|
SynchronizingStorageEngine(IStorageEngine<ByteArray,byte[]> localStorage,
SyncManager syncManager,
IDebugCounterService debugCounter,
ISyncService.Scope scope)
Allocate a synchronizing storage engine |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |