Uses of Enum Class
com.aerospike.client.query.IndexCollectionType
Packages that use IndexCollectionType
-
Uses of IndexCollectionType in com.aerospike.client
Methods in com.aerospike.client with parameters of type IndexCollectionTypeModifier 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 IndexCollectionType in com.aerospike.client.query
Methods in com.aerospike.client.query that return IndexCollectionTypeModifier and TypeMethodDescriptionFilter.getCollectionType()Retrieve index collection type.Filter.getColType()Index collection type.static IndexCollectionTypeReturns the enum constant of this class with the specified name.static IndexCollectionType[]IndexCollectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.query with parameters of type IndexCollectionTypeModifier 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 FilterFilter.geoContains(String name, IndexCollectionType type, String point, CTX... ctx) Create geospatial "containing point" filter for query on collection index.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.range(String name, IndexCollectionType type, long begin, long end, CTX... ctx) Create range filter for query on collection index.