Uses of Class
org.apache.iotdb.db.mpp.execution.exchange.SharedTsBlockQueue
-
Packages that use SharedTsBlockQueue Package Description org.apache.iotdb.db.mpp.execution.exchange -
-
Uses of SharedTsBlockQueue in org.apache.iotdb.db.mpp.execution.exchange
Constructors in org.apache.iotdb.db.mpp.execution.exchange with parameters of type SharedTsBlockQueue Constructor Description LocalSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, SharedTsBlockQueue queue, MPPDataExchangeManager.SinkHandleListener sinkHandleListener)LocalSourceHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, java.lang.String localPlanNodeId, SharedTsBlockQueue queue, MPPDataExchangeManager.SourceHandleListener sourceHandleListener)
-