com.aerospike.client.async

AsyncWrite

final class AsyncWrite extends AsyncSingleCommand

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

Instance Constructors

  1. new AsyncWrite(cluster: AsyncCluster, policy: WritePolicy, listener: WriteListener, key: Key, bins: Array[Bin], operation: Type)

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]
    Definition Classes
    Command
  6. final def checkTimeout(): Boolean

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

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

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

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

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

    Definition Classes
    AsyncCommand
  12. def executeCommand(): Unit

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

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

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

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

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

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncSingleCommandAsyncCommand
  18. def getPolicy(): Policy

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

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

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

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

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

    Definition Classes
    AnyRef
  24. def onFailure(e: AerospikeException): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncWriteAsyncCommand
  25. def onSuccess(): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncWriteAsyncCommand
  26. def parseResult(byteBuffer: ByteBuffer): Unit

    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncWriteAsyncSingleCommand
  27. final def read(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

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

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

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

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

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

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

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

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

    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  55. 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 AsyncSingleCommand

Inherited from AsyncCommand

Inherited from Runnable

Inherited from Command

Inherited from AnyRef

Inherited from Any

Ungrouped