Package com.mapr.kvstore
Interface KvClientInterface
- All Known Implementing Classes:
KvStoreClient
public interface KvClientInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intintcreatedirs(String name, int mode) com.mapr.fs.proto.Common.FileTypegetfiletype(com.mapr.fs.proto.Common.FidMsg fid) com.mapr.fs.proto.Common.FSKeyTypegettype(com.mapr.fs.proto.Common.FidMsg fid) com.mapr.fs.proto.Common.FidMsgintprobe()intint
-
Method Details
-
probe
int probe() -
close
void close() -
create
-
createdirs
-
lookup
-
gettype
com.mapr.fs.proto.Common.FSKeyType gettype(com.mapr.fs.proto.Common.FidMsg fid) -
getfiletype
com.mapr.fs.proto.Common.FileType getfiletype(com.mapr.fs.proto.Common.FidMsg fid) -
remove
-
rename
-