Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.query |
Modifier and Type | Method and Description |
---|---|
IndexTask |
AerospikeClient.createIndex(Policy policy,
String namespace,
String setName,
String indexName,
String binName,
IndexType indexType,
IndexCollectionType indexCollectionType)
Create complex secondary index to be used on bins containing collections.
|
IndexTask |
IAerospikeClient.createIndex(Policy policy,
String namespace,
String setName,
String indexName,
String binName,
IndexType indexType,
IndexCollectionType indexCollectionType)
Create complex secondary index to be used on bins containing collections.
|
Modifier and Type | Method and Description |
---|---|
IndexCollectionType |
Filter.getCollectionType()
Retrieve index collection type.
|
static IndexCollectionType |
IndexCollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexCollectionType[] |
IndexCollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Filter |
Filter.contains(String name,
IndexCollectionType type,
long value)
Create contains number filter for query on collection index.
|
static Filter |
Filter.contains(String name,
IndexCollectionType type,
String value)
Create contains string filter for query on collection index.
|
static Filter |
Filter.geoContains(String name,
IndexCollectionType type,
String point)
Create geospatial "containing point" filter for query on collection index.
|
static Filter |
Filter.geoWithinRadius(String name,
IndexCollectionType type,
double lng,
double lat,
double radius)
Create geospatial "within radius" filter for query on collection index.
|
static Filter |
Filter.geoWithinRegion(String name,
IndexCollectionType type,
String region)
Create geospatial "within region" filter for query on collection index.
|
static Filter |
Filter.range(String name,
IndexCollectionType type,
long begin,
long end)
Create range filter for query on collection index.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.