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.impl Basic interceptors -
-
Uses of SizeCommand in org.infinispan.commands
Methods in org.infinispan.commands that return SizeCommand Modifier and Type Method Description SizeCommandCommandsFactory. buildSizeCommand(long flagsBitSet)Builds a SizeCommandSizeCommandCommandsFactoryImpl. buildSizeCommand(long flagsBitSet)Methods in org.infinispan.commands with parameters of type SizeCommand Modifier and Type Method Description ObjectAbstractVisitor. visitSizeCommand(InvocationContext ctx, SizeCommand command)ObjectVisitor. 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 ObjectDDAsyncInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command) -
Uses of SizeCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type SizeCommand Modifier and Type Method Description ObjectCacheLoaderInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command)ObjectCallInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command)ObjectTxInterceptor. visitSizeCommand(InvocationContext ctx, SizeCommand command)
-