Uses of Class
org.infinispan.commands.irac.IracUpdateKeyCommand
-
Packages that use IracUpdateKeyCommand Package Description org.infinispan.commands.irac org.infinispan.xsite -
-
Uses of IracUpdateKeyCommand in org.infinispan.commands.irac
Subclasses of IracUpdateKeyCommand in org.infinispan.commands.irac Modifier and Type Class Description classIracClearKeysCommandA clear request that is sent to the remote site byIracManager.classIracPutKeyCommandA put key request that is sent to the remote site byIracManager.classIracRemoveKeyCommandA remove key request that is sent to the remote site byIracManager.Methods in org.infinispan.commands.irac that return IracUpdateKeyCommand Modifier and Type Method Description abstract IracUpdateKeyCommandIracUpdateKeyCommand. copyForCacheName(ByteString cacheName) -
Uses of IracUpdateKeyCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type IracUpdateKeyCommand Modifier and Type Method Description CompletionStage<Void>BackupReceiver. forwardToPrimary(IracUpdateKeyCommand command)Forwards theIracUpdateKeyCommandto the primary owner.CompletionStage<Void>ClusteredCacheBackupReceiver. forwardToPrimary(IracUpdateKeyCommand command)
-