Class

aerospiker.command

Read

Related Doc: package command

Permalink

class Read[T] extends AsyncSingleCommand

Linear Supertypes
AsyncSingleCommand, AsyncCommand, Runnable, Command, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Read
  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 Read(cluster: AsyncCluster, policy: Policy, listener: Option[RecordListener[T]], key: Key, binNames: String*)(implicit decoder: Decoder[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. 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
    Read → AsyncCommand
  19. def getPolicy(): Policy

    Permalink
    Definition Classes
    Read → 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
    Read → AsyncCommand
  26. def onSuccess(): Unit

    Permalink
    Definition Classes
    Read → AsyncCommand
  27. def parseRecord(opCount: Int, fieldCount: Int, generation: Int, expiration: Int): Record[T]

    Permalink
  28. def parseResult(byteBuffer: ByteBuffer): Unit

    Permalink
    Definition Classes
    Read → 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. var record: Option[Record[T]]

    Permalink
  33. final def retryAfterInit(arg0: AerospikeException): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Command
  47. 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( ... )
  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. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Read → Command
  58. def writeCommand(): Unit

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

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

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

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

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

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

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