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.functionalClasses in org.infinispan.commands.functional that implement interfaces with type arguments of type ReadOnlyKeyCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.functional that return ReadOnlyKeyCommandModifier and TypeMethodDescriptionReadOnlyKeyCommand$___Marshaller_9bce7acb7f16aa276f1dec0ddec15fa2abd426b87a4f1bac55fef2e99d602272.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.functional that return types with arguments of type ReadOnlyKeyCommandModifier and TypeMethodDescriptionReadOnlyKeyCommand$___Marshaller_9bce7acb7f16aa276f1dec0ddec15fa2abd426b87a4f1bac55fef2e99d602272.getJavaClass()Methods in org.infinispan.commands.functional with parameters of type ReadOnlyKeyCommandModifier and TypeMethodDescriptionvoidReadOnlyKeyCommand$___Marshaller_9bce7acb7f16aa276f1dec0ddec15fa2abd426b87a4f1bac55fef2e99d602272.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ReadOnlyKeyCommand $2) -
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) -
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) 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)