Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TCloseSinkChannelEvent
-
Packages that use TCloseSinkChannelEvent Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TCloseSinkChannelEvent in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TCloseSinkChannelEvent Modifier and Type Field Description TCloseSinkChannelEventMPPDataExchangeService.onCloseSinkChannelEvent_args. eMethods in org.apache.iotdb.mpp.rpc.thrift that return TCloseSinkChannelEvent Modifier and Type Method Description TCloseSinkChannelEventTCloseSinkChannelEvent. deepCopy()TCloseSinkChannelEventMPPDataExchangeService.onCloseSinkChannelEvent_args. getE()TCloseSinkChannelEventTCloseSinkChannelEvent. setIndex(int index)TCloseSinkChannelEventTCloseSinkChannelEvent. setSourceFragmentInstanceId(TFragmentInstanceId sourceFragmentInstanceId)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCloseSinkChannelEvent Modifier and Type Method Description intTCloseSinkChannelEvent. compareTo(TCloseSinkChannelEvent other)booleanTCloseSinkChannelEvent. equals(TCloseSinkChannelEvent that)voidMPPDataExchangeService.AsyncClient. onCloseSinkChannelEvent(TCloseSinkChannelEvent e, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMPPDataExchangeService.AsyncIface. onCloseSinkChannelEvent(TCloseSinkChannelEvent e, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMPPDataExchangeService.Client. onCloseSinkChannelEvent(TCloseSinkChannelEvent e)voidMPPDataExchangeService.Iface. onCloseSinkChannelEvent(TCloseSinkChannelEvent e)voidMPPDataExchangeService.Client. send_onCloseSinkChannelEvent(TCloseSinkChannelEvent e)MPPDataExchangeService.onCloseSinkChannelEvent_argsMPPDataExchangeService.onCloseSinkChannelEvent_args. setE(TCloseSinkChannelEvent e)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TCloseSinkChannelEvent Constructor Description onCloseSinkChannelEvent_args(TCloseSinkChannelEvent e)onCloseSinkChannelEvent_call(TCloseSinkChannelEvent e, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCloseSinkChannelEvent(TCloseSinkChannelEvent other)Performs a deep copy on other.
-