public class QueryDecl extends Object implements IQueryDecl, Serializable
| Constructor and Description |
|---|
QueryDecl(IQueryClient clientProxy,
UUID queryId,
PipelineOp query) |
| Modifier and Type | Method and Description |
|---|---|
PipelineOp |
getQuery()
The query.
|
IQueryClient |
getQueryController()
The proxy for the query controller.
|
UUID |
getQueryId()
The query identifier.
|
public QueryDecl(IQueryClient clientProxy, UUID queryId, PipelineOp query)
public PipelineOp getQuery()
IQueryDeclgetQuery in interface IQueryDeclpublic IQueryClient getQueryController()
IQueryDeclgetQueryController in interface IQueryDeclpublic UUID getQueryId()
IQueryDeclgetQueryId in interface IQueryDeclCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.