Package | Description |
---|---|
io.axoniq.axonserver.grpc.event |
Modifier and Type | Class and Description |
---|---|
class |
QueryValue
Value used in Query Responses to represent a value in its original type
|
static class |
QueryValue.Builder
Value used in Query Responses to represent a value in its original type
|
Modifier and Type | Method and Description |
---|---|
QueryValueOrBuilder |
RowResponseOrBuilder.getIdValuesOrBuilder(int index)
The values which, when combined, uniquely update this row.
|
QueryValueOrBuilder |
RowResponse.getIdValuesOrBuilder(int index)
The values which, when combined, uniquely update this row.
|
QueryValueOrBuilder |
RowResponse.Builder.getIdValuesOrBuilder(int index)
The values which, when combined, uniquely update this row.
|
QueryValueOrBuilder |
RowResponseOrBuilder.getSortValuesOrBuilder(int index)
The sorting values to use when sorting this response compared to the others.
|
QueryValueOrBuilder |
RowResponse.getSortValuesOrBuilder(int index)
The sorting values to use when sorting this response compared to the others.
|
QueryValueOrBuilder |
RowResponse.Builder.getSortValuesOrBuilder(int index)
The sorting values to use when sorting this response compared to the others.
|
Modifier and Type | Method and Description |
---|---|
List<? extends QueryValueOrBuilder> |
RowResponseOrBuilder.getIdValuesOrBuilderList()
The values which, when combined, uniquely update this row.
|
List<? extends QueryValueOrBuilder> |
RowResponse.getIdValuesOrBuilderList()
The values which, when combined, uniquely update this row.
|
List<? extends QueryValueOrBuilder> |
RowResponse.Builder.getIdValuesOrBuilderList()
The values which, when combined, uniquely update this row.
|
List<? extends QueryValueOrBuilder> |
RowResponseOrBuilder.getSortValuesOrBuilderList()
The sorting values to use when sorting this response compared to the others.
|
List<? extends QueryValueOrBuilder> |
RowResponse.getSortValuesOrBuilderList()
The sorting values to use when sorting this response compared to the others.
|
List<? extends QueryValueOrBuilder> |
RowResponse.Builder.getSortValuesOrBuilderList()
The sorting values to use when sorting this response compared to the others.
|
Copyright © 2010–2020. All rights reserved.