public interface Visitor
Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
ThrowableObject visitRemoveCommand(InvocationContext ctx, RemoveCommand command) throws Throwable
ThrowableObject visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) throws Throwable
ThrowableObject visitClearCommand(InvocationContext ctx, ClearCommand command) throws Throwable
ThrowableObject visitPutMapCommand(InvocationContext ctx, PutMapCommand command) throws Throwable
ThrowableObject visitEvictCommand(InvocationContext ctx, EvictCommand command) throws Throwable
ThrowableObject visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command) throws Throwable
ThrowableObject visitSizeCommand(InvocationContext ctx, SizeCommand command) throws Throwable
ThrowableObject visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
ThrowableObject visitGetCacheEntryCommand(InvocationContext ctx, GetCacheEntryCommand command) throws Throwable
ThrowableObject visitGetAllCommand(InvocationContext ctx, GetAllCommand command) throws Throwable
ThrowableObject visitKeySetCommand(InvocationContext ctx, KeySetCommand command) throws Throwable
ThrowableObject visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) throws Throwable
ThrowableObject visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command) throws Throwable
ThrowableObject visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) throws Throwable
ThrowableObject visitCommitCommand(TxInvocationContext ctx, CommitCommand command) throws Throwable
ThrowableObject visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) throws Throwable
ThrowableObject visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command) throws Throwable
ThrowableObject visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) throws Throwable
ThrowableObject visitUnknownCommand(InvocationContext ctx, VisitableCommand command) throws Throwable
Throwable<V> Object visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<V> command) throws Throwable
ThrowableObject visitGetKeysInGroupCommand(InvocationContext ctx, GetKeysInGroupCommand command) throws Throwable
ThrowableObject visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) throws Throwable
ThrowableObject visitReadOnlyManyCommand(InvocationContext ctx, ReadOnlyManyCommand command) throws Throwable
ThrowableObject visitWriteOnlyKeyCommand(InvocationContext ctx, WriteOnlyKeyCommand command) throws Throwable
ThrowableObject visitReadWriteKeyValueCommand(InvocationContext ctx, ReadWriteKeyValueCommand command) throws Throwable
ThrowableObject visitReadWriteKeyCommand(InvocationContext ctx, ReadWriteKeyCommand command) throws Throwable
ThrowableObject visitWriteOnlyManyEntriesCommand(InvocationContext ctx, WriteOnlyManyEntriesCommand command) throws Throwable
ThrowableObject visitWriteOnlyKeyValueCommand(InvocationContext ctx, WriteOnlyKeyValueCommand command) throws Throwable
ThrowableObject visitWriteOnlyManyCommand(InvocationContext ctx, WriteOnlyManyCommand command) throws Throwable
ThrowableObject visitReadWriteManyCommand(InvocationContext ctx, ReadWriteManyCommand command) throws Throwable
ThrowableObject visitReadWriteManyEntriesCommand(InvocationContext ctx, ReadWriteManyEntriesCommand command) throws Throwable
ThrowableCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.