GRPCCommand Class

[Missing <summary> documentation for "T:Aerospike.Client.GRPCCommand"]

Definition

Constructors

GRPCCommand(Buffer, GrpcChannel, Policy)Initializes a new instance of the GRPCCommand class
GRPCCommand(Buffer, GrpcChannel, Policy, Key)Initializes a new instance of the GRPCCommand class
GRPCCommand(Buffer, GrpcChannel, Policy, Boolean)Initializes a new instance of the GRPCCommand class
GRPCCommand(Buffer, GrpcChannel, Policy, Key, Boolean)Initializes a new instance of the GRPCCommand class
GRPCCommand(Buffer, GrpcChannel, Policy, Int32, Int32)Initializes a new instance of the GRPCCommand class

Methods

SetBatchOperate(BatchPolicy, IList, BatchNode)
(Overrides Command.SetBatchOperate(BatchPolicy, IList, BatchNode))
SetBatchOperate(BatchPolicy, BatchRecord, BatchNode, String, Operation, BatchAttr) 
SetBatchRead(BatchPolicy, ListBatchRead, BatchNode)
(Overrides Command.SetBatchRead(BatchPolicy, ListBatchRead, BatchNode))
SetBatchRead(BatchPolicy, Key, BatchNode, String, Operation, Int32)
(Overrides Command.SetBatchRead(BatchPolicy, Key, BatchNode, String, Operation, Int32))
SetBatchUDF
(Overrides Command.SetBatchUDF(BatchPolicy, Key, BatchNode, String, String, Byte, BatchAttr))
SetDelete
(Overrides Command.SetDelete(WritePolicy, Key))
SetExists
(Overrides Command.SetExists(Policy, Key))
SetOperate
(Overrides Command.SetOperate(WritePolicy, Key, OperateArgs))
SetRead(Policy, Key)
(Overrides Command.SetRead(Policy, Key))
SetRead(Policy, Key, String)
(Overrides Command.SetRead(Policy, Key, String))
SetReadHeader
(Overrides Command.SetReadHeader(Policy, Key))
SetScan 
SetTouch
(Overrides Command.SetTouch(WritePolicy, Key))
SetUdf
(Overrides Command.SetUdf(WritePolicy, Key, String, String, Value))
SetWrite
(Overrides Command.SetWrite(WritePolicy, OperationType, Key, Bin))
Stop 

See Also