Uses of Class
org.infinispan.commands.triangle.BackupWriteCommand
Packages that use BackupWriteCommand
Package
Description
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of BackupWriteCommand in org.infinispan.commands.triangle
Subclasses of BackupWriteCommand in org.infinispan.commands.triangleModifier and TypeClassDescriptionclassA command that tell a backup owner to ignore a sequence id after the primary failed to send a regular write command.classclassclassABackupWriteCommandimplementation forPutMapCommand.classA single keyBackupWriteCommandfor single key non-functional commands.classA single keyBackupWriteCommandfor single key functional commands. -
Uses of BackupWriteCommand in org.infinispan.util
Methods in org.infinispan.util that return BackupWriteCommandModifier and TypeMethodDescriptionstatic BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteKeyCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteKeyValueCommand command) static <K,V, R> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteManyCommand<K, V, R> command, Collection<Object> keys) static <K,V, T, R> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReadWriteManyEntriesCommand<K, V, T, R> command, Collection<Object> keys) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyKeyCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyKeyValueCommand command) static <K,V> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyManyCommand<K, V> command, Collection<Object> keys) static <K,V, T> BackupWriteCommand TriangleFunctionsUtil.backupFrom(CommandsFactory factory, WriteOnlyManyEntriesCommand<K, V, T> command, Collection<Object> keys) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ComputeCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ComputeIfAbsentCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, IracPutKeyValueCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, PutKeyValueCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, PutMapCommand command, Collection<Object> keys) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, RemoveCommand command) static BackupWriteCommandTriangleFunctionsUtil.backupFrom(CommandsFactory factory, ReplaceCommand command)