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