static Conditions |
Conditions.after(TarantoolTuple tuple) |
Start collecting tuples into result after the specified tuple.
|
static <T> Conditions |
Conditions.after(T tuple,
ObjectConverter<T,org.msgpack.value.ArrayValue> tupleConverter) |
Start collecting tuples into result after the specified tuple.
|
Conditions |
Conditions.andEquals(int fieldPosition,
Object value) |
Filter tuples by the specified field
|
Conditions |
Conditions.andEquals(String fieldName,
Object value) |
Filter tuples by the specified field
|
Conditions |
Conditions.andGreaterOrEquals(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values greater or equal than the specified value
|
Conditions |
Conditions.andGreaterOrEquals(String fieldName,
Object value) |
Filter tuples by the specified field, with values greater or equal than the specified value
|
Conditions |
Conditions.andGreaterThan(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values greater than the specified value
|
Conditions |
Conditions.andGreaterThan(String fieldName,
Object value) |
Filter tuples by the specified field, with values greater than the specified value
|
Conditions |
Conditions.andIndexEquals(int indexId,
List<?> indexPartValues) |
Filter tuples by the specified index
|
Conditions |
Conditions.andIndexEquals(String indexName,
List<?> indexPartValues) |
Filter tuples by the specified index
|
Conditions |
Conditions.andIndexGreaterOrEquals(int indexId,
List<?> indexPartValues) |
Filter tuples by the specified index, with values greater or equal than the specified value
|
Conditions |
Conditions.andIndexGreaterOrEquals(String indexName,
List<?> indexPartValues) |
Filter tuples by the specified index, with values greater or equal than the specified value
|
Conditions |
Conditions.andIndexGreaterThan(int indexId,
List<?> indexPartValues) |
Filter tuples by the specified index, with values greater than the specified value
|
Conditions |
Conditions.andIndexGreaterThan(String indexName,
List<?> indexPartValues) |
Filter tuples by the specified index, with values greater than the specified value
|
Conditions |
Conditions.andIndexLessOrEquals(int indexId,
List<?> indexPartValues) |
Filter tuples by the specified index, with values less or equal than the specified value
|
Conditions |
Conditions.andIndexLessOrEquals(String indexName,
List<?> indexPartValues) |
Filter tuples by the specified index, with values less or equal than the specified value
|
Conditions |
Conditions.andIndexLessThan(int indexId,
List<?> indexPartValues) |
Filter tuples by the specified index, with values less than the specified value
|
Conditions |
Conditions.andIndexLessThan(String indexName,
List<?> indexPartValues) |
Filter tuples by the specified index, with values less than the specified value
|
Conditions |
Conditions.andLessOrEquals(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values less or equal than the specified value
|
Conditions |
Conditions.andLessOrEquals(String fieldName,
Object value) |
Filter tuples by the specified field, with values less or equal than the specified value
|
Conditions |
Conditions.andLessThan(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values less than the specified value
|
Conditions |
Conditions.andLessThan(String fieldName,
Object value) |
Filter tuples by the specified field, with values less than the specified value
|
static Conditions |
Conditions.any() |
Create new Conditions instance without any filtration.
|
static Conditions |
Conditions.ascending() |
Create new Conditions instance, returning tuples will in the ascending order
|
static Conditions |
Conditions.descending() |
Create new Conditions instance, returning tuples in the descending order
|
static Conditions |
Conditions.equals(int fieldPosition,
Object value) |
Filter tuples by the specified field
|
static Conditions |
Conditions.equals(String fieldName,
Object value) |
Filter tuples by the specified field
|
static Conditions |
Conditions.greaterOrEquals(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values greater or equal than the specified value
|
static Conditions |
Conditions.greaterOrEquals(String fieldName,
Object value) |
Filter tuples by the specified field, with values greater or equal than the specified value
|
static Conditions |
Conditions.greaterThan(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values greater than the specified value
|
static Conditions |
Conditions.greaterThan(String fieldName,
Object value) |
Filter tuples by the specified field, with values greater than the specified value
|
static Conditions |
Conditions.indexEquals(int indexId,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index
|
static Conditions |
Conditions.indexEquals(String indexName,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index
|
static Conditions |
Conditions.indexGreaterOrEquals(int indexId,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values greater or equal than the
specified value
|
static Conditions |
Conditions.indexGreaterOrEquals(String indexName,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values greater or equal than the
specified value
|
static Conditions |
Conditions.indexGreaterThan(int indexId,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values greater than the specified value
|
static Conditions |
Conditions.indexGreaterThan(String indexName,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values greater than the specified value
|
static Conditions |
Conditions.indexLessOrEquals(int indexId,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values less or equal than the
specified value
|
static Conditions |
Conditions.indexLessOrEquals(String indexName,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values less or equal than the
specified value
|
static Conditions |
Conditions.indexLessThan(int indexId,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values less than the specified value
|
static Conditions |
Conditions.indexLessThan(String indexName,
List<?> indexPartValues) |
Create new Conditions instance with filter by the specified index, with values less than the specified value
|
static Conditions |
Conditions.lessOrEquals(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values less or equal than the specified value
|
static Conditions |
Conditions.lessOrEquals(String fieldName,
Object value) |
Filter tuples by the specified field, with values less or equal than the specified value
|
static Conditions |
Conditions.lessThan(int fieldPosition,
Object value) |
Filter tuples by the specified field, with values less than the specified value
|
static Conditions |
Conditions.lessThan(String fieldName,
Object value) |
Filter tuples by the specified field, with values less than the specified value
|
static Conditions |
Conditions.limit(long limit) |
Limit the number od returned tuples with the specified value
|
static Conditions |
Conditions.offset(long offset) |
Skip the specified number of tuples before collecting the result.
|
Conditions |
Conditions.startAfter(TarantoolTuple tuple) |
Start collecting tuples into result after the specified tuple.
|
<T> Conditions |
Conditions.startAfter(T tuple,
ObjectConverter<T,org.msgpack.value.ArrayValue> tupleConverter) |
Start collecting tuples into result after the specified tuple.
|
Conditions |
Conditions.withAscending() |
Return tuples will in the ascending order
|
Conditions |
Conditions.withDescending() |
Return tuples in the descending order
|
Conditions |
Conditions.withLimit(long limit) |
Limit the number od returned tuples with the specified value
|
Conditions |
Conditions.withOffset(long offset) |
Skip the specified number of tuples before collecting the result.
|