public class PassivationClusteredCacheLoaderInterceptor<K,V> extends ClusteredCacheLoaderInterceptor<K,V>
activation, cacheLoads, cacheMisses, entryFactory, nonBlockingExecutor, notifier, persistenceManagercacheConfiguration| Constructor and Description |
|---|
PassivationClusteredCacheLoaderInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<InternalCacheEntry<K,V>> |
loadAndStoreInDataContainer(InvocationContext ctx,
Object key,
int segment,
FlagAffectedCommand cmd)
Load and store the entry if present in the data container, returning the entry in the CompletionStage
|
canLoad, skipLoadForWriteCommanddisableStore, getCacheLoaderLoads, getCacheLoaderMisses, getStores, hasSkipLoadFlag, isConditional, loadIfNeeded, loadInContext, resetStatistics, sendNotification, start, visitComputeCommand, visitComputeIfAbsentCommand, visitEntrySetCommand, visitGetAllCommand, visitGetCacheEntryCommand, visitGetKeysInGroupCommand, visitGetKeyValueCommand, visitKeySetCommand, visitPutKeyValueCommand, visitReadOnlyKeyCommand, visitReadOnlyManyCommand, visitReadWriteKeyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyCommand, visitReadWriteManyEntriesCommand, visitRemoveCommand, visitReplaceCommand, visitSizeCommandgetStatisticsEnabled, onStart, setStatisticsEnabledhandleDefault, visitClearCommand, visitCommand, visitCommitCommand, visitEvictCommand, visitInvalidateCommand, visitInvalidateL1Command, visitLockControlCommand, visitPrepareCommand, visitPutMapCommand, visitRollbackCommand, visitUnknownCommand, visitWriteOnlyKeyCommand, visitWriteOnlyKeyValueCommand, visitWriteOnlyManyCommand, visitWriteOnlyManyEntriesCommandasyncInvokeNext, asyncInvokeNext, asyncInvokeNext, asyncValue, delayedNull, delayedValue, delayedValue, invokeNext, invokeNextAndExceptionally, invokeNextAndFinally, invokeNextAndHandle, invokeNextThenAccept, invokeNextThenApply, isSuccessfullyDone, makeStage, setNextInterceptor, valueOrExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadAndStoreInDataContainervisitRemoveExpiredCommandpublic PassivationClusteredCacheLoaderInterceptor()
public CompletionStage<InternalCacheEntry<K,V>> loadAndStoreInDataContainer(InvocationContext ctx, Object key, int segment, FlagAffectedCommand cmd)
EntryLoaderloadAndStoreInDataContainer in interface EntryLoader<K,V>loadAndStoreInDataContainer in class CacheLoaderInterceptor<K,V>ctx - context that generated this requestkey - key to load from the storesegment - segment of the key to loadcmd - the command that generated this load requestCopyright © 2022 JBoss by Red Hat. All rights reserved.