Uses of Class
org.apache.iotdb.db.mpp.plan.scheduler.FragInstanceDispatchResult
-
Packages that use FragInstanceDispatchResult Package Description org.apache.iotdb.db.mpp.plan.scheduler -
-
Uses of FragInstanceDispatchResult in org.apache.iotdb.db.mpp.plan.scheduler
Methods in org.apache.iotdb.db.mpp.plan.scheduler that return types with arguments of type FragInstanceDispatchResult Modifier and Type Method Description java.util.concurrent.Future<FragInstanceDispatchResult>FragmentInstanceDispatcherImpl. dispatch(java.util.List<FragmentInstance> instances)java.util.concurrent.Future<FragInstanceDispatchResult>IFragInstanceDispatcher. dispatch(java.util.List<FragmentInstance> instances)Dispatch all Fragment instances asynchronously
-