Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TFragmentInstance
-
Packages that use TFragmentInstance Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TFragmentInstance in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TFragmentInstance Modifier and Type Field Description TFragmentInstanceTSendFragmentInstanceReq. fragmentInstanceMethods in org.apache.iotdb.mpp.rpc.thrift that return TFragmentInstance Modifier and Type Method Description TFragmentInstanceTFragmentInstance. deepCopy()TFragmentInstanceTSendFragmentInstanceReq. getFragmentInstance()TFragmentInstanceTFragmentInstance. setBody(byte[] body)TFragmentInstanceTFragmentInstance. setBody(ByteBuffer body)Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFragmentInstance Modifier and Type Method Description intTFragmentInstance. compareTo(TFragmentInstance other)booleanTFragmentInstance. equals(TFragmentInstance that)TSendFragmentInstanceReqTSendFragmentInstanceReq. setFragmentInstance(TFragmentInstance fragmentInstance)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TFragmentInstance Constructor Description TFragmentInstance(TFragmentInstance other)Performs a deep copy on other.TSendFragmentInstanceReq(TFragmentInstance fragmentInstance)
-