Class AbstractLocalCommand

java.lang.Object
org.infinispan.commands.AbstractFlagAffectedCommand
org.infinispan.commands.read.AbstractLocalCommand
All Implemented Interfaces:
FlagAffectedCommand, LocalCommand, CacheRpcCommand, ReplicableCommand, TracedCommand, VisitableCommand, VersionAware
Direct Known Subclasses:
EntrySetCommand, KeySetCommand

public abstract class AbstractLocalCommand extends AbstractFlagAffectedCommand implements LocalCommand
Abstract class
Since:
4.1
Author:
Manik Surtani, Mircea.Markus@jboss.com
  • Constructor Details

    • AbstractLocalCommand

      protected AbstractLocalCommand()
  • Method Details