Class | Description |
---|---|
AbstractSegmentedAdvancedLoadWriteStore<K,V> |
Abstract segment loader writer that implements all the single key non segmented methods by invoking the segmented
equivalent by passing in the segment returned from invoking
AbstractSegmentedAdvancedLoadWriteStore.getKeyMapper() . |
BatchModification |
A simple wrapper class, necessary for Transactional stores, which allows MarshalledEntries and Object keys to be passed
to a store implementation in order.
|
ComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration> |
Segmented store that creates multiple inner stores for each segment.
|
CorePackageImpl | |
DelegatingCacheLoader<K,V> | |
DelegatingCacheWriter<K,V> | |
DelegatingNonBlockingStore<K,V> | |
DelegatingPersistenceManager | |
NonBlockingStoreAdapter<K,V> | |
SegmentPublisherWrapper<Type> | |
SingleSegmentPublisher<E> |
Copyright © 2021 JBoss by Red Hat. All rights reserved.