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(Set<Flag> flags) |
ValuesCommand |
CommandsFactory.buildValuesCommand(Set<Flag> flags)
Builds a ValuesCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitValuesCommand(InvocationContext ctx,
ValuesCommand command) |
Object |
Visitor.visitValuesCommand(InvocationContext ctx,
ValuesCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
MarshalledValueInterceptor.visitValuesCommand(InvocationContext ctx,
ValuesCommand command) |
Object |
CacheLoaderInterceptor.visitValuesCommand(InvocationContext ctx,
ValuesCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.