See: Description
| Interface | Description |
|---|---|
| StoreService |
Bootstrap service to get a handle on a share Hazelcast instance.
|
| Class | Description |
|---|---|
| AbsentInvalidatingLoadingCache<K,V> |
Wrapper around LoadingCache to handle negative hit scenario.
|
| AbstractHazelcastStore<E extends org.onosproject.event.Event,D extends org.onosproject.store.StoreDelegate<E>> |
Abstraction of a distributed store based on Hazelcast.
|
| OptionalCacheLoader<K,V> |
CacheLoader to wrap Map value with Optional,
to handle negative hit on underlying IMap.
|
| SMap<K,V> |
Wrapper around IMap<byte[], byte[]> which serializes/deserializes
key and value using StoreSerializer.
|
| SQueue<T> |
Wrapper around IQueue<byte[]> which serializes/deserializes
key and value using StoreSerializer.
|
| StoreManager |
Auxiliary bootstrap of distributed store.
|
| STxMap<K,V> |
Wrapper around TransactionalMap<byte[], byte[]> which serializes/deserializes
key and value using StoreSerializer.
|
Copyright © 2015. All rights reserved.