Interface VisitableCommand

All Superinterfaces:
ReplicableCommand
All Known Subinterfaces:
DataCommand, DataWriteCommand, FlagAffectedCommand, TransactionBoundaryCommand, WriteCommand
All Known Implementing Classes:
AbstractDataCommand, AbstractDataWriteCommand, AbstractFlagAffectedCommand, AbstractLocalCommand, AbstractTopologyAffectedCommand, AbstractTransactionBoundaryCommand, AbstractWriteKeyCommand, AbstractWriteManyCommand, ClearCommand, CommitCommand, ComputeCommand, ComputeIfAbsentCommand, EntrySetCommand, EvictCommand, GetAllCommand, GetCacheEntryCommand, GetKeyValueCommand, InvalidateCommand, InvalidateL1Command, IracPutKeyValueCommand, KeySetCommand, LockControlCommand, PrepareCommand, PutKeyValueCommand, PutMapCommand, ReadOnlyKeyCommand, ReadOnlyManyCommand, ReadWriteKeyCommand, ReadWriteKeyValueCommand, ReadWriteManyCommand, ReadWriteManyEntriesCommand, RemoveCommand, RemoveExpiredCommand, ReplaceCommand, RollbackCommand, SizeCommand, TouchCommand, TxReadOnlyKeyCommand, TxReadOnlyManyCommand, VersionedCommitCommand, VersionedPrepareCommand, WriteOnlyKeyCommand, WriteOnlyKeyValueCommand, WriteOnlyManyCommand, WriteOnlyManyEntriesCommand

public interface VisitableCommand extends ReplicableCommand
A type of command that can accept Visitors, such as DDAsyncInterceptor.
Since:
4.0
Author:
Manik Surtani ([email protected])
  • Method Details