public final class KeyValueStoreOperations
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>
| Constructor and Description |
|---|
KeyValueStoreOperations(AlluxioURI storeUri) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
call() |
static void |
main(java.lang.String[] args)
Starts in a command like
java -cp ALLUXIO_JAR CLASS_NAME <key-value store URI>. |
public KeyValueStoreOperations(AlluxioURI storeUri) throws java.lang.Exception
storeUri - URI of the key-value store to write to, should not exist beforejava.lang.Exceptionpublic java.lang.Boolean call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<java.lang.Boolean>java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java -cp ALLUXIO_JAR CLASS_NAME <key-value store URI>.args - one argument, specifying the URI of the store to be createdjava.lang.ExceptionCopyright © 2019. All Rights Reserved.