类 ShowCQResp

  • 所有已实现的接口:
    org.apache.iotdb.consensus.common.DataSet

    public class ShowCQResp
    extends java.lang.Object
    implements org.apache.iotdb.consensus.common.DataSet
    • 构造器概要

      构造器 
      构造器 说明
      ShowCQResp​(org.apache.iotdb.common.rpc.thrift.TSStatus status, java.util.List<CQInfo.CQEntry> cqList)  
    • 构造器详细资料

      • ShowCQResp

        public ShowCQResp​(@NotNull
                          org.apache.iotdb.common.rpc.thrift.TSStatus status,
                          @NotNull
                          java.util.List<CQInfo.CQEntry> cqList)
    • 方法详细资料

      • convertToRpcShowCQResp

        public org.apache.iotdb.confignode.rpc.thrift.TShowCQResp convertToRpcShowCQResp()