Uses of Class
com.aerospike.client.cdt.CTX
Packages that use CTX
Package
Description
-
Uses of CTX in com.aerospike.client
Methods in com.aerospike.client with parameters of type CTXModifier and TypeMethodDescriptionfinal voidAerospikeClient.createIndex(EventLoop eventLoop, IndexListener listener, Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Asynchronously create complex secondary index to be used on bins containing collections.final IndexTaskAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Create complex secondary index to be used on bins containing collections.voidIAerospikeClient.createIndex(EventLoop eventLoop, IndexListener listener, Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Asynchronously create complex secondary index to be used on bins containing collections.IAerospikeClient.createIndex(Policy policy, String namespace, String setName, String indexName, String binName, IndexType indexType, IndexCollectionType indexCollectionType, CTX... ctx) Create complex secondary index to be used on bins containing collections. -
Uses of CTX in com.aerospike.client.cdt
Methods in com.aerospike.client.cdt that return CTXModifier and TypeMethodDescriptionstatic CTX[]CTX.fromBase64(String base64) Deserialize base64 encoded string to context array.static CTX[]CTX.fromBytes(byte[] bytes) Deserialize bytes to context array.static CTXCTX.listIndex(int index) Lookup list by index offset.static CTXCTX.listIndexCreate(int index, ListOrder order, boolean pad) Lookup list by base list's index offset.static CTXCTX.listRank(int rank) Lookup list by rank.static CTXLookup list by value.static CTXCTX.mapIndex(int index) Lookup map by index offset.static CTXLookup map by key.static CTXCTX.mapKeyCreate(Value key, MapOrder order) Lookup map by base map's key.static CTXCTX.mapRank(int rank) Lookup map by rank.static CTXLookup map by value.Methods in com.aerospike.client.cdt with parameters of type CTXModifier 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 StringSerialize context array to base64 encoded string.static byte[]Serialize context array to bytes.static OperationCreate list trim operation. -
Uses of CTX in com.aerospike.client.exp
Methods in com.aerospike.client.exp with parameters of type CTXModifier and TypeMethodDescriptionstatic ExpListExp.append(ListPolicy policy, Exp value, Exp bin, CTX... ctx) Create expression that appends value to end of list.static ExpListExp.appendItems(ListPolicy policy, Exp list, Exp bin, CTX... ctx) Create expression that appends list items to end of list.static ExpCreate expression that removes all items in list.static ExpCreate expression that removes all items in map.static ExpListExp.getByIndex(int returnType, Exp.Type valueType, Exp index, Exp bin, CTX... ctx) Create expression that selects list item identified by index and returns selected data specified by returnType.static ExpMapExp.getByIndex(int returnType, Exp.Type valueType, Exp index, Exp bin, CTX... ctx) Create expression that selects map item identified by index and returns selected data specified by returnType (SeeMapReturnType).static ExpListExp.getByIndexRange(int returnType, Exp index, Exp bin, CTX... ctx) Create expression that selects list items starting at specified index to the end of list and returns selected data specified by returnType (SeeListReturnType).static ExpListExp.getByIndexRange(int returnType, Exp index, Exp count, Exp bin, CTX... ctx) Create expression that selects "count" list items starting at specified index and returns selected data specified by returnType (SeeListReturnType).static ExpMapExp.getByIndexRange(int returnType, Exp index, Exp bin, CTX... ctx) Create expression that selects map items starting at specified index to the end of map and returns selected data specified by returnType (SeeMapReturnType).static ExpMapExp.getByIndexRange(int returnType, Exp index, Exp count, Exp bin, CTX... ctx) Create expression that selects "count" map items starting at specified index and returns selected data specified by returnType (SeeMapReturnType).static ExpCreate expression that selects map item identified by key and returns selected data specified by returnType.static ExpMapExp.getByKeyList(int returnType, Exp keys, Exp bin, CTX... ctx) Create expression that selects map items identified by keys and returns selected data specified by returnType (SeeMapReturnType).static ExpMapExp.getByKeyRange(int returnType, Exp keyBegin, Exp keyEnd, Exp bin, CTX... ctx) Create expression that selects map items identified by key range (keyBegin inclusive, keyEnd exclusive).static ExpMapExp.getByKeyRelativeIndexRange(int returnType, Exp key, Exp index, Exp bin, CTX... ctx) Create expression that selects map items nearest to key and greater by index.static ExpMapExp.getByKeyRelativeIndexRange(int returnType, Exp key, Exp index, Exp count, Exp bin, CTX... ctx) Create expression that selects map items nearest to key and greater by index with a count limit.static ExpCreate expression that selects list item identified by rank and returns selected data specified by returnType.static ExpCreate expression that selects map item identified by rank and returns selected data specified by returnType (SeeMapReturnType).static ExpListExp.getByRankRange(int returnType, Exp rank, Exp bin, CTX... ctx) Create expression that selects list items starting at specified rank to the last ranked item and returns selected data specified by returnType (SeeListReturnType).static ExpListExp.getByRankRange(int returnType, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that selects "count" list items starting at specified rank and returns selected data specified by returnType (SeeListReturnType).static ExpMapExp.getByRankRange(int returnType, Exp rank, Exp bin, CTX... ctx) Create expression that selects map items starting at specified rank to the last ranked item and returns selected data specified by returnType (SeeMapReturnType).static ExpMapExp.getByRankRange(int returnType, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that selects "count" map items starting at specified rank and returns selected data specified by returnType (SeeMapReturnType).static ExpListExp.getByValue(int returnType, Exp value, Exp bin, CTX... ctx) Create expression that selects list items identified by value and returns selected data specified by returnType.static ExpMapExp.getByValue(int returnType, Exp value, Exp bin, CTX... ctx) Create expression that selects map items identified by value and returns selected data specified by returnType.static ExpListExp.getByValueList(int returnType, Exp values, Exp bin, CTX... ctx) Create expression that selects list items identified by values and returns selected data specified by returnType.static ExpMapExp.getByValueList(int returnType, Exp values, Exp bin, CTX... ctx) Create expression that selects map items identified by values and returns selected data specified by returnType (SeeMapReturnType).static ExpListExp.getByValueRange(int returnType, Exp valueBegin, Exp valueEnd, Exp bin, CTX... ctx) Create expression that selects list items identified by value range and returns selected data specified by returnType.static ExpMapExp.getByValueRange(int returnType, Exp valueBegin, Exp valueEnd, Exp bin, CTX... ctx) Create expression that selects map items identified by value range (valueBegin inclusive, valueEnd exclusive) If valueBegin is null, the range is less than valueEnd.static ExpListExp.getByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp bin, CTX... ctx) Create expression that selects list items nearest to value and greater by relative rank and returns selected data specified by returnType (SeeListReturnType).static ExpListExp.getByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that selects list items nearest to value and greater by relative rank with a count limit and returns selected data specified by returnType (SeeListReturnType).static ExpMapExp.getByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp bin, CTX... ctx) Create expression that selects map items nearest to value and greater by relative rank.static ExpMapExp.getByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that selects map items nearest to value and greater by relative rank with a count limit.static ExpCreate expression that increments list[index] by value.static ExpCreate expression that increments values by incr for all items identified by key.static ExpCreate expression that inserts value to specified index of list.static ExpListExp.insertItems(ListPolicy policy, Exp index, Exp list, Exp bin, CTX... ctx) Create expression that inserts each input list item starting at specified index of list.static ExpCreate expression that writes key/value item to a map bin.static ExpCreate expression that writes each map item to a map bin.static ExpListExp.removeByIndex(Exp index, Exp bin, CTX... ctx) Create expression that removes list item identified by index.static ExpMapExp.removeByIndex(Exp index, Exp bin, CTX... ctx) Create expression that removes map item identified by index.static ExpListExp.removeByIndexRange(int returnType, Exp index, Exp bin, CTX... ctx) Create expression that removes list items starting at specified index to the end of list.static ExpListExp.removeByIndexRange(int returnType, Exp index, Exp count, Exp bin, CTX... ctx) Create expression that removes "count" list items starting at specified index.static ExpMapExp.removeByIndexRange(int returnType, Exp index, Exp bin, CTX... ctx) Create expression that removes map items starting at specified index to the end of map.static ExpMapExp.removeByIndexRange(int returnType, Exp index, Exp count, Exp bin, CTX... ctx) Create expression that removes "count" map items starting at specified index.static ExpMapExp.removeByKey(Exp key, Exp bin, CTX... ctx) Create expression that removes map item identified by key.static ExpMapExp.removeByKeyList(int returnType, Exp keys, Exp bin, CTX... ctx) Create expression that removes map items identified by keys.static ExpMapExp.removeByKeyRange(int returnType, Exp keyBegin, Exp keyEnd, Exp bin, CTX... ctx) Create expression that removes map items identified by key range (keyBegin inclusive, keyEnd exclusive).static ExpMapExp.removeByKeyRelativeIndexRange(int returnType, Exp key, Exp index, Exp bin, CTX... ctx) Create expression that removes map items nearest to key and greater by index.static ExpMapExp.removeByKeyRelativeIndexRange(int returnType, Exp key, Exp index, Exp count, Exp bin, CTX... ctx) Create expression that removes map items nearest to key and greater by index with a count limit.static ExpListExp.removeByRank(Exp rank, Exp bin, CTX... ctx) Create expression that removes list item identified by rank.static ExpMapExp.removeByRank(Exp rank, Exp bin, CTX... ctx) Create expression that removes map item identified by rank.static ExpListExp.removeByRankRange(int returnType, Exp rank, Exp bin, CTX... ctx) Create expression that removes list items starting at specified rank to the last ranked item.static ExpListExp.removeByRankRange(int returnType, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that removes "count" list items starting at specified rank.static ExpMapExp.removeByRankRange(int returnType, Exp rank, Exp bin, CTX... ctx) Create expression that removes map items starting at specified rank to the last ranked item.static ExpMapExp.removeByRankRange(int returnType, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that removes "count" map items starting at specified rank.static ExpListExp.removeByValue(int returnType, Exp value, Exp bin, CTX... ctx) Create expression that removes list items identified by value.static ExpMapExp.removeByValue(int returnType, Exp value, Exp bin, CTX... ctx) Create expression that removes map items identified by value.static ExpListExp.removeByValueList(int returnType, Exp values, Exp bin, CTX... ctx) Create expression that removes list items identified by values.static ExpMapExp.removeByValueList(int returnType, Exp values, Exp bin, CTX... ctx) Create expression that removes map items identified by values.static ExpListExp.removeByValueRange(int returnType, Exp valueBegin, Exp valueEnd, Exp bin, CTX... ctx) Create expression that removes list items identified by value range (valueBegin inclusive, valueEnd exclusive).static ExpMapExp.removeByValueRange(int returnType, Exp valueBegin, Exp valueEnd, Exp bin, CTX... ctx) Create expression that removes map items identified by value range (valueBegin inclusive, valueEnd exclusive).static ExpListExp.removeByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp bin, CTX... ctx) Create expression that removes list items nearest to value and greater by relative rank.static ExpListExp.removeByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that removes list items nearest to value and greater by relative rank with a count limit.static ExpMapExp.removeByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp bin, CTX... ctx) Create expression that removes map items nearest to value and greater by relative rank.static ExpMapExp.removeByValueRelativeRankRange(int returnType, Exp value, Exp rank, Exp count, Exp bin, CTX... ctx) Create expression that removes map items nearest to value and greater by relative rank with a count limit.static ExpCreate expression that sets item value at specified index in list.static ExpCreate expression that returns list size.static ExpCreate expression that returns list size.static ExpCreate expression that sorts list according to sortFlags. -
Uses of CTX in com.aerospike.client.query
Methods in com.aerospike.client.query with parameters of type CTXModifier and TypeMethodDescriptionstatic FilterFilter.contains(String name, IndexCollectionType type, byte[] value, CTX... ctx) Create contains byte[] filter for query on collection index.static FilterFilter.contains(String name, IndexCollectionType type, long value, CTX... ctx) Create contains number filter for query on collection index.static FilterFilter.contains(String name, IndexCollectionType type, String value, CTX... ctx) Create contains string filter for query on collection index.static FilterCreate blob equality filter for query.static FilterCreate long equality filter for query.static FilterCreate string equality filter for query.static FilterFilter.geoContains(String name, IndexCollectionType type, String point, CTX... ctx) Create geospatial "containing point" filter for query on collection index.static FilterFilter.geoContains(String name, String point, CTX... ctx) Create geospatial "containing point" filter for query.static FilterFilter.geoWithinRadius(String name, double lng, double lat, double radius, CTX... ctx) Create geospatial "within radius" filter for query.static FilterFilter.geoWithinRadius(String name, IndexCollectionType type, double lng, double lat, double radius, CTX... ctx) Create geospatial "within radius" filter for query on collection index.static FilterFilter.geoWithinRegion(String name, IndexCollectionType type, String region, CTX... ctx) Create geospatial "within region" filter for query on collection index.static FilterFilter.geoWithinRegion(String name, String region, CTX... ctx) Create geospatial "within region" filter for query.static FilterCreate range filter for query.static FilterFilter.range(String name, IndexCollectionType type, long begin, long end, CTX... ctx) Create range filter for query on collection index.