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