object Save extends ZeroArgCommand with WriteCommand with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Save
  2. Serializable
  3. WriteCommand
  4. ZeroArgCommand
  5. Command
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def encode(args: List[Any]): ByteBuffer
    Definition Classes
    Command
  2. def isReadOnly: Boolean
    Definition Classes
    WriteCommandCommand
  3. def toString(): String
    Definition Classes
    Command → AnyRef → Any