Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
Modifier and Type | Method and Description |
---|---|
SizeCommand |
CommandsFactoryImpl.buildSizeCommand() |
SizeCommand |
CommandsFactory.buildSizeCommand()
Builds a SizeCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
Visitor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Object |
AbstractVisitor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleSizeCommand(InvocationContext ctx,
SizeCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitSizeCommand(InvocationContext ctx,
SizeCommand command) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.