Package org.infinispan.commands.read
Class EntrySetCommand<K,V>
java.lang.Object
org.infinispan.commands.AbstractFlagAffectedCommand
org.infinispan.commands.read.AbstractLocalCommand
org.infinispan.commands.read.EntrySetCommand<K,V>
- All Implemented Interfaces:
FlagAffectedCommand,LocalCommand,ReplicableCommand,VisitableCommand
Command implementation for
Map.entrySet() functionality.- Since:
- 4.0
- Author:
- Galder ZamarreƱo, Trustin Lee, William Burns
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.commands.VisitableCommand
VisitableCommand.LoadType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptVisitor(InvocationContext ctx, Visitor visitor) Accept a visitor, and return the result of accepting this visitor.toString()Methods inherited from class org.infinispan.commands.read.AbstractLocalCommand
getCommandId, isReturnValueExpected, loadType, readFrom, writeToMethods inherited from class org.infinispan.commands.AbstractFlagAffectedCommand
getFlagsBitSet, hasSameFlags, printFlags, setFlagsBitSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.commands.FlagAffectedCommand
addFlag, addFlags, addFlags, getFlags, hasAllFlags, hasAnyFlag, hasFlag, setFlagsMethods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, logThrowable, readFrom, setOrigin, writeToMethods inherited from interface org.infinispan.commands.VisitableCommand
init, loadType
-
Constructor Details
-
EntrySetCommand
public EntrySetCommand(long flagsBitSet)
-
-
Method Details
-
acceptVisitor
Description copied from interface:VisitableCommandAccept a visitor, and return the result of accepting this visitor.- Specified by:
acceptVisitorin interfaceVisitableCommand- Parameters:
ctx- invocation contextvisitor- visitor to accept- Returns:
- arbitrary return value
- Throws:
Throwable- in the event of problems
-
toString
-