| Interface | Description |
|---|---|
| BackingStoreFactory |
A factory for creating BackingStore(s).
|
| BackingStoreTransaction | |
| HashableKey |
This interface is implemented by objects that are used as Keys in BackingStore operations.
|
| Storeable |
A Storeable is an interface that must be implemented by objects that
are to be presisted in the backing store.
|
| StoreEntryProcessor<K,V extends Serializable> |
| Class | Description |
|---|---|
| BackingStore<K extends Serializable,V extends Serializable> |
An object that stores a given value against an id.
|
| BackingStoreConfiguration<K extends Serializable,V extends Serializable> |
| Exception | Description |
|---|---|
| BackingStoreException |
This exception is thrown to signal any BackingStore specific exception.
|
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.