Class

aerospiker.command

Delete

Related Doc: package command

Permalink

final class Delete extends AsyncSingleCommand

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

Instance Constructors

  1. new Delete(cluster: AsyncCluster, policy: WritePolicy, listener: Option[DeleteListener], key: Key)

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def estimateOperationSize(arg0: String): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  12. def execute(): Unit

    Permalink
    Definition Classes
    AsyncCommand
    Annotations
    @throws( ... )
  13. def executeCommand(): Unit

    Permalink
    Definition Classes
    AsyncCommand
    Annotations
    @throws( ... )
  14. final def failOnApplicationError(arg0: AerospikeException): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getNode(): AsyncNode

    Permalink
    Definition Classes
    Delete → AsyncCommand
  19. def getPolicy(): Policy

    Permalink
    Definition Classes
    Delete → Command
  20. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    Delete → AsyncCommand
  26. def onSuccess(): Unit

    Permalink
    Definition Classes
    Delete → AsyncCommand
  27. def parseResult(byteBuffer: ByteBuffer): Unit

    Permalink
    Definition Classes
    Delete → AsyncSingleCommand
  28. def processAuthenticate(): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
    Annotations
    @throws( ... )
  29. final def read(): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncSingleCommand → AsyncCommand
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  30. final def retryAfterInit(arg0: AerospikeException): Unit

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

    Permalink
    Definition Classes
    AsyncCommand → Runnable
  32. final def setBatchRead(arg0: BatchPolicy, arg1: Array[com.aerospike.client.Key], arg2: BatchNode, arg3: Array[String], arg4: Int): Unit

    Permalink
    Definition Classes
    Command
  33. final def setBatchRead(arg0: BatchPolicy, arg1: List[BatchRead], arg2: BatchNode): Unit

    Permalink
    Definition Classes
    Command
  34. final def setBatchReadDirect(arg0: Policy, arg1: Array[com.aerospike.client.Key], arg2: BatchNamespace, arg3: Array[String], arg4: Int): Unit

    Permalink
    Definition Classes
    Command
  35. def setDelete(arg0: WritePolicy, arg1: com.aerospike.client.Key): Unit

    Permalink
    Definition Classes
    Command
  36. final def setExists(arg0: Policy, arg1: com.aerospike.client.Key): Unit

    Permalink
    Definition Classes
    Command
  37. final def setOperate(arg0: WritePolicy, arg1: com.aerospike.client.Key, arg2: Array[Operation]): Unit

    Permalink
    Definition Classes
    Command
    Annotations
    @throws( ... )
  38. final def setQuery(arg0: Policy, arg1: Statement, arg2: Boolean): Unit

    Permalink
    Definition Classes
    Command
  39. final def setRead(arg0: Policy, arg1: com.aerospike.client.Key, arg2: Array[String]): Unit

    Permalink
    Definition Classes
    Command
  40. final def setRead(arg0: Policy, arg1: com.aerospike.client.Key): Unit

    Permalink
    Definition Classes
    Command
  41. final def setReadHeader(arg0: Policy, arg1: com.aerospike.client.Key): Unit

    Permalink
    Definition Classes
    Command
  42. final def setScan(arg0: ScanPolicy, arg1: String, arg2: String, arg3: Array[String], arg4: Long): Unit

    Permalink
    Definition Classes
    Command
  43. final def setTouch(arg0: WritePolicy, arg1: com.aerospike.client.Key): Unit

    Permalink
    Definition Classes
    Command
  44. final def setUdf(arg0: WritePolicy, arg1: com.aerospike.client.Key, arg2: String, arg3: String, arg4: Array[com.aerospike.client.Value]): Unit

    Permalink
    Definition Classes
    Command
    Annotations
    @throws( ... )
  45. final def setWrite(arg0: WritePolicy, arg1: Type, arg2: com.aerospike.client.Key, arg3: Array[com.aerospike.client.Bin]): Unit

    Permalink
    Definition Classes
    Command
    Annotations
    @throws( ... )
  46. final def sizeBuffer(arg0: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

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

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

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

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

    Permalink
    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def writeBuffer(): Unit

    Permalink
    Definition Classes
    Delete → Command
  55. def writeCommand(): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
    Annotations
    @throws( ... )
  56. final def writeField(arg0: Array[Byte], arg1: Int): Unit

    Permalink
    Definition Classes
    Command
  57. final def writeField(arg0: String, arg1: Int): Unit

    Permalink
    Definition Classes
    Command
  58. final def writeField(arg0: com.aerospike.client.Value, arg1: Int): Unit

    Permalink
    Definition Classes
    Command
    Annotations
    @throws( ... )
  59. final def writeFieldHeader(arg0: Int, arg1: Int): Unit

    Permalink
    Definition Classes
    Command
  60. final def writeHeader(arg0: Policy, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  61. final def writeHeader(arg0: WritePolicy, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.command]
    Definition Classes
    Command
  62. final def writeOperation(arg0: String, arg1: Type): Unit

    Permalink
    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