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.impl Basic interceptorsorg.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, 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, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion)Methods in org.infinispan.commands with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description ObjectAbstractVisitor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectVisitor. 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 classTxReadOnlyKeyCommand<K,V,R> -
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. 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 ReadOnlyKeyCommandBaseDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)protected ReadOnlyKeyCommandTxDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)Methods in org.infinispan.interceptors.distribution with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description protected ReadOnlyKeyCommandBaseDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)protected ReadOnlyKeyCommandTxDistributionInterceptor. remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectBaseDistributionInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectScatteredDistributionInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) -
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ReadOnlyKeyCommand Modifier and Type Method Description ObjectBaseStateTransferInterceptor.LostDataVisitor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectBaseStateTransferInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectCacheLoaderInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectCacheMgmtInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectCallInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectEntryWrappingInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectPrefetchInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)ObjectTxInterceptor. 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 ObjectAbstractLockingInterceptor. visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)
-