public final class SameKeyValueStoresTest
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>
| Constructor and Description |
|---|
SameKeyValueStoresTest(AlluxioURI storeUri1,
AlluxioURI storeUri2) |
| 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 1> <key-value store URI 2>. |
public SameKeyValueStoresTest(AlluxioURI storeUri1, AlluxioURI storeUri2) throws java.lang.Exception
storeUri1 - the URI of the first key-value storestoreUri2 - the URI of the second key-value storejava.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 1> <key-value store URI 2>.args - two arguments, specifying the URIs of the stores to be comparedjava.lang.ExceptionCopyright © 2019. All Rights Reserved.