com.aerospike.client.async

AsyncDelete

final class AsyncDelete extends AsyncSingleCommand

Linear Supertypes
AsyncSingleCommand, AsyncCommand, Runnable, Command, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AsyncDelete
  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 AsyncDelete(cluster: AsyncCluster, policy: WritePolicy, listener: DeleteListener, key: Key)

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 getPolicy(): Policy

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

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

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

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

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

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

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

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

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

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