public class HelloBigDataWorld extends Object
java hello.HelloBigDataWorld -store <instance name> \ -host <host name> \ -port <port number>For all examples the default instance name is kvstore, the default host name is localhost and the default port number is 5000. These defaults match the defaults for running kvlite, so the simplest way to run the examples along with kvlite is to omit all parameters.
Constructor and Description |
---|
HelloBigDataWorld(String[] argv)
Parses command line args and opens the KVStore.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Runs the HelloBigDataWorld command line program.
|
(package private) void |
runExample()
Performs example operations and closes the KVStore.
|
HelloBigDataWorld(String[] argv)
public static void main(String[] args)
void runExample()
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.