|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntrySetCommand | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
Uses of EntrySetCommand in org.infinispan.commands |
---|
Methods in org.infinispan.commands that return EntrySetCommand | |
---|---|
EntrySetCommand |
CommandsFactoryImpl.buildEntrySetCommand()
|
EntrySetCommand |
CommandsFactory.buildEntrySetCommand()
Builds a EntrySetCommand |
Methods in org.infinispan.commands with parameters of type EntrySetCommand | |
---|---|
Object |
Visitor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
|
Object |
AbstractVisitor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
|
Uses of EntrySetCommand in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type EntrySetCommand | |
---|---|
Object |
MarshalledValueInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
|
|
--> |