CompletionStage<Void> |
PersistenceManager.clearAllStores(Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManagerImpl.clearAllStores(Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManagerStub.clearAllStores(Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManager.commitAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
Perform the commit operation for the provided transaction on all Tx stores.
|
CompletionStage<Void> |
PersistenceManagerImpl.commitAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManagerStub.commitAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Boolean> |
PersistenceManager.deleteFromAllStores(Object key,
int segment,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Boolean> |
PersistenceManagerImpl.deleteFromAllStores(Object key,
int segment,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Boolean> |
PersistenceManagerStub.deleteFromAllStores(Object key,
int segment,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManager.prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
Perform the prepare phase of 2PC on all Tx stores.
|
CompletionStage<Void> |
PersistenceManagerImpl.prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManagerStub.prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManager.rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
Perform the rollback operation for the provided transaction on all Tx stores.
|
CompletionStage<Void> |
PersistenceManagerImpl.rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Void> |
PersistenceManagerStub.rollbackAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext,
Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Long> |
PassivationPersistenceManager.size(Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Long> |
PersistenceManager.size(Predicate<? super StoreConfiguration> predicate) |
Returns the count of how many entries are persisted.
|
CompletionStage<Long> |
PersistenceManagerImpl.size(Predicate<? super StoreConfiguration> predicate) |
|
CompletionStage<Long> |
PersistenceManagerStub.size(Predicate<? super StoreConfiguration> predicate) |
|
<K,V> CompletionStage<Void> |
PersistenceManager.writeEntries(Iterable<MarshallableEntry<K,V>> iterable,
Predicate<? super StoreConfiguration> predicate) |
Writes the entries to the stores that pass the given predicate
|
<K,V> CompletionStage<Void> |
PersistenceManagerImpl.writeEntries(Iterable<MarshallableEntry<K,V>> iterable,
Predicate<? super StoreConfiguration> predicate) |
|
<K,V> CompletionStage<Void> |
PersistenceManagerStub.writeEntries(Iterable<MarshallableEntry<K,V>> iterable,
Predicate<? super StoreConfiguration> predicate) |
|
default CompletionStage<Void> |
PersistenceManager.writeToAllNonTxStores(MarshallableEntry marshalledEntry,
int segment,
Predicate<? super StoreConfiguration> predicate) |
Write to all stores that are not transactional.
|
CompletionStage<Void> |
PersistenceManager.writeToAllNonTxStores(MarshallableEntry marshalledEntry,
int segment,
Predicate<? super StoreConfiguration> predicate,
long flags) |
|
CompletionStage<Void> |
PersistenceManagerImpl.writeToAllNonTxStores(MarshallableEntry marshalledEntry,
int segment,
Predicate<? super StoreConfiguration> predicate,
long flags) |
|
CompletionStage<Void> |
PersistenceManagerStub.writeToAllNonTxStores(MarshallableEntry marshalledEntry,
int segment,
Predicate<? super StoreConfiguration> predicate,
long flags) |
|