com.aerospike.client.command

Command

abstract class Command extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Command
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Command()

Abstract Value Members

  1. abstract def getPolicy(): Policy

    Attributes
    protected[com.aerospike.client.command]
  2. abstract def writeBuffer(): Unit

    Attributes
    protected[com.aerospike.client.command]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. final def begin(): Unit

    Attributes
    protected[com.aerospike.client.command]
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def end(): Unit

    Attributes
    protected[com.aerospike.client.command]
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def setBatchExists(batchNamespace: BatchNamespace): Unit

  18. final def setBatchGet(batchNamespace: BatchNamespace, binNames: HashSet[String], readAttr: Int): Unit

  19. def setDelete(policy: WritePolicy, key: Key): Unit

  20. final def setExists(key: Key): Unit

  21. final def setOperate(policy: WritePolicy, key: Key, operations: Array[Operation]): Unit

  22. final def setRead(key: Key, binNames: Array[String]): Unit

  23. final def setRead(key: Key): Unit

  24. final def setReadHeader(key: Key): Unit

  25. final def setScan(policy: ScanPolicy, namespace: String, setName: String, binNames: Array[String]): Unit

  26. final def setTouch(policy: WritePolicy, key: Key): Unit

  27. final def setUdf(key: Key, packageName: String, functionName: String, args: Array[Value]): Unit

  28. final def setWrite(policy: WritePolicy, operation: Type, key: Key, bins: Array[Bin]): Unit

  29. final def sizeBuffer(size: Int): Unit

    Attributes
    protected[com.aerospike.client.command]
  30. final def sizeBuffer(): Unit

    Attributes
    protected[com.aerospike.client.command]
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def writeField(bytes: Array[Byte], type: Int): Unit

  37. final def writeField(str: String, type: Int): Unit

  38. final def writeFieldHeader(size: Int, type: Int): Unit

  39. final def writeHeader(readAttr: Int, writeAttr: Int, fieldCount: Int, operationCount: Int): Unit

    Attributes
    protected[com.aerospike.client.command]
  40. final def writeHeader(policy: WritePolicy, readAttr: Int, writeAttr: Int, fieldCount: Int, operationCount: Int): Unit

    Attributes
    protected[com.aerospike.client.command]

Inherited from AnyRef

Inherited from Any

Ungrouped