Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TGetClusterIdResp
-
-
Uses of TGetClusterIdResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TGetClusterIdResp Modifier and Type Field Description TGetClusterIdRespIConfigNodeRPCService.getClusterId_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TGetClusterIdResp Modifier and Type Method Description TGetClusterIdRespTGetClusterIdResp. deepCopy()TGetClusterIdRespIConfigNodeRPCService.Client. getClusterId()TGetClusterIdRespIConfigNodeRPCService.Iface. getClusterId()Get cluster IDTGetClusterIdRespIConfigNodeRPCService.AsyncClient.getClusterId_call. getResult()TGetClusterIdRespIConfigNodeRPCService.getClusterId_result. getSuccess()TGetClusterIdRespIConfigNodeRPCService.Client. recv_getClusterId()TGetClusterIdRespTGetClusterIdResp. setClusterId(String clusterId)TGetClusterIdRespTGetClusterIdResp. setStatus(TSStatus status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TGetClusterIdResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetClusterIdResp>IConfigNodeRPCService.AsyncProcessor.getClusterId. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetClusterIdResp Modifier and Type Method Description intTGetClusterIdResp. compareTo(TGetClusterIdResp other)booleanTGetClusterIdResp. equals(TGetClusterIdResp that)IConfigNodeRPCService.getClusterId_resultIConfigNodeRPCService.getClusterId_result. setSuccess(TGetClusterIdResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetClusterIdResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getClusterId(org.apache.thrift.async.AsyncMethodCallback<TGetClusterIdResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getClusterId(org.apache.thrift.async.AsyncMethodCallback<TGetClusterIdResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getClusterId. start(I iface, IConfigNodeRPCService.getClusterId_args args, org.apache.thrift.async.AsyncMethodCallback<TGetClusterIdResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TGetClusterIdResp Constructor Description getClusterId_result(TGetClusterIdResp success)TGetClusterIdResp(TGetClusterIdResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TGetClusterIdResp Constructor Description getClusterId_call(org.apache.thrift.async.AsyncMethodCallback<TGetClusterIdResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-