Class

aerospiker.command

Write

Related Doc: package command

Permalink

final class Write[T] extends AsyncSingleCommand

Linear Supertypes
AsyncSingleCommand, AsyncCommand, Runnable, Command, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Write
  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 Write(cluster: AsyncCluster, policy: WritePolicy, listener: Option[WriteListener], key: Key, bins: T, operation: Type)(implicit encoder: Encoder[T])

    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. def doubleToBytes(v: Double): Array[Byte]

    Permalink
  9. final def end(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Write → AsyncCommand
  20. def getPolicy(): Policy

    Permalink
    Definition Classes
    Write → Command
  21. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    Write → AsyncCommand
  27. def onSuccess(): Unit

    Permalink
    Definition Classes
    Write → AsyncCommand
  28. def parseResult(byteBuffer: ByteBuffer): Unit

    Permalink
    Definition Classes
    Write → AsyncSingleCommand
  29. val partition: Partition

    Permalink
  30. def processAuthenticate(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Command
  46. 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( ... )
  47. def setWrite(policy: WritePolicy, operation: Type, key: Key, bins: T): Array[Byte]

    Permalink
    Annotations
    @throws( classOf[AerospikeException] )
  48. 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( ... )
  49. final def sizeBuffer(arg0: Int): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. val updateHeader0: (Header) ⇒ Header

    Permalink
  54. val updateHeader1: (Header) ⇒ Header

    Permalink
  55. val updateHeader2: (Header) ⇒ Header

    Permalink
  56. val updateHeader3: (Header) ⇒ Header

    Permalink
  57. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Write → Command
  62. def writeCommand(): Unit

    Permalink
    Attributes
    protected[com.aerospike.client.async]
    Definition Classes
    AsyncCommand
    Annotations
    @throws( ... )
  63. def writeField(bytes: Array[Byte], typ: Int, add: Int, send: Boolean): Option[Seq[Byte]]

    Permalink
  64. def writeField(str: String, typ: Int, add: Int, send: Boolean): Option[Seq[Byte]]

    Permalink
  65. final def writeField(arg0: Array[Byte], arg1: Int): Unit

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

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

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

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

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

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