Uses of Interface
org.apache.iotdb.db.mpp.execution.exchange.ISinkHandle
-
Packages that use ISinkHandle Package Description org.apache.iotdb.db.mpp.execution.driver org.apache.iotdb.db.mpp.execution.exchange org.apache.iotdb.db.mpp.plan.planner -
-
Uses of ISinkHandle in org.apache.iotdb.db.mpp.execution.driver
Fields in org.apache.iotdb.db.mpp.execution.driver declared as ISinkHandle Modifier and Type Field Description protected ISinkHandleDriver. sinkHandleMethods in org.apache.iotdb.db.mpp.execution.driver that return ISinkHandle Modifier and Type Method Description ISinkHandleDriver. getSinkHandle()ISinkHandleIDriver. getSinkHandle()Constructors in org.apache.iotdb.db.mpp.execution.driver with parameters of type ISinkHandle Constructor Description DataDriver(Operator root, ISinkHandle sinkHandle, DataDriverContext driverContext)Driver(Operator root, ISinkHandle sinkHandle, DriverContext driverContext)SchemaDriver(Operator root, ISinkHandle sinkHandle, SchemaDriverContext driverContext) -
Uses of ISinkHandle in org.apache.iotdb.db.mpp.execution.exchange
Classes in org.apache.iotdb.db.mpp.execution.exchange that implement ISinkHandle Modifier and Type Class Description classLocalSinkHandleclassSinkHandleMethods in org.apache.iotdb.db.mpp.execution.exchange that return ISinkHandle Modifier and Type Method Description ISinkHandleIMPPDataExchangeManager. createLocalSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)ISinkHandleMPPDataExchangeManager. createLocalSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)ISinkHandleIMPPDataExchangeManager. createSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.common.rpc.thrift.TEndPoint remoteEndpoint, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)Create a sink handle who sends data blocks to a remote downstream fragment instance in async manner.ISinkHandleMPPDataExchangeManager. createSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.common.rpc.thrift.TEndPoint remoteEndpoint, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)Methods in org.apache.iotdb.db.mpp.execution.exchange with parameters of type ISinkHandle Modifier and Type Method Description voidMPPDataExchangeManager.SinkHandleListener. onAborted(ISinkHandle sinkHandle)voidMPPDataExchangeManager.SinkHandleListener. onEndOfBlocks(ISinkHandle sinkHandle)voidMPPDataExchangeManager.SinkHandleListener. onFailure(ISinkHandle sinkHandle, java.lang.Throwable t)voidMPPDataExchangeManager.SinkHandleListener. onFinish(ISinkHandle sinkHandle) -
Uses of ISinkHandle in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner that return ISinkHandle Modifier and Type Method Description ISinkHandleLocalExecutionPlanContext. getSinkHandle()Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type ISinkHandle Modifier and Type Method Description voidLocalExecutionPlanContext. setSinkHandle(ISinkHandle sinkHandle)
-