Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TPushConsumerGroupMetaRespExceptionMessage
-
Packages that use TPushConsumerGroupMetaRespExceptionMessage Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TPushConsumerGroupMetaRespExceptionMessage in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift with type parameters of type TPushConsumerGroupMetaRespExceptionMessage Modifier and Type Field Description List<TPushConsumerGroupMetaRespExceptionMessage>TPushConsumerGroupMetaResp. exceptionMessagesMethods in org.apache.iotdb.mpp.rpc.thrift that return TPushConsumerGroupMetaRespExceptionMessage Modifier and Type Method Description TPushConsumerGroupMetaRespExceptionMessageTPushConsumerGroupMetaRespExceptionMessage. deepCopy()TPushConsumerGroupMetaRespExceptionMessageTPushConsumerGroupMetaRespExceptionMessage. setConsumerGroupId(String consumerGroupId)TPushConsumerGroupMetaRespExceptionMessageTPushConsumerGroupMetaRespExceptionMessage. setMessage(String message)TPushConsumerGroupMetaRespExceptionMessageTPushConsumerGroupMetaRespExceptionMessage. setTimeStamp(long timeStamp)Methods in org.apache.iotdb.mpp.rpc.thrift that return types with arguments of type TPushConsumerGroupMetaRespExceptionMessage Modifier and Type Method Description List<TPushConsumerGroupMetaRespExceptionMessage>TPushConsumerGroupMetaResp. getExceptionMessages()Iterator<TPushConsumerGroupMetaRespExceptionMessage>TPushConsumerGroupMetaResp. getExceptionMessagesIterator()Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushConsumerGroupMetaRespExceptionMessage Modifier and Type Method Description voidTPushConsumerGroupMetaResp. addToExceptionMessages(TPushConsumerGroupMetaRespExceptionMessage elem)intTPushConsumerGroupMetaRespExceptionMessage. compareTo(TPushConsumerGroupMetaRespExceptionMessage other)booleanTPushConsumerGroupMetaRespExceptionMessage. equals(TPushConsumerGroupMetaRespExceptionMessage that)Method parameters in org.apache.iotdb.mpp.rpc.thrift with type arguments of type TPushConsumerGroupMetaRespExceptionMessage Modifier and Type Method Description TPushConsumerGroupMetaRespTPushConsumerGroupMetaResp. setExceptionMessages(List<TPushConsumerGroupMetaRespExceptionMessage> exceptionMessages)Constructors in org.apache.iotdb.mpp.rpc.thrift with parameters of type TPushConsumerGroupMetaRespExceptionMessage Constructor Description TPushConsumerGroupMetaRespExceptionMessage(TPushConsumerGroupMetaRespExceptionMessage other)Performs a deep copy on other.
-