Uses of Class
org.apache.iotdb.service.rpc.thrift.TSBackupConfigurationResp
-
Packages that use TSBackupConfigurationResp Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSBackupConfigurationResp in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSBackupConfigurationResp Modifier and Type Field Description TSBackupConfigurationRespIClientRPCService.getBackupConfiguration_result. successMethods in org.apache.iotdb.service.rpc.thrift that return TSBackupConfigurationResp Modifier and Type Method Description TSBackupConfigurationRespTSBackupConfigurationResp. deepCopy()TSBackupConfigurationRespIClientRPCService.Client. getBackupConfiguration()TSBackupConfigurationRespIClientRPCService.Iface. getBackupConfiguration()TSBackupConfigurationRespIClientRPCService.AsyncClient.getBackupConfiguration_call. getResult()TSBackupConfigurationRespIClientRPCService.getBackupConfiguration_result. getSuccess()TSBackupConfigurationRespIClientRPCService.Client. recv_getBackupConfiguration()TSBackupConfigurationRespTSBackupConfigurationResp. setEnableOperationSync(boolean enableOperationSync)TSBackupConfigurationRespTSBackupConfigurationResp. setSecondaryAddress(String secondaryAddress)TSBackupConfigurationRespTSBackupConfigurationResp. setSecondaryPort(int secondaryPort)TSBackupConfigurationRespTSBackupConfigurationResp. setStatus(TSStatus status)Methods in org.apache.iotdb.service.rpc.thrift that return types with arguments of type TSBackupConfigurationResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp>IClientRPCService.AsyncProcessor.getBackupConfiguration. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSBackupConfigurationResp Modifier and Type Method Description intTSBackupConfigurationResp. compareTo(TSBackupConfigurationResp other)booleanTSBackupConfigurationResp. equals(TSBackupConfigurationResp that)IClientRPCService.getBackupConfiguration_resultIClientRPCService.getBackupConfiguration_result. setSuccess(TSBackupConfigurationResp success)Method parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSBackupConfigurationResp Modifier and Type Method Description voidIClientRPCService.AsyncClient. getBackupConfiguration(org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp> resultHandler)voidIClientRPCService.AsyncIface. getBackupConfiguration(org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp> resultHandler)voidIClientRPCService.AsyncProcessor.getBackupConfiguration. start(I iface, IClientRPCService.getBackupConfiguration_args args, org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSBackupConfigurationResp Constructor Description getBackupConfiguration_result(TSBackupConfigurationResp success)TSBackupConfigurationResp(TSBackupConfigurationResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.service.rpc.thrift with type arguments of type TSBackupConfigurationResp Constructor Description getBackupConfiguration_call(org.apache.thrift.async.AsyncMethodCallback<TSBackupConfigurationResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-