Uses of Class
com.aerospike.client.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in com.aerospike.client
Fields in com.aerospike.client declared as OperationModifier and TypeFieldDescriptionfinal Operation[]BatchRead.opsOptional operations for this key.final Operation[]BatchWrite.opsRequired operations for this key.Methods in com.aerospike.client that return OperationModifier and TypeMethodDescriptionstatic OperationCreate integer/double add database operation.static OperationCreate string append database operation.static Operation[]Create array of operations from varargs.static OperationOperation.delete()Create delete record database operation.static OperationOperation.get()Create read all record bins database operation.static OperationCreate read bin database operation.static OperationOperation.getHeader()Create read record header database operation.static OperationCreate string prepend database operation.static OperationCreate set database operation.static OperationOperation.touch()Create touch record database operation.Methods in com.aerospike.client with parameters of type OperationModifier and TypeMethodDescriptionstatic Operation[]Create array of operations from varargs.final ExecuteTaskAerospikeClient.execute(WritePolicy policy, Statement statement, Operation... operations) Apply operations on records that match the background query statement filter.IAerospikeClient.execute(WritePolicy policy, Statement statement, Operation... operations) Apply operations on records that match the background query statement filter.final voidAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.final voidAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.final Record[]AerospikeClient.get(BatchPolicy policy, Key[] keys, Operation... ops) Read multiple records for specified keys using read operations in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordArrayListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.voidIAerospikeClient.get(EventLoop eventLoop, RecordSequenceListener listener, BatchPolicy policy, Key[] keys, Operation... ops) Asynchronously read multiple records for specified keys using read operations in one batch call.Record[]IAerospikeClient.get(BatchPolicy policy, Key[] keys, Operation... ops) Read multiple records for specified keys using read operations in one batch call.final voidAerospikeClient.operate(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.final voidAerospikeClient.operate(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.final voidAerospikeClient.operate(EventLoop eventLoop, RecordListener listener, WritePolicy policy, Key key, Operation... operations) Asynchronously perform multiple read/write operations on a single key in one batch call.final BatchResultsAerospikeClient.operate(BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Perform read/write operations on multiple keys.final RecordAerospikeClient.operate(WritePolicy policy, Key key, Operation... operations) Perform multiple read/write operations on a single key in one batch call.voidIAerospikeClient.operate(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.voidIAerospikeClient.operate(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Asynchronously perform read/write operations on multiple keys.voidIAerospikeClient.operate(EventLoop eventLoop, RecordListener listener, WritePolicy policy, Key key, Operation... operations) Asynchronously perform multiple read/write operations on a single key in one batch call.IAerospikeClient.operate(BatchPolicy batchPolicy, BatchWritePolicy writePolicy, Key[] keys, Operation... ops) Perform read/write operations on multiple keys.IAerospikeClient.operate(WritePolicy policy, Key key, Operation... operations) Perform multiple read/write operations on a single key in one batch call.Constructors in com.aerospike.client with parameters of type OperationModifierConstructorDescriptionInitialize batch key and read operations.BatchRead(BatchReadPolicy policy, Key key, Operation[] ops) Initialize batch policy, key and read operations.BatchWrite(Key key, Operation[] ops) Initialize batch key and read/write operations.BatchWrite(BatchWritePolicy policy, Key key, Operation[] ops) Initialize policy, batch key and read/write operations. -
Uses of Operation in com.aerospike.client.cdt
Methods in com.aerospike.client.cdt that return OperationModifier and TypeMethodDescriptionstatic OperationListOperation.append(ListPolicy policy, String binName, Value value, CTX... ctx) Create list append operation with policy.static OperationCreate default list append operation.static OperationListOperation.appendItems(ListPolicy policy, String binName, List<Value> list, CTX... ctx) Create list append items operation with policy.static OperationListOperation.appendItems(String binName, List<Value> list, CTX... ctx) Create default list append items operation.static OperationCreate list clear operation.static OperationCreate map clear operation.static OperationListOperation.create(String binName, ListOrder order, boolean pad, boolean persistIndex, CTX... ctx) Create list create operation.static OperationCreate list create operation.static OperationCreate map create operation.static OperationCreate map create operation.static OperationDeprecated.static OperationCreate list get operation.static OperationListOperation.getByIndex(String binName, int index, int returnType, CTX... ctx) Create list get by index operation.static OperationMapOperation.getByIndex(String binName, int index, int returnType, CTX... ctx) Create map get by index operation.static OperationListOperation.getByIndexRange(String binName, int index, int count, int returnType, CTX... ctx) Create list get by index range operation.static OperationListOperation.getByIndexRange(String binName, int index, int returnType, CTX... ctx) Create list get by index range operation.static OperationMapOperation.getByIndexRange(String binName, int index, int count, int returnType, CTX... ctx) Create map get by index range operation.static OperationMapOperation.getByIndexRange(String binName, int index, int returnType, CTX... ctx) Create map get by index range operation.static OperationCreate map get by key operation.static OperationMapOperation.getByKeyList(String binName, List<Value> keys, int returnType, CTX... ctx) Create map get by key list operation.static OperationMapOperation.getByKeyRange(String binName, Value keyBegin, Value keyEnd, int returnType, CTX... ctx) Create map get by key range operation.static OperationMapOperation.getByKeyRelativeIndexRange(String binName, Value key, int index, int count, int returnType, CTX... ctx) Create map get by key relative to index range operation.static OperationMapOperation.getByKeyRelativeIndexRange(String binName, Value key, int index, int returnType, CTX... ctx) Create map get by key relative to index range operation.static OperationCreate list get by rank operation.static OperationCreate map get by rank operation.static OperationListOperation.getByRankRange(String binName, int rank, int count, int returnType, CTX... ctx) Create list get by rank range operation.static OperationListOperation.getByRankRange(String binName, int rank, int returnType, CTX... ctx) Create list get by rank range operation.static OperationMapOperation.getByRankRange(String binName, int rank, int count, int returnType, CTX... ctx) Create map get by rank range operation.static OperationMapOperation.getByRankRange(String binName, int rank, int returnType, CTX... ctx) Create map get by rank range operation.static OperationListOperation.getByValue(String binName, Value value, int returnType, CTX... ctx) Create list get by value operation.static OperationMapOperation.getByValue(String binName, Value value, int returnType, CTX... ctx) Create map get by value operation.static OperationListOperation.getByValueList(String binName, List<Value> values, int returnType, CTX... ctx) Create list get by value list operation.static OperationMapOperation.getByValueList(String binName, List<Value> values, int returnType, CTX... ctx) Create map get by value list operation.static OperationListOperation.getByValueRange(String binName, Value valueBegin, Value valueEnd, int returnType, CTX... ctx) Create list get by value range operation.static OperationMapOperation.getByValueRange(String binName, Value valueBegin, Value valueEnd, int returnType, CTX... ctx) Create map get by value range operation.static OperationListOperation.getByValueRelativeRankRange(String binName, Value value, int rank, int count, int returnType, CTX... ctx) Create list get by value relative to rank range operation.static OperationListOperation.getByValueRelativeRankRange(String binName, Value value, int rank, int returnType, CTX... ctx) Create list get by value relative to rank range operation.static OperationMapOperation.getByValueRelativeRankRange(String binName, Value value, int rank, int count, int returnType, CTX... ctx) Create map get by value relative to rank range operation.static OperationMapOperation.getByValueRelativeRankRange(String binName, Value value, int rank, int returnType, CTX... ctx) Create map get by value relative to rank range operation.static OperationCreate list get range operation.static OperationCreate list get range operation.static OperationListOperation.increment(ListPolicy policy, String binName, int index, CTX... ctx) Create list increment operation with policy.static OperationListOperation.increment(ListPolicy policy, String binName, int index, Value value, CTX... ctx) Create list increment operation.static OperationCreate default list increment operation.static OperationCreate default list increment operation.static OperationCreate map increment operation.static OperationListOperation.insert(ListPolicy policy, String binName, int index, Value value, CTX... ctx) Create list insert operation with policy.static OperationCreate default list insert operation.static OperationListOperation.insertItems(ListPolicy policy, String binName, int index, List<Value> list, CTX... ctx) Create list insert items operation with policy.static OperationListOperation.insertItems(String binName, int index, List<Value> list, CTX... ctx) Create default list insert items operation.static OperationCreate list pop operation.static OperationCreate list pop range operation.static OperationCreate list pop range operation.static OperationCreate map put operation.static OperationCreate map put items operation Server writes each map item to map bin and returns map size.static OperationCreate list remove operation.static OperationListOperation.removeByIndex(String binName, int index, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByIndex(String binName, int index, int returnType, CTX... ctx) Create map remove operation.static OperationListOperation.removeByIndexRange(String binName, int index, int count, int returnType, CTX... ctx) Create list remove operation.static OperationListOperation.removeByIndexRange(String binName, int index, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByIndexRange(String binName, int index, int count, int returnType, CTX... ctx) Create map remove operation.static OperationMapOperation.removeByIndexRange(String binName, int index, int returnType, CTX... ctx) Create map remove operation.static OperationMapOperation.removeByKey(String binName, Value key, int returnType, CTX... ctx) Create map remove operation.static OperationMapOperation.removeByKeyList(String binName, List<Value> keys, int returnType, CTX... ctx) Create map remove operation.static OperationMapOperation.removeByKeyRange(String binName, Value keyBegin, Value keyEnd, int returnType, CTX... ctx) Create map remove operation.static OperationMapOperation.removeByKeyRelativeIndexRange(String binName, Value key, int index, int count, int returnType, CTX... ctx) Create map remove by key relative to index range operation.static OperationMapOperation.removeByKeyRelativeIndexRange(String binName, Value key, int index, int returnType, CTX... ctx) Create map remove by key relative to index range operation.static OperationListOperation.removeByRank(String binName, int rank, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByRank(String binName, int rank, int returnType, CTX... ctx) Create map remove operation.static OperationListOperation.removeByRankRange(String binName, int rank, int count, int returnType, CTX... ctx) Create list remove operation.static OperationListOperation.removeByRankRange(String binName, int rank, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByRankRange(String binName, int rank, int count, int returnType, CTX... ctx) Create map remove operation.static OperationMapOperation.removeByRankRange(String binName, int rank, int returnType, CTX... ctx) Create map remove operation.static OperationListOperation.removeByValue(String binName, Value value, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByValue(String binName, Value value, int returnType, CTX... ctx) Create map remove operation.static OperationListOperation.removeByValueList(String binName, List<Value> values, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByValueList(String binName, List<Value> values, int returnType, CTX... ctx) Create map remove operation.static OperationListOperation.removeByValueRange(String binName, Value valueBegin, Value valueEnd, int returnType, CTX... ctx) Create list remove operation.static OperationMapOperation.removeByValueRange(String binName, Value valueBegin, Value valueEnd, int returnType, CTX... ctx) Create map remove operation.static OperationListOperation.removeByValueRelativeRankRange(String binName, Value value, int rank, int count, int returnType, CTX... ctx) Create list remove by value relative to rank range operation.static OperationListOperation.removeByValueRelativeRankRange(String binName, Value value, int rank, int returnType, CTX... ctx) Create list remove by value relative to rank range operation.static OperationMapOperation.removeByValueRelativeRankRange(String binName, Value value, int rank, int count, int returnType, CTX... ctx) Create map remove by value relative to rank range operation.static OperationMapOperation.removeByValueRelativeRankRange(String binName, Value value, int rank, int returnType, CTX... ctx) Create map remove by value relative to rank range operation.static OperationListOperation.removeRange(String binName, int index, int count, CTX... ctx) Create list remove range operation.static OperationListOperation.removeRange(String binName, int index, CTX... ctx) Create list remove range operation.static OperationListOperation.set(ListPolicy policy, String binName, int index, Value value, CTX... ctx) Create list set operation with policy.static OperationCreate list set operation.static OperationMapOperation.setMapPolicy(MapPolicy policy, String binName, CTX... ctx) Create set map policy operation.static OperationCreate set list order operation.static OperationCreate set list order operation.static OperationCreate list size operation.static OperationCreate map size operation.static OperationCreate list sort operation.static OperationCreate list trim operation. -
Uses of Operation in com.aerospike.client.exp
Methods in com.aerospike.client.exp that return OperationModifier and TypeMethodDescriptionstatic OperationExpOperation.read(String name, Expression exp, int flags) Create operation that performs a read expression.static OperationExpOperation.write(String binName, Expression exp, int flags) Create operation that performs an expression that writes to a record bin. -
Uses of Operation in com.aerospike.client.operation
Methods in com.aerospike.client.operation that return OperationModifier and TypeMethodDescriptionstatic OperationBitOperation.add(BitPolicy policy, String binName, int bitOffset, int bitSize, long value, boolean signed, BitOverflowAction action) Create bit "add" operation.static OperationCreate HLL add operation.static OperationCreate HLL add operation.static OperationHLLOperation.add(HLLPolicy policy, String binName, List<Value> list, int indexBitCount, int minHashBitCount) Create HLL add operation with minhash bits.static OperationCreate bit "and" operation.static OperationCreate bit "count" operation.static OperationCreate HLL describe operation.static OperationCreate HLL fold operation.static OperationCreate bit "get" operation.static OperationCreate HLL getCount operation.static OperationCreate bit "get integer" operation.static OperationHLLOperation.getIntersectCount(String binName, List<Value.HLLValue> list) Create HLL getIntersectCount operation.static OperationHLLOperation.getSimilarity(String binName, List<Value.HLLValue> list) Create HLL getSimilarity operation.static OperationHLLOperation.getUnion(String binName, List<Value.HLLValue> list) Create HLL getUnion operation.static OperationHLLOperation.getUnionCount(String binName, List<Value.HLLValue> list) Create HLL getUnionCount operation.static OperationCreate HLL init operation.static OperationCreate HLL init operation with minhash bits.static OperationCreate byte "insert" operation.static OperationCreate bit "left scan" operation.static OperationCreate bit "left shift" operation.static OperationCreate bit "not" operation.static OperationCreate bit "or" operation.static OperationHLLOperation.refreshCount(String binName) Create HLL refresh operation.static OperationCreate byte "remove" operation.static OperationCreate byte "resize" operation.static OperationCreate bit "right scan" operation.static OperationCreate bit "right shift" operation.static OperationCreate bit "set" operation.static OperationCreate bit "setInt" operation.static OperationHLLOperation.setUnion(HLLPolicy policy, String binName, List<Value.HLLValue> list) Create HLL set union operation.static OperationBitOperation.subtract(BitPolicy policy, String binName, int bitOffset, int bitSize, long value, boolean signed, BitOverflowAction action) Create bit "subtract" operation.static OperationCreate bit "exclusive or" operation. -
Uses of Operation in com.aerospike.client.query
Methods in com.aerospike.client.query that return OperationModifier and TypeMethodDescriptionStatement.getOperations()Return operations to be performed on a background query.Methods in com.aerospike.client.query with parameters of type OperationModifier and TypeMethodDescriptionvoidStatement.setOperations(Operation[] operations) Set operations to be performed on a background queryAerospikeClient.execute(com.aerospike.client.policy.WritePolicy, Statement, Operation...)A foreground query that returns records to the client will silently ignore these operations.