Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TCQEntry
-
-
Uses of TCQEntry in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TCQEntry Modifier and Type Field Description List<TCQEntry>TShowCQResp. cqListMethods in org.apache.iotdb.confignode.rpc.thrift that return TCQEntry Modifier and Type Method Description TCQEntryTCQEntry. deepCopy()TCQEntryTCQEntry. setCqId(String cqId)TCQEntryTCQEntry. setSql(String sql)TCQEntryTCQEntry. setState(byte state)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TCQEntry Modifier and Type Method Description List<TCQEntry>TShowCQResp. getCqList()Iterator<TCQEntry>TShowCQResp. getCqListIterator()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TCQEntry Modifier and Type Method Description voidTShowCQResp. addToCqList(TCQEntry elem)intTCQEntry. compareTo(TCQEntry other)booleanTCQEntry. equals(TCQEntry that)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TCQEntry Modifier and Type Method Description TShowCQRespTShowCQResp. setCqList(List<TCQEntry> cqList)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TCQEntry Constructor Description TCQEntry(TCQEntry other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TCQEntry Constructor Description TShowCQResp(TSStatus status, List<TCQEntry> cqList)
-