Uses of Class
org.infinispan.commands.read.SizeCommand
-
Packages that use SizeCommand 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.org.infinispan.interceptors.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode. -
-
Uses of SizeCommand in org.infinispan.commands
Methods in org.infinispan.commands that return SizeCommand Modifier and Type Method Description SizeCommand
CommandsFactory. buildSizeCommand(long flagsBitSet)
Builds a SizeCommandSizeCommand
CommandsFactoryImpl. buildSizeCommand(long flagsBitSet)
Methods in org.infinispan.commands with parameters of type SizeCommand Modifier and Type Method Description Object
AbstractVisitor. visitSizeCommand(InvocationContext ctx, SizeCommand command)
Object
Visitor. visitSizeCommand(InvocationContext ctx, SizeCommand command)
-
Uses of SizeCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type SizeCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command)
-
Uses of SizeCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type SizeCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handleSizeCommand(InvocationContext ctx, SizeCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command)
Deprecated. -
Uses of SizeCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type SizeCommand Modifier and Type Method Description Object
BaseDistributionInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command)
-