- All Superinterfaces:
- LocalFlagAffectedCommand, MetadataAwareCommand, ReplicableCommand, TopologyAffectedCommand, VisitableCommand
- All Known Subinterfaces:
- DataWriteCommand, WriteCommand
- All Known Implementing Classes:
- AbstractDataCommand, AbstractDataWriteCommand, AbstractFlagAffectedCommand, ApplyDeltaCommand, ClearCommand, ClusteredGetCommand, EvictCommand, GetKeyValueCommand, InvalidateCommand, InvalidateL1Command, LockControlCommand, PutKeyValueCommand, PutMapCommand, RemoveCommand, ReplaceCommand
public interface FlagAffectedCommand
extends VisitableCommand, TopologyAffectedCommand, MetadataAwareCommand, LocalFlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
By implementing this interface the remote handler will read them out and restore in context;
flags should still be evaluated in the InvocationContext.
- Since:
- 5.0
- Author:
- Sanne Grinovero (C) 2011 Red Hat Inc.