Uses of Class
org.apache.iotdb.common.rpc.thrift.TSetTTLReq
-
-
Uses of TSetTTLReq in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TSetTTLReq Modifier and Type Method Description TSetTTLReqTSetTTLReq. deepCopy()TSetTTLReqTSetTTLReq. setStorageGroupPathPattern(List<String> storageGroupPathPattern)TSetTTLReqTSetTTLReq. setTTL(long TTL)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSetTTLReq Modifier and Type Method Description intTSetTTLReq. compareTo(TSetTTLReq other)booleanTSetTTLReq. equals(TSetTTLReq that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSetTTLReq Constructor Description TSetTTLReq(TSetTTLReq other)Performs a deep copy on other.
-