Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TSetTimePartitionIntervalReq
-
-
Uses of TSetTimePartitionIntervalReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TSetTimePartitionIntervalReq Modifier and Type Field Description TSetTimePartitionIntervalReqIConfigNodeRPCService.setTimePartitionInterval_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TSetTimePartitionIntervalReq Modifier and Type Method Description TSetTimePartitionIntervalReqTSetTimePartitionIntervalReq. deepCopy()TSetTimePartitionIntervalReqIConfigNodeRPCService.setTimePartitionInterval_args. getReq()TSetTimePartitionIntervalReqTSetTimePartitionIntervalReq. setDatabase(String database)TSetTimePartitionIntervalReqTSetTimePartitionIntervalReq. setTimePartitionInterval(long timePartitionInterval)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSetTimePartitionIntervalReq Modifier and Type Method Description intTSetTimePartitionIntervalReq. compareTo(TSetTimePartitionIntervalReq other)booleanTSetTimePartitionIntervalReq. equals(TSetTimePartitionIntervalReq that)voidIConfigNodeRPCService.Client. send_setTimePartitionInterval(TSetTimePartitionIntervalReq req)IConfigNodeRPCService.setTimePartitionInterval_argsIConfigNodeRPCService.setTimePartitionInterval_args. setReq(TSetTimePartitionIntervalReq req)voidIConfigNodeRPCService.AsyncClient. setTimePartitionInterval(TSetTimePartitionIntervalReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. setTimePartitionInterval(TSetTimePartitionIntervalReq req, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. setTimePartitionInterval(TSetTimePartitionIntervalReq req)TSStatusIConfigNodeRPCService.Iface. setTimePartitionInterval(TSetTimePartitionIntervalReq req)Update the specific Database's PartitionIntervalConstructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TSetTimePartitionIntervalReq Constructor Description setTimePartitionInterval_args(TSetTimePartitionIntervalReq req)setTimePartitionInterval_call(TSetTimePartitionIntervalReq 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)TSetTimePartitionIntervalReq(TSetTimePartitionIntervalReq other)Performs a deep copy on other.
-