Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EntrySetCommand |
CommandsFactoryImpl.buildEntrySetCommand() |
EntrySetCommand |
CommandsFactory.buildEntrySetCommand()
Builds a EntrySetCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Object |
AbstractVisitor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
MarshalledValueInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.