Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TCQConfig
-
-
Uses of TCQConfig in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TCQConfig Modifier and Type Field Description TCQConfigTSystemConfigurationResp. cqConfigMethods in org.apache.iotdb.confignode.rpc.thrift that return TCQConfig Modifier and Type Method Description TCQConfigTCQConfig. deepCopy()TCQConfigTSystemConfigurationResp. getCqConfig()TCQConfigTCQConfig. setCqMinEveryIntervalInMs(long cqMinEveryIntervalInMs)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TCQConfig Modifier and Type Method Description intTCQConfig. compareTo(TCQConfig other)booleanTCQConfig. equals(TCQConfig that)TSystemConfigurationRespTSystemConfigurationResp. setCqConfig(TCQConfig cqConfig)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TCQConfig Constructor Description TCQConfig(TCQConfig other)Performs a deep copy on other.
-