| Interface | Description |
|---|---|
| Store<E extends Event,D extends StoreDelegate<E>> |
Abstraction of a entity capable of storing and/or distributing information
across a cluster.
|
| StoreDelegate<E extends Event> |
Entity associated with a store and capable of receiving notifications of
events within the store.
|
| Timestamp |
Opaque version structure.
|
| Class | Description |
|---|---|
| AbstractStore<E extends Event,D extends StoreDelegate<E>> |
Base implementation of a store.
|
| LogicalTimestamp |
Timestamp based on logical sequence value.
|
| OsgiPropertyConstants |
Name/Value constants for properties.
|