Uses of Class
org.infinispan.commands.functional.ReadOnlyKeyCommand
Packages that use ReadOnlyKeyCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
-
Uses of ReadOnlyKeyCommand in org.infinispan.commands
Methods in org.infinispan.commands that return ReadOnlyKeyCommandModifier and TypeMethodDescription<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 ReadOnlyKeyCommandModifier and TypeMethodDescriptionAbstractVisitor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) Visitor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) -
Uses of ReadOnlyKeyCommand in org.infinispan.commands.functional
Subclasses of ReadOnlyKeyCommand in org.infinispan.commands.functional -
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type ReadOnlyKeyCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) -
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return ReadOnlyKeyCommandModifier and TypeMethodDescriptionprotected ReadOnlyKeyCommandBaseDistributionInterceptor.remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) protected ReadOnlyKeyCommandTxDistributionInterceptor.remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) Methods in org.infinispan.interceptors.distribution with parameters of type ReadOnlyKeyCommandModifier and TypeMethodDescriptionprotected ReadOnlyKeyCommandBaseDistributionInterceptor.remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) protected ReadOnlyKeyCommandTxDistributionInterceptor.remoteReadOnlyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) BaseDistributionInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) ScatteredDistributionInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) -
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ReadOnlyKeyCommandModifier and TypeMethodDescriptionBaseStateTransferInterceptor.LostDataVisitor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) BaseStateTransferInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) CacheLoaderInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) CacheMgmtInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) CallInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) EntryWrappingInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) PrefetchInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) TxInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command) -
Uses of ReadOnlyKeyCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type ReadOnlyKeyCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitReadOnlyKeyCommand(InvocationContext ctx, ReadOnlyKeyCommand command)