Class VerbosityCommand

java.lang.Object
net.rubyeye.xmemcached.command.Command
net.rubyeye.xmemcached.command.VerbosityCommand
All Implemented Interfaces:
WriteMessage
Direct Known Subclasses:
TextVerbosityCommand

public abstract class VerbosityCommand extends Command
Abstract verbosity command for text protocol
  • Field Details

    • level

      protected int level
  • Constructor Details

    • VerbosityCommand

      public VerbosityCommand(CountDownLatch latch, int level, boolean noreply)
  • Method Details

    • getLevel

      public final int getLevel()
    • setLevel

      public final void setLevel(int logLevel)