connection, serviceHostsepoch, mapRClient, nextCallId, nextConnId| Constructor and Description |
|---|
CldbClient(MapRClient mapRClient,
Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
com.stumbleupon.async.Deferred<com.mapr.fs.cldb.proto.CLDBProto.ContainerLookupResponse> |
containerLookup(int containerId) |
com.stumbleupon.async.Deferred<com.mapr.fs.cldb.proto.CLDBProto.ContainerRootLookupResponse> |
containerRootLookup(java.lang.String rootPath) |
com.stumbleupon.async.Deferred<com.mapr.fs.cldb.proto.CLDBProto.isCLDBMasterResponse> |
getCLDBMaster() |
com.stumbleupon.async.Deferred<java.lang.Object> |
startClient() |
com.stumbleupon.async.Deferred<java.lang.Object> |
stopClient() |
sendRequest, startBinding, stopBindinggetClientEventLoopGroup, getMapRClient, isSecure, isStarted, nextCallId, nextConnId, start, stoppublic CldbClient(MapRClient mapRClient, Cluster cluster)
public com.stumbleupon.async.Deferred<java.lang.Object> startClient()
startClient in class RpcClientpublic com.stumbleupon.async.Deferred<java.lang.Object> stopClient()
stopClient in class RpcClientpublic com.stumbleupon.async.Deferred<com.mapr.fs.cldb.proto.CLDBProto.isCLDBMasterResponse> getCLDBMaster()
throws java.lang.InterruptedException,
java.lang.Exception
java.lang.InterruptedExceptionjava.lang.Exceptionpublic com.stumbleupon.async.Deferred<com.mapr.fs.cldb.proto.CLDBProto.ContainerRootLookupResponse> containerRootLookup(java.lang.String rootPath)
throws java.lang.InterruptedException,
java.lang.Exception
java.lang.InterruptedExceptionjava.lang.Exceptionpublic com.stumbleupon.async.Deferred<com.mapr.fs.cldb.proto.CLDBProto.ContainerLookupResponse> containerLookup(int containerId)
throws java.lang.InterruptedException,
java.lang.Exception
java.lang.InterruptedExceptionjava.lang.Exception