Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TRegionLeaderChangeResp
-
Packages that use TRegionLeaderChangeResp Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TRegionLeaderChangeResp in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TRegionLeaderChangeResp Modifier and Type Field Description TRegionLeaderChangeRespIDataNodeRPCService.changeRegionLeader_result. successMethods in org.apache.iotdb.mpp.rpc.thrift that return TRegionLeaderChangeResp Modifier and Type Method Description TRegionLeaderChangeRespIDataNodeRPCService.Client. changeRegionLeader(TRegionLeaderChangeReq req)TRegionLeaderChangeRespIDataNodeRPCService.Iface. changeRegionLeader(TRegionLeaderChangeReq req)Change the leader of specified RegionGroup to another DataNodeTRegionLeaderChangeRespTRegionLeaderChangeResp. deepCopy()TRegionLeaderChangeRespIDataNodeRPCService.AsyncClient.changeRegionLeader_call. getResult()TRegionLeaderChangeRespIDataNodeRPCService.changeRegionLeader_result. getSuccess()TRegionLeaderChangeRespIDataNodeRPCService.Client. recv_changeRegionLeader()TRegionLeaderChangeRespTRegionLeaderChangeResp. setConsensusLogicalTimestamp(long consensusLogicalTimestamp)TRegionLeaderChangeRespTRegionLeaderChangeResp. setStatus(TSStatus status)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TRegionLeaderChangeResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TRegionLeaderChangeResp>IDataNodeRPCService.AsyncProcessor.changeRegionLeader. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TRegionLeaderChangeResp Modifier and Type Method Description intTRegionLeaderChangeResp. compareTo(TRegionLeaderChangeResp other)booleanTRegionLeaderChangeResp. equals(TRegionLeaderChangeResp that)IDataNodeRPCService.changeRegionLeader_resultIDataNodeRPCService.changeRegionLeader_result. setSuccess(TRegionLeaderChangeResp success)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TRegionLeaderChangeResp Modifier and Type Method Description voidIDataNodeRPCService.AsyncClient. changeRegionLeader(TRegionLeaderChangeReq req, org.apache.thrift.async.AsyncMethodCallback<TRegionLeaderChangeResp> resultHandler)voidIDataNodeRPCService.AsyncIface. changeRegionLeader(TRegionLeaderChangeReq req, org.apache.thrift.async.AsyncMethodCallback<TRegionLeaderChangeResp> resultHandler)voidIDataNodeRPCService.AsyncProcessor.changeRegionLeader. start(I iface, IDataNodeRPCService.changeRegionLeader_args args, org.apache.thrift.async.AsyncMethodCallback<TRegionLeaderChangeResp> resultHandler)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TRegionLeaderChangeResp Constructor Description changeRegionLeader_result(TRegionLeaderChangeResp success)TRegionLeaderChangeResp(TRegionLeaderChangeResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TRegionLeaderChangeResp Constructor Description changeRegionLeader_call(TRegionLeaderChangeReq req, org.apache.thrift.async.AsyncMethodCallback<TRegionLeaderChangeResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-