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