public class KeySetCommand<K,V> extends AbstractLocalCommand implements VisitableCommand
Map.keySet()
functionality.VisitableCommand.LoadType
Constructor and Description |
---|
KeySetCommand(long flagsBitSet) |
Modifier and Type | Method and Description |
---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
String |
toString() |
getCommandId, isReturnValueExpected, loadType, readFrom, writeTo
getFlagsBitSet, hasSameFlags, printFlags, setFlagsBitSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
init, loadType
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, readFrom, setOrigin, writeTo
addFlag, addFlags, addFlags, getFlags, hasAllFlags, hasAnyFlag, hasFlag, setFlags
public Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
VisitableCommand
acceptVisitor
in interface VisitableCommand
ctx
- invocation contextvisitor
- visitor to acceptThrowable
- in the event of problemsCopyright © 2021 JBoss by Red Hat. All rights reserved.