public class VXQuery extends Object
| Constructor | Description |
|---|---|
VXQuery(org.apache.vxquery.cli.VXQuery.CmdLineOptions opts) |
Constructor to use command line options passed.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected org.apache.hyracks.api.dataset.ResultSetId |
createResultSetId() |
Create a unique result set id to get the correct query back from the cluster.
|
static void |
main(String[] args) |
Main method to get command line options and execute query process.
|
void |
startLocalHyracks() |
Start local virtual cluster with cluster controller node and node controller nodes.
|
void |
stopLocalHyracks() |
Shuts down the virtual cluster, along with all nodes and node execution, network and queue managers.
|
public VXQuery(org.apache.vxquery.cli.VXQuery.CmdLineOptions opts)
opts - Command line options objectpublic static void main(String[] args) throws Exception
args - Exceptionprotected org.apache.hyracks.api.dataset.ResultSetId createResultSetId()
public void startLocalHyracks()
throws Exception
ExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.