com.aerospike.client.async

AsyncSingleCommand

abstract class AsyncSingleCommand extends AsyncCommand

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

Instance Constructors

  1. new AsyncSingleCommand(cluster: AsyncCluster, key: Key)

Abstract Value Members

  1. abstract def getPolicy(): Policy

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  2. abstract def onFailure(ae: AerospikeException): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  3. abstract def onSuccess(): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  4. abstract def parseResult(byteBuffer: ByteBuffer): Unit

    Attributes
    protected[com.aerospike.client.async]
  5. abstract def writeBuffer(): Unit

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  8. final def checkTimeout(): Boolean

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  9. def clone(): AnyRef

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

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def execute(): Unit

    Definition Classes
    AsyncCommand
  14. def executeCommand(): Unit

    Definition Classes
    AsyncCommand
  15. final def failOnApplicationError(ae: AerospikeException): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def finish(): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. final def getNode(): AsyncNode

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncSingleCommandAsyncCommand
  20. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  25. final def read(): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncSingleCommandAsyncCommand
  26. final def retryAfterInit(ae: AerospikeException): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  27. def run(): Unit

    Definition Classes
    AsyncCommand → Runnable
  28. final def setBatchExists(batchNamespace: BatchNamespace): Unit

    Definition Classes
    Command
  29. final def setBatchGet(batchNamespace: BatchNamespace, binNames: HashSet[String], readAttr: Int): Unit

    Definition Classes
    Command
  30. def setDelete(policy: WritePolicy, key: Key): Unit

    Definition Classes
    Command
  31. final def setExists(key: Key): Unit

    Definition Classes
    Command
  32. final def setOperate(policy: WritePolicy, key: Key, operations: Array[Operation]): Unit

    Definition Classes
    Command
  33. final def setRead(key: Key, binNames: Array[String]): Unit

    Definition Classes
    Command
  34. final def setRead(key: Key): Unit

    Definition Classes
    Command
  35. final def setReadHeader(key: Key): Unit

    Definition Classes
    Command
  36. final def setScan(policy: ScanPolicy, namespace: String, setName: String, binNames: Array[String]): Unit

    Definition Classes
    Command
  37. final def setTouch(policy: WritePolicy, key: Key): Unit

    Definition Classes
    Command
  38. final def setUdf(key: Key, packageName: String, functionName: String, args: Array[Value]): Unit

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

    Definition Classes
    Command
  40. final def sizeBuffer(size: Int): Unit

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  41. final def sizeBuffer(): Unit

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def write(): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
  48. final def writeField(bytes: Array[Byte], type: Int): Unit

    Definition Classes
    Command
  49. final def writeField(str: String, type: Int): Unit

    Definition Classes
    Command
  50. final def writeFieldHeader(size: Int, type: Int): Unit

    Definition Classes
    Command
  51. final def writeHeader(readAttr: Int, writeAttr: Int, fieldCount: Int, operationCount: Int): Unit

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

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command

Inherited from AsyncCommand

Inherited from Runnable

Inherited from Command

Inherited from AnyRef

Inherited from Any

Ungrouped