public class KvStoreAdmin
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
create
public int create(String kvStoreName,
String userOwner,
String groupOwner,
int mode,
int type)
-
-
remove
public int remove(String kvStoreName)
-
rename
public int rename(String oldKvStoreName,
String newKvStoreName)