org.infinispan.commands.read
Class EntrySetCommand
java.lang.Object
org.infinispan.commands.read.AbstractLocalCommand
org.infinispan.commands.read.EntrySetCommand
- All Implemented Interfaces:
- LocalCommand, ReplicableCommand, VisitableCommand
public class EntrySetCommand
- extends AbstractLocalCommand
- implements VisitableCommand
Command implementation for Map.entrySet()
functionality.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo, Trustin Lee
EntrySetCommand
public EntrySetCommand(DataContainer container,
InternalEntryFactory internalEntryFactory)
acceptVisitor
public Object acceptVisitor(InvocationContext ctx,
Visitor visitor)
throws Throwable
- Description copied from interface:
VisitableCommand
- Accept a visitor, and return the result of accepting this visitor.
- Specified by:
acceptVisitor
in interface VisitableCommand
- Parameters:
ctx
- invocation contextvisitor
- visitor to accept
- Returns:
- arbitrary return value
- Throws:
Throwable
- in the event of problems
perform
public Set<InternalCacheEntry> perform(InvocationContext ctx)
throws Throwable
- Description copied from interface:
ReplicableCommand
- Performs the primary function of the command. Please see specific implementation classes for details on what is
performed as well as return types. Important: this method will be invoked at the end of interceptors chain.
It should never be called directly from a custom interceptor.
- Specified by:
perform
in interface ReplicableCommand
- Parameters:
ctx
- invocation context
- Returns:
- arbitrary return value generated by performing this command
- Throws:
Throwable
- in the event of problems.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.