Uses of Class
org.infinispan.commands.write.BackupAckCommand
-
Packages that use BackupAckCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.write Commands that alter the state of the cache. -
-
Uses of BackupAckCommand in org.infinispan.commands
Methods in org.infinispan.commands that return BackupAckCommand Modifier and Type Method Description BackupAckCommandCommandsFactory. buildBackupAckCommand(long id, int topologyId)BackupAckCommandCommandsFactoryImpl. buildBackupAckCommand(long id, int topologyId) -
Uses of BackupAckCommand in org.infinispan.commands.write
Subclasses of BackupAckCommand in org.infinispan.commands.write Modifier and Type Class Description classBackupMultiKeyAckCommandA command that represents an acknowledge sent by a backup owner to the originator.classExceptionAckCommandA command that represents an exception acknowledge sent by any owner.
-