public class TarantoolIndexQuery extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PRIMARY |
Constructor and Description |
---|
TarantoolIndexQuery()
Basic constructor.
|
TarantoolIndexQuery(int indexId)
Creates a query for index with specified ID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getIndexId()
Get index ID
|
TarantoolIteratorType |
getIteratorType()
Get iterator type
|
List<?> |
getKeyValues()
Get list of key values
|
int |
hashCode() |
String |
toString() |
TarantoolIndexQuery |
withIteratorType(TarantoolIteratorType iteratorType)
Set iterator type
|
TarantoolIndexQuery |
withKeyValues(List<?> keyValues)
Set list of key values to be matched with index key parts
|
public static final int PRIMARY
public TarantoolIndexQuery()
public TarantoolIndexQuery(int indexId)
indexId
- index ID in the spacepublic int getIndexId()
public TarantoolIteratorType getIteratorType()
TarantoolIteratorType.ITER_EQ
by defaultpublic TarantoolIndexQuery withIteratorType(TarantoolIteratorType iteratorType)
iteratorType
- new iterator typepublic List<?> getKeyValues()
public TarantoolIndexQuery withKeyValues(List<?> keyValues)
keyValues
- new list of key valuesCopyright © 2025 Picodata. All rights reserved.