Uses of Interface
org.apache.iotdb.db.mpp.execution.exchange.ISourceHandle
-
Packages that use ISourceHandle Package Description org.apache.iotdb.db.mpp.execution.exchange org.apache.iotdb.db.mpp.execution.operator.source org.apache.iotdb.db.mpp.plan.execution.memory -
-
Uses of ISourceHandle in org.apache.iotdb.db.mpp.execution.exchange
Classes in org.apache.iotdb.db.mpp.execution.exchange that implement ISourceHandle Modifier and Type Class Description classLocalSourceHandleclassSourceHandleMethods in org.apache.iotdb.db.mpp.execution.exchange that return ISourceHandle Modifier and Type Method Description ISourceHandleIMPPDataExchangeManager. createLocalSourceHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, java.lang.String localPlanNodeId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, IMPPDataExchangeManagerCallback<java.lang.Throwable> onFailureCallback)ISourceHandleMPPDataExchangeManager. createLocalSourceHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, java.lang.String localPlanNodeId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, IMPPDataExchangeManagerCallback<java.lang.Throwable> onFailureCallback)ISourceHandleIMPPDataExchangeManager. createSourceHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, java.lang.String localPlanNodeId, org.apache.iotdb.common.rpc.thrift.TEndPoint remoteEndpoint, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, IMPPDataExchangeManagerCallback<java.lang.Throwable> onFailureCallback)Create a source handle who fetches data blocks from a remote upstream fragment instance for a plan node of a local fragment instance in async manner.ISourceHandleMPPDataExchangeManager. createSourceHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, java.lang.String localPlanNodeId, org.apache.iotdb.common.rpc.thrift.TEndPoint remoteEndpoint, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, IMPPDataExchangeManagerCallback<java.lang.Throwable> onFailureCallback)Methods in org.apache.iotdb.db.mpp.execution.exchange with parameters of type ISourceHandle Modifier and Type Method Description voidMPPDataExchangeManager.SourceHandleListener. onAborted(ISourceHandle sourceHandle)voidMPPDataExchangeManager.SourceHandleListener. onFailure(ISourceHandle sourceHandle, java.lang.Throwable t)voidMPPDataExchangeManager.SourceHandleListener. onFinished(ISourceHandle sourceHandle) -
Uses of ISourceHandle in org.apache.iotdb.db.mpp.execution.operator.source
Constructors in org.apache.iotdb.db.mpp.execution.operator.source with parameters of type ISourceHandle Constructor Description ExchangeOperator(OperatorContext operatorContext, ISourceHandle sourceHandle, PlanNodeId sourceId) -
Uses of ISourceHandle in org.apache.iotdb.db.mpp.plan.execution.memory
Classes in org.apache.iotdb.db.mpp.plan.execution.memory that implement ISourceHandle Modifier and Type Class Description classMemorySourceHandle
-