Class AbstractWriteManyCommand<K,V>

java.lang.Object
org.infinispan.commands.functional.AbstractWriteManyCommand<K,V>
All Implemented Interfaces:
FlagAffectedCommand, FunctionalCommand<K,V>, ReplicableCommand, TopologyAffectedCommand, VisitableCommand, WriteCommand, RemoteLockCommand
Direct Known Subclasses:
ReadWriteManyCommand, ReadWriteManyEntriesCommand, WriteOnlyManyCommand, WriteOnlyManyEntriesCommand

public abstract class AbstractWriteManyCommand<K,V> extends Object implements WriteCommand, FunctionalCommand<K,V>, RemoteLockCommand