Interface ExecutorType

  • All Known Implementing Classes:
    QueryExecutor, StorageExecutor

    public interface ExecutorType
    The interface is used to indicate where to execute a FragmentInstance
    • Method Detail

      • isStorageExecutor

        boolean isStorageExecutor()
        Indicate if ExecutorType is StorageExecutor
      • getDataNodeLocation

        org.apache.iotdb.common.rpc.thrift.TDataNodeLocation getDataNodeLocation()
      • getRegionReplicaSet

        default org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet getRegionReplicaSet()