Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId
-
Packages that use TFragmentInstanceId Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TFragmentInstanceId in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TFragmentInstanceId Modifier and Type Field Description TFragmentInstanceIdTCancelFragmentInstanceReq. fragmentInstanceIdTFragmentInstanceIdTFetchFragmentInstanceInfoReq. fragmentInstanceIdTFragmentInstanceIdTAcknowledgeDataBlockEvent. sourceFragmentInstanceIdTFragmentInstanceIdTCloseSinkChannelEvent. sourceFragmentInstanceIdTFragmentInstanceIdTEndOfDataBlockEvent. sourceFragmentInstanceIdTFragmentInstanceIdTGetDataBlockRequest. sourceFragmentInstanceIdTFragmentInstanceIdTNewDataBlockEvent. sourceFragmentInstanceIdTFragmentInstanceIdTEndOfDataBlockEvent. targetFragmentInstanceIdTFragmentInstanceIdTNewDataBlockEvent. targetFragmentInstanceIdFields in org.apache.iotdb.mpp.rpc.thrift with type parameters of type TFragmentInstanceId Modifier and Type Field Description List<TFragmentInstanceId>TCancelQueryReq. fragmentInstanceIdsMethods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TFragmentInstanceId Modifier and Type Method Description List<TFragmentInstanceId>TCancelQueryReq. getFragmentInstanceIds()Iterator<TFragmentInstanceId>TCancelQueryReq. getFragmentInstanceIdsIterator()Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TFragmentInstanceId Modifier and Type Method Description TCancelQueryReqTCancelQueryReq. setFragmentInstanceIds(List<TFragmentInstanceId> fragmentInstanceIds)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFragmentInstanceId Constructor Description TAcknowledgeDataBlockEvent(TFragmentInstanceId sourceFragmentInstanceId, int startSequenceId, int endSequenceId, int index)TCancelFragmentInstanceReq(TFragmentInstanceId fragmentInstanceId)TCloseSinkChannelEvent(TFragmentInstanceId sourceFragmentInstanceId, int index)TEndOfDataBlockEvent(TFragmentInstanceId targetFragmentInstanceId, String targetPlanNodeId, TFragmentInstanceId sourceFragmentInstanceId, int lastSequenceId)TFetchFragmentInstanceInfoReq(TFragmentInstanceId fragmentInstanceId)TFragmentInstanceId(TFragmentInstanceId other)Performs a deep copy on other.TGetDataBlockRequest(TFragmentInstanceId sourceFragmentInstanceId, int startSequenceId, int endSequenceId, int index)TNewDataBlockEvent(TFragmentInstanceId targetFragmentInstanceId, String targetPlanNodeId, TFragmentInstanceId sourceFragmentInstanceId, int startSequenceId, List<Long> blockSizes)Constructor parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TFragmentInstanceId Constructor Description TCancelQueryReq(String queryId, List<TFragmentInstanceId> fragmentInstanceIds, boolean hasThrowable)
-