| Package | Description |
|---|---|
| org.apache.lens.api.query | |
| org.apache.lens.server.api.query | |
| org.apache.lens.server.error |
| Modifier and Type | Method and Description |
|---|---|
static SubmitOp |
SubmitOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubmitOp[] |
SubmitOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SupportedQuerySubmitOperations(SubmitOp... supportedOps) |
| Modifier and Type | Method and Description |
|---|---|
String |
QueryAcceptor.accept(String query,
org.apache.hadoop.conf.Configuration conf,
SubmitOp submitOp)
Whether to accept the query or not.
|
| Constructor and Description |
|---|
UnSupportedQuerySubmitOpException(SubmitOp... supportedSubmitOps) |
UnSupportedQuerySubmitOpException(Throwable cause,
SubmitOp... supportedSubmitOps) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.