com
.
aerospike
.
client
.
command
Command
abstract
class
Command
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
AsyncBatchExistsArray
,
AsyncBatchExistsSequence
,
AsyncBatchGetArray
,
AsyncBatchGetSequence
,
AsyncCommand
,
AsyncDelete
,
AsyncExists
,
AsyncMultiCommand
,
AsyncOperate
,
AsyncRead
,
AsyncReadHeader
,
AsyncScan
,
AsyncSingleCommand
,
AsyncTouch
,
AsyncWrite
,
BatchCommandExists
,
BatchCommandGet
,
DeleteCommand
,
ExecuteCommand
,
ExistsCommand
,
MultiCommand
,
OperateCommand
,
QueryAggregateCommand
,
QueryCommand
,
QueryRecordCommand
,
ReadCommand
,
ReadHeaderCommand
,
ScanCommand
,
ServerCommand
,
SingleCommand
,
SyncCommand
,
TouchCommand
,
WriteCommand
Ordering
Alphabetic
By inheritance
Inherited
Command
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Command
()
Abstract Value Members
abstract
def
getPolicy
()
:
Policy
Attributes
protected[
com.aerospike.client.command
]
abstract
def
writeBuffer
()
:
Unit
Attributes
protected[
com.aerospike.client.command
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
final
def
begin
()
:
Unit
Attributes
protected[
com.aerospike.client.command
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
end
()
:
Unit
Attributes
protected[
com.aerospike.client.command
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
setBatchExists
(
batchNamespace:
BatchNamespace
)
:
Unit
final
def
setBatchGet
(
batchNamespace:
BatchNamespace
,
binNames:
HashSet
[
String
]
,
readAttr:
Int
)
:
Unit
def
setDelete
(
policy:
WritePolicy
,
key:
Key
)
:
Unit
final
def
setExists
(
key:
Key
)
:
Unit
final
def
setOperate
(
policy:
WritePolicy
,
key:
Key
,
operations:
Array
[
Operation
]
)
:
Unit
final
def
setRead
(
key:
Key
,
binNames:
Array
[
String
]
)
:
Unit
final
def
setRead
(
key:
Key
)
:
Unit
final
def
setReadHeader
(
key:
Key
)
:
Unit
final
def
setScan
(
policy:
ScanPolicy
,
namespace:
String
,
setName:
String
,
binNames:
Array
[
String
]
)
:
Unit
final
def
setTouch
(
policy:
WritePolicy
,
key:
Key
)
:
Unit
final
def
setUdf
(
key:
Key
,
packageName:
String
,
functionName:
String
,
args:
Array
[
Value
]
)
:
Unit
final
def
setWrite
(
policy:
WritePolicy
,
operation:
Type
,
key:
Key
,
bins:
Array
[
Bin
]
)
:
Unit
final
def
sizeBuffer
(
size:
Int
)
:
Unit
Attributes
protected[
com.aerospike.client.command
]
final
def
sizeBuffer
()
:
Unit
Attributes
protected[
com.aerospike.client.command
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
writeField
(
bytes:
Array
[
Byte
]
,
type:
Int
)
:
Unit
final
def
writeField
(
str:
String
,
type:
Int
)
:
Unit
final
def
writeFieldHeader
(
size:
Int
,
type:
Int
)
:
Unit
final
def
writeHeader
(
readAttr:
Int
,
writeAttr:
Int
,
fieldCount:
Int
,
operationCount:
Int
)
:
Unit
Attributes
protected[
com.aerospike.client.command
]
final
def
writeHeader
(
policy:
WritePolicy
,
readAttr:
Int
,
writeAttr:
Int
,
fieldCount:
Int
,
operationCount:
Int
)
:
Unit
Attributes
protected[
com.aerospike.client.command
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped