Package | Description |
---|---|
org.apache.lens.server.api.driver | |
org.apache.lens.server.api.query |
Modifier and Type | Method and Description |
---|---|
DriverQueryStatus.DriverQueryState |
DriverQueryStatus.getState()
The state.
|
static DriverQueryStatus.DriverQueryState |
DriverQueryStatus.DriverQueryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverQueryStatus.DriverQueryState[] |
DriverQueryStatus.DriverQueryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DriverQueryStatus.setState(DriverQueryStatus.DriverQueryState state)
The state.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryContext.setDriverStatus(DriverQueryStatus.DriverQueryState state) |
void |
QueryContext.setDriverStatus(DriverQueryStatus.DriverQueryState state,
String message) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.