| Package | Description |
|---|---|
| org.infinispan.persistence |
Persistence API.
|
| org.infinispan.persistence.support |
| Modifier and Type | Method and Description |
|---|---|
static int |
PersistenceUtil.count(SegmentedAdvancedLoadWriteStore<?,?> salws,
IntSet segments)
Counts how many entries are present in the segmented store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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(). |
class |
ComposedSegmentedLoadWriteStore<K,V,T extends AbstractSegmentedStoreConfiguration>
Segmented store that creates multiple inner stores for each segment.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentedAdvancedLoadWriteStore<K,V> |
NonBlockingStoreAdapter.segmentedStore() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.