Class ShowConfigNodesTask

  • All Implemented Interfaces:
    IConfigTask

    public class ShowConfigNodesTask
    extends java.lang.Object
    implements IConfigTask
    • Constructor Detail

      • ShowConfigNodesTask

        public ShowConfigNodesTask()
    • Method Detail

      • execute

        public com.google.common.util.concurrent.ListenableFuture<ConfigTaskResult> execute​(IConfigTaskExecutor configTaskExecutor)
                                                                                     throws java.lang.InterruptedException
        Specified by:
        execute in interface IConfigTask
        Throws:
        java.lang.InterruptedException
      • buildTSBlock

        public static void buildTSBlock​(org.apache.iotdb.confignode.rpc.thrift.TShowConfigNodesResp showConfigNodesResp,
                                        com.google.common.util.concurrent.SettableFuture<ConfigTaskResult> future)