Uses of Class
com.aerospike.client.Value
Packages that use Value
Package
Description
-
Uses of Value in com.aerospike.client
Subclasses of Value in com.aerospike.clientModifier and TypeClassDescriptionstatic final classBoolean value.static final classBoolean value that converts to integer when sending a bin to the server.static final classByte segment value.static final classByte array value.static final classByte value.static final classDouble value.static final classFloat value.static final classGeoJSON value.static final classHyperLogLog value.static final classInfinity value.static final classInteger value.static final classList value.static final classLong value.static final classMap value.static final classEmpty value.static final classShort value.static final classSorted map value.static final classString value.static final classValue array.static final classWildcard value.Fields in com.aerospike.client declared as ValueModifier and TypeFieldDescriptionfinal Value[]BatchUDF.functionArgsOptional arguments to lua function.static final ValueValue.INFINITYInfinity value to be used in CDT range comparisons only.static final ValueValue.NULLNull value.final ValueKey.userKeyOriginal user key.final ValueBin.valueBin value.final ValueOperation.valueOptional argument to operation.static final ValueValue.WILDCARDWildcard value to be used in CDT range comparisons only.Methods in com.aerospike.client that return ValueModifier and TypeMethodDescriptionstatic ValueValue.get(boolean value) Get boolean value instance.static ValueValue.get(byte value) Get byte value instance.static ValueValue.get(byte[] value) Get byte array or null value instance.static ValueValue.get(byte[] value, int type) Get byte array with type or null value instance.static ValueValue.get(byte[] value, int offset, int length) Get byte segment or null value instance.static ValueValue.get(double value) Get double value instance.static ValueValue.get(float value) Get float value instance.static ValueValue.get(int value) Get integer value instance.static ValueValue.get(long value) Get long value instance.static ValueValue.get(short value) Get short value instance.static ValueGet value array instance.static ValueGet enum value string instance.static ValueDetermine value given generic object.static ValueGet string or null value instance.static ValueValue.get(ByteBuffer bb) Get byte segment or null value instance.static ValueGet list or null value instance.static ValueGet sorted map or null value instance.static ValueGet map or null value instance.static ValueDeprecated.static ValueGet sorted map or null value instance.static ValueGet UUID value string instance.static ValueValue.getAsGeoJSON(String value) Get GeoJSON or null value instance.static ValueValue.getAsHLL(byte[] value) Get HyperLogLog or null value instance.static ValueValue.getAsNull()Get null value instance.static ValueValue.getFromRecordObject(Object value) Deprecated.Methods in com.aerospike.client with parameters of type ValueModifier and TypeMethodDescriptionstatic byte[]Key.computeDigest(String setName, Value key) Generate unique server hash value from set name, key type and user defined key.final voidAerospikeClient.execute(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.final voidAerospikeClient.execute(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.final voidAerospikeClient.execute(EventLoop eventLoop, ExecuteListener listener, WritePolicy policy, Key key, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server.final BatchResultsAerospikeClient.execute(BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Execute user defined function on server for each key and return results.final ObjectAerospikeClient.execute(WritePolicy policy, Key key, String packageName, String functionName, Value... functionArgs) Execute user defined function on server and return results.final ExecuteTaskAerospikeClient.execute(WritePolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Apply user defined function on records that match the background query statement filter.voidIAerospikeClient.execute(EventLoop eventLoop, BatchRecordArrayListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.voidIAerospikeClient.execute(EventLoop eventLoop, BatchRecordSequenceListener listener, BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server for each key and return results.voidIAerospikeClient.execute(EventLoop eventLoop, ExecuteListener listener, WritePolicy policy, Key key, String packageName, String functionName, Value... functionArgs) Asynchronously execute user defined function on server.IAerospikeClient.execute(BatchPolicy batchPolicy, BatchUDFPolicy udfPolicy, Key[] keys, String packageName, String functionName, Value... functionArgs) Execute user defined function on server for each key and return results.IAerospikeClient.execute(WritePolicy policy, Key key, String packageName, String functionName, Value... args) Execute user defined function on server and return results.IAerospikeClient.execute(WritePolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Apply user defined function on records that match the background query statement filter.static ValueGet value array instance.final ResultSetAerospikeClient.queryAggregate(QueryPolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Execute query, apply statement's aggregation function, and return result iterator.IAerospikeClient.queryAggregate(QueryPolicy policy, Statement statement, String packageName, String functionName, Value... functionArgs) Execute query, apply statement's aggregation function, and return result iterator.Constructors in com.aerospike.client with parameters of type ValueModifierConstructorDescriptionConstructor using default policy.BatchUDF(BatchUDFPolicy policy, Key key, String packageName, String functionName, Value[] functionArgs) Constructor using specified policy.Constructor, specifying bin name and value.Initialize key from namespace, digest, optional set name and optional userKey.Initialize key from namespace, optional set name and user key.Operation(Operation.Type type, String binName, Value value) ValueArray(Value[] array) -
Uses of Value in com.aerospike.client.cdt
Fields in com.aerospike.client.cdt declared as ValueMethods in com.aerospike.client.cdt with parameters of type ValueModifier 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 OperationDeprecated.static OperationCreate map get by key 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 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.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 OperationListOperation.increment(ListPolicy policy, String binName, int index, Value value, CTX... ctx) Create 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 CTXLookup list by value.static CTXLookup map by key.static CTXCTX.mapKeyCreate(Value key, MapOrder order) Lookup map by base map's key.static CTXLookup map by value.static OperationCreate map put operation.static OperationMapOperation.removeByKey(String binName, Value key, 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.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.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.set(ListPolicy policy, String binName, int index, Value value, CTX... ctx) Create list set operation with policy.static OperationCreate list set operation.Method parameters in com.aerospike.client.cdt with type arguments of type ValueModifier and TypeMethodDescriptionstatic 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 OperationMapOperation.getByKeyList(String binName, List<Value> keys, int returnType, CTX... ctx) Create map get by key list 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.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 map put items operation Server writes each map item to map bin and returns map size.static OperationCreate map put items operation Server writes each map item to map bin and returns map size.static OperationMapOperation.removeByKeyList(String binName, List<Value> keys, 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. -
Uses of Value in com.aerospike.client.operation
Method parameters in com.aerospike.client.operation with type arguments of type Value -
Uses of Value in com.aerospike.client.query
Methods in com.aerospike.client.query that return ValueModifier and TypeMethodDescriptionFilter.getBegin()Filter begin value.Filter.getEnd()Filter begin value.Value[]Statement.getFunctionArgs()Return aggregation function arguments.Methods in com.aerospike.client.query with parameters of type ValueModifier and TypeMethodDescriptionvoidStatement.setAggregateFunction(ClassLoader resourceLoader, String resourcePath, String packageName, String functionName, Value... functionArgs) Set Lua aggregation function parameters for a Lua package located in a resource file.voidStatement.setAggregateFunction(String packageName, String functionName, Value... functionArgs) Set Lua aggregation function parameters for a Lua package located on the filesystem.
get(Object)instead.