K
- The key type of entriesV
- The value type of entries@Deprecated public class DistributionBulkInterceptor<K,V> extends CommandInterceptor
Modifier and Type | Class and Description |
---|---|
protected static class |
DistributionBulkInterceptor.BackingEntrySet<K,V>
Deprecated.
|
protected static class |
DistributionBulkInterceptor.BackingKeySet<K,V>
Deprecated.
|
protected static class |
DistributionBulkInterceptor.TxBackingEntrySet<K,V>
Deprecated.
|
cacheConfiguration
Constructor and Description |
---|
DistributionBulkInterceptor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
inject(Cache<K,V> cache)
Deprecated.
|
CacheSet<CacheEntry<K,V>> |
visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<K> |
visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
getCacheWithFlags, getLockAcquisitionTimeout, getLog, getNext, handleDefault, hasNext, hasSkipLocking, injectConfiguration, invokeNextInterceptor, setNext
visitApplyDeltaCommand, visitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitEvictCommand, visitGetAllCommand, visitGetCacheEntryCommand, visitGetKeysInGroupCommand, visitGetKeyValueCommand, visitInvalidateCommand, visitInvalidateL1Command, visitLockControlCommand, visitPrepareCommand, visitPutKeyValueCommand, visitPutMapCommand, visitReadOnlyKeyCommand, visitReadOnlyManyCommand, visitReadWriteKeyCommand, visitReadWriteKeyValueCommand, visitReadWriteManyCommand, visitReadWriteManyEntriesCommand, visitRemoveCommand, visitReplaceCommand, visitRollbackCommand, visitSizeCommand, visitUnknownCommand, visitWriteOnlyKeyCommand, visitWriteOnlyKeyValueCommand, visitWriteOnlyManyCommand, visitWriteOnlyManyEntriesCommand
public CacheSet<CacheEntry<K,V>> visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) throws Throwable
visitEntrySetCommand
in interface Visitor
visitEntrySetCommand
in class AbstractVisitor
Throwable
public CacheSet<K> visitKeySetCommand(InvocationContext ctx, KeySetCommand command) throws Throwable
visitKeySetCommand
in interface Visitor
visitKeySetCommand
in class AbstractVisitor
Throwable
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.