|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryState | |
---|---|
org.apache.blur.thrift.generated |
Uses of QueryState in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as QueryState | |
---|---|
QueryState |
BlurQueryStatus.state
The state of the query. |
Methods in org.apache.blur.thrift.generated that return QueryState | |
---|---|
static QueryState |
QueryState.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
QueryState |
BlurQueryStatus.getState()
The state of the query. |
static QueryState |
QueryState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryState[] |
QueryState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.blur.thrift.generated with parameters of type QueryState | |
---|---|
BlurQueryStatus |
BlurQueryStatus.setState(QueryState state)
The state of the query. |
Constructors in org.apache.blur.thrift.generated with parameters of type QueryState | |
---|---|
BlurQueryStatus(BlurQuery query,
Map<String,CpuTime> cpuTimes,
int completeShards,
int totalShards,
QueryState state,
String uuid,
Status status,
User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |