Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPushTopicMetaRespExceptionMessage
-
Packages that use TPushTopicMetaRespExceptionMessage Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPushTopicMetaRespExceptionMessage in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift with type parameters of type TPushTopicMetaRespExceptionMessage Modifier and Type Field Description List<TPushTopicMetaRespExceptionMessage>TPushTopicMetaResp. exceptionMessagesMethods in org.apache.iotdb.mpp.rpc.thrift that return TPushTopicMetaRespExceptionMessage Modifier and Type Method Description TPushTopicMetaRespExceptionMessageTPushTopicMetaRespExceptionMessage. deepCopy()TPushTopicMetaRespExceptionMessageTPushTopicMetaRespExceptionMessage. setMessage(String message)TPushTopicMetaRespExceptionMessageTPushTopicMetaRespExceptionMessage. setTimeStamp(long timeStamp)TPushTopicMetaRespExceptionMessageTPushTopicMetaRespExceptionMessage. setTopicName(String topicName)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TPushTopicMetaRespExceptionMessage Modifier and Type Method Description List<TPushTopicMetaRespExceptionMessage>TPushTopicMetaResp. getExceptionMessages()Iterator<TPushTopicMetaRespExceptionMessage>TPushTopicMetaResp. getExceptionMessagesIterator()Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushTopicMetaRespExceptionMessage Modifier and Type Method Description voidTPushTopicMetaResp. addToExceptionMessages(TPushTopicMetaRespExceptionMessage elem)intTPushTopicMetaRespExceptionMessage. compareTo(TPushTopicMetaRespExceptionMessage other)booleanTPushTopicMetaRespExceptionMessage. equals(TPushTopicMetaRespExceptionMessage that)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TPushTopicMetaRespExceptionMessage Modifier and Type Method Description TPushTopicMetaRespTPushTopicMetaResp. setExceptionMessages(List<TPushTopicMetaRespExceptionMessage> exceptionMessages)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushTopicMetaRespExceptionMessage Constructor Description TPushTopicMetaRespExceptionMessage(TPushTopicMetaRespExceptionMessage other)Performs a deep copy on other.
-