public class GraknBootup extends Object
GraknBootup class is responsible for starting, stopping and cleaning the keyspaces of Grakn| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main function of the
GraknBootup. |
void |
run(String[] args)
Accepts various Grakn commands (eg., 'grakn server start')
|
public static void main(String[] args)
GraknBootup. It is meant to be invoked by the 'grakn' bash script.
You should have 'grakn.dir' and 'grakn.conf' Java properties set.args - arguments such as 'server start', 'server stop', 'clean', and so onpublic void run(String[] args)
args - arrays of arguments, eg., { 'server', 'start' }Copyright © 2018 Grakn Labs Ltd. All rights reserved.