Uses of Class
org.infinispan.commands.write.IracPutKeyValueCommand
Packages that use IracPutKeyValueCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
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.
Transfer of state to new caches in a cluster.
-
Uses of IracPutKeyValueCommand in org.infinispan.commands
Methods in org.infinispan.commands that return IracPutKeyValueCommandModifier and TypeMethodDescriptionCommandsFactory.buildIracPutKeyValueCommand(Object key, int segment, Object value, Metadata metadata, PrivateMetadata privateMetadata) CommandsFactoryImpl.buildIracPutKeyValueCommand(Object key, int segment, Object value, Metadata metadata, PrivateMetadata privateMetadata) Methods in org.infinispan.commands with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionCommandsFactory.buildSingleKeyBackupWriteCommand(IracPutKeyValueCommand command, long sequence, int segmentId) CommandsFactoryImpl.buildSingleKeyBackupWriteCommand(IracPutKeyValueCommand command, long sequence, int segmentId) AbstractVisitor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) Visitor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) -
Uses of IracPutKeyValueCommand in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionstatic SingleKeyBackupWriteCommandSingleKeyBackupWriteCommand.create(ByteString cacheName, IracPutKeyValueCommand command, long sequence, int segmentId) -
Uses of IracPutKeyValueCommand in org.infinispan.commands.write
Classes in org.infinispan.commands.write that implement interfaces with type arguments of type IracPutKeyValueCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.write that return IracPutKeyValueCommandModifier and TypeMethodDescriptionIracPutKeyValueCommand$___Marshaller_d2d95c972a058ee70fbe3231cde52e2b90f49bbae8a3d1aab390961f97ecf435.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.write that return types with arguments of type IracPutKeyValueCommandModifier and TypeMethodDescriptionIracPutKeyValueCommand$___Marshaller_d2d95c972a058ee70fbe3231cde52e2b90f49bbae8a3d1aab390961f97ecf435.getJavaClass()Methods in org.infinispan.commands.write with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionvoidIracPutKeyValueCommand$___Marshaller_d2d95c972a058ee70fbe3231cde52e2b90f49bbae8a3d1aab390961f97ecf435.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, IracPutKeyValueCommand $2) -
Uses of IracPutKeyValueCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) -
Uses of IracPutKeyValueCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionL1LastChanceInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) NonTxDistributionInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) TriangleDistributionInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) TxDistributionInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) -
Uses of IracPutKeyValueCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionBatchingInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) CacheLoaderInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) CacheMgmtInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) CacheWriterInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) CallInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) final ObjectEntryWrappingInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) IsMarshallableInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) NonTxIracRemoteSiteInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) -
Uses of IracPutKeyValueCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionAbstractLockingInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) -
Uses of IracPutKeyValueCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionPartitionHandlingInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command) -
Uses of IracPutKeyValueCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type IracPutKeyValueCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitIracPutKeyValueCommand(InvocationContext ctx, IracPutKeyValueCommand command)