Uses of Class
org.infinispan.commands.functional.ReadOnlyKeyCommand
-
Packages that use ReadOnlyKeyCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking. -
-
Uses of ReadOnlyKeyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ReadOnlyKeyCommand Modifier and Type Method Description <K,V,R>
ReadOnlyKeyCommand<K,V,R>CommandsFactory. buildReadOnlyKeyCommand(Object key, Function<EntryView.ReadEntryView<K,V>,R> f, int segment, org.infinispan.functional.impl.Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)
<K,V,R>
ReadOnlyKeyCommand<K,V,R>CommandsFactoryImpl. buildReadOnlyKeyCommand(Object key, Function<EntryView.ReadEntryView<K,V>,R> f, int segment, org.infinispan.functional.impl.Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)
Methods in org.infinispan.commands with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description Object
AbstractVisitor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
Object
Visitor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
-
Uses of ReadOnlyKeyCommand in org.infinispan.commands.functional
Subclasses of ReadOnlyKeyCommand in org.infinispan.commands.functional Modifier and Type Class Description class
TxReadOnlyKeyCommand<K,V,R>
Constructors in org.infinispan.commands.functional with parameters of type ReadOnlyKeyCommand Constructor Description TxReadOnlyKeyCommand(ReadOnlyKeyCommand other, List<Mutation<K,V,?>> mutations, int segment, org.infinispan.functional.impl.Params params, DataConversion keyDataConversion, DataConversion valueDataConversion, ComponentRegistry componentRegistry)
-
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
-
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return ReadOnlyKeyCommand Modifier and Type Method Description protected ReadOnlyKeyCommand
BaseDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
protected ReadOnlyKeyCommand
TxDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
Methods in org.infinispan.interceptors.distribution with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description protected ReadOnlyKeyCommand
BaseDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
protected ReadOnlyKeyCommand
TxDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
Object
BaseDistributionInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
Object
ScatteredDistributionInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
-
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description Object
AbstractLockingInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
-