Uses of Class
org.apache.iotdb.service.rpc.thrift.IClientRPCService.fetchAllConnectionsInfo_args
-
Packages that use IClientRPCService.fetchAllConnectionsInfo_args Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of IClientRPCService.fetchAllConnectionsInfo_args in org.apache.iotdb.service.rpc.thrift
Methods in org.apache.iotdb.service.rpc.thrift that return IClientRPCService.fetchAllConnectionsInfo_args Modifier and Type Method Description IClientRPCService.fetchAllConnectionsInfo_argsIClientRPCService.fetchAllConnectionsInfo_args. deepCopy()IClientRPCService.fetchAllConnectionsInfo_argsIClientRPCService.AsyncProcessor.fetchAllConnectionsInfo. getEmptyArgsInstance()IClientRPCService.fetchAllConnectionsInfo_argsIClientRPCService.Processor.fetchAllConnectionsInfo. getEmptyArgsInstance()Methods in org.apache.iotdb.service.rpc.thrift with parameters of type IClientRPCService.fetchAllConnectionsInfo_args Modifier and Type Method Description intIClientRPCService.fetchAllConnectionsInfo_args. compareTo(IClientRPCService.fetchAllConnectionsInfo_args other)booleanIClientRPCService.fetchAllConnectionsInfo_args. equals(IClientRPCService.fetchAllConnectionsInfo_args that)IClientRPCService.fetchAllConnectionsInfo_resultIClientRPCService.Processor.fetchAllConnectionsInfo. getResult(I iface, IClientRPCService.fetchAllConnectionsInfo_args args)voidIClientRPCService.AsyncProcessor.fetchAllConnectionsInfo. start(I iface, IClientRPCService.fetchAllConnectionsInfo_args args, org.apache.thrift.async.AsyncMethodCallback<TSConnectionInfoResp> resultHandler)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type IClientRPCService.fetchAllConnectionsInfo_args Constructor Description fetchAllConnectionsInfo_args(IClientRPCService.fetchAllConnectionsInfo_args other)Performs a deep copy on other.
-