|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthello.HelloBigDataWorld
public class HelloBigDataWorld
An extremely simple KVStore client application that writes and reads a single record. It can be used to validate an installation. Before running this example program, start a KVStore instance. The simplest way to do that is to run KV Lite as described in the INSTALL document. Use the KVStore instance name, host and port for running this program, as follows:
java schema.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 Summary | |
---|---|
HelloBigDataWorld(String[] argv)
Parses command line args and opens the KVStore. |
Method Summary | |
---|---|
static void |
main(String[] args)
Runs the HelloBigDataWorld command line program. |
(package private) void |
runExample()
Performs example operations and closes the KVStore. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
HelloBigDataWorld(String[] argv)
Method Detail |
---|
public static void main(String[] args)
void runExample()
|
Oracle NoSQL Database Examples version 11gR2.2.0.26 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |