Interface ExecutorType
-
- All Known Implementing Classes:
QueryExecutor,StorageExecutor
public interface ExecutorTypeThe interface is used to indicate where to execute a FragmentInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TDataNodeLocationgetDataNodeLocation()default org.apache.iotdb.common.rpc.thrift.TRegionReplicaSetgetRegionReplicaSet()booleanisStorageExecutor()Indicate if ExecutorType is StorageExecutor
-
-
-
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()
-
-