|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
---|---|
org.apache.blur.thrift.generated |
Uses of Status in org.apache.blur.thrift.generated |
---|
Fields in org.apache.blur.thrift.generated declared as Status | |
---|---|
Status |
BlurQueryStatus.status
The status of the query NOT_FOUND if uuid is not found else FOUND |
Methods in org.apache.blur.thrift.generated that return Status | |
---|---|
static Status |
Status.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL. |
Status |
BlurQueryStatus.getStatus()
The status of the query NOT_FOUND if uuid is not found else FOUND |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Status[] |
Status.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 Status | |
---|---|
BlurQueryStatus |
BlurQueryStatus.setStatus(Status status)
The status of the query NOT_FOUND if uuid is not found else FOUND |
Constructors in org.apache.blur.thrift.generated with parameters of type Status | |
---|---|
BlurQueryStatus(BlurQuery query,
Map<String,CpuTime> cpuTimes,
int completeShards,
int totalShards,
QueryState state,
String uuid,
Status status,
User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |