Uses of Class
org.apache.iotdb.service.rpc.thrift.TSSetTimeZoneReq
-
Packages that use TSSetTimeZoneReq Package Description org.apache.iotdb.service.rpc.thrift -
-
Uses of TSSetTimeZoneReq in org.apache.iotdb.service.rpc.thrift
Fields in org.apache.iotdb.service.rpc.thrift declared as TSSetTimeZoneReq Modifier and Type Field Description TSSetTimeZoneReqIClientRPCService.setTimeZone_args. reqMethods in org.apache.iotdb.service.rpc.thrift that return TSSetTimeZoneReq Modifier and Type Method Description TSSetTimeZoneReqTSSetTimeZoneReq. deepCopy()TSSetTimeZoneReqIClientRPCService.setTimeZone_args. getReq()TSSetTimeZoneReqTSSetTimeZoneReq. setSessionId(long sessionId)TSSetTimeZoneReqTSSetTimeZoneReq. setTimeZone(String timeZone)Methods in org.apache.iotdb.service.rpc.thrift with parameters of type TSSetTimeZoneReq Modifier and Type Method Description intTSSetTimeZoneReq. compareTo(TSSetTimeZoneReq other)booleanTSSetTimeZoneReq. equals(TSSetTimeZoneReq that)voidIClientRPCService.Client. send_setTimeZone(TSSetTimeZoneReq req)IClientRPCService.setTimeZone_argsIClientRPCService.setTimeZone_args. setReq(TSSetTimeZoneReq req)voidIClientRPCService.AsyncClient. setTimeZone(TSSetTimeZoneReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIClientRPCService.AsyncIface. setTimeZone(TSSetTimeZoneReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIClientRPCService.Client. setTimeZone(TSSetTimeZoneReq req)TSStatusIClientRPCService.Iface. setTimeZone(TSSetTimeZoneReq req)Constructors in org.apache.iotdb.service.rpc.thrift with parameters of type TSSetTimeZoneReq Constructor Description setTimeZone_args(TSSetTimeZoneReq req)setTimeZone_call(TSSetTimeZoneReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TSSetTimeZoneReq(TSSetTimeZoneReq other)Performs a deep copy on other.
-