public class KeySetCommand extends AbstractLocalCommand implements VisitableCommand
Map.keySet()
functionality.Modifier and Type | Class and Description |
---|---|
static class |
KeySetCommand.ExpiredFilteredKeySet |
Constructor and Description |
---|
KeySetCommand(DataContainer container) |
Modifier and Type | Method and Description |
---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
Set<Object> |
perform(InvocationContext ctx)
Performs the primary function of the command.
|
String |
toString() |
getCommandId, getParameters, ignoreCommandOnStatus, isReturnValueExpected, noTxModifications, setParameters, shouldInvoke
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
ignoreCommandOnStatus, shouldInvoke
getCommandId, getParameters, isReturnValueExpected, setParameters
public KeySetCommand(DataContainer container)
public Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
VisitableCommand
acceptVisitor
in interface VisitableCommand
ctx
- invocation contextvisitor
- visitor to acceptThrowable
- in the event of problemspublic Set<Object> perform(InvocationContext ctx) throws Throwable
ReplicableCommand
perform
in interface ReplicableCommand
ctx
- invocation contextThrowable
- in the event of problems.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.