Class PartitionsTopic

    • Constructor Detail

      • PartitionsTopic

        public PartitionsTopic()
      • PartitionsTopic

        public PartitionsTopic​(PartitionsTopic source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAverageMsgSize

        public String getAverageMsgSize()
        Get 最后一次间隔内发布消息的平均byte大小。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AverageMsgSize 最后一次间隔内发布消息的平均byte大小。 注意:此字段可能返回 null,表示取不到有效值。
      • setAverageMsgSize

        public void setAverageMsgSize​(String AverageMsgSize)
        Set 最后一次间隔内发布消息的平均byte大小。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AverageMsgSize - 最后一次间隔内发布消息的平均byte大小。 注意:此字段可能返回 null,表示取不到有效值。
      • getConsumerCount

        public String getConsumerCount()
        Get 消费者数量。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ConsumerCount 消费者数量。 注意:此字段可能返回 null,表示取不到有效值。
      • setConsumerCount

        public void setConsumerCount​(String ConsumerCount)
        Set 消费者数量。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ConsumerCount - 消费者数量。 注意:此字段可能返回 null,表示取不到有效值。
      • getLastConfirmedEntry

        public String getLastConfirmedEntry()
        Get 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LastConfirmedEntry 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
      • setLastConfirmedEntry

        public void setLastConfirmedEntry​(String LastConfirmedEntry)
        Set 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LastConfirmedEntry - 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
      • getLastLedgerCreatedTimestamp

        public String getLastLedgerCreatedTimestamp()
        Get 最后一个ledger创建的时间。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LastLedgerCreatedTimestamp 最后一个ledger创建的时间。 注意:此字段可能返回 null,表示取不到有效值。
      • setLastLedgerCreatedTimestamp

        public void setLastLedgerCreatedTimestamp​(String LastLedgerCreatedTimestamp)
        Set 最后一个ledger创建的时间。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LastLedgerCreatedTimestamp - 最后一个ledger创建的时间。 注意:此字段可能返回 null,表示取不到有效值。
      • getMsgRateIn

        public String getMsgRateIn()
        Get 本地和复制的发布者每秒发布消息的速率。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MsgRateIn 本地和复制的发布者每秒发布消息的速率。 注意:此字段可能返回 null,表示取不到有效值。
      • setMsgRateIn

        public void setMsgRateIn​(String MsgRateIn)
        Set 本地和复制的发布者每秒发布消息的速率。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MsgRateIn - 本地和复制的发布者每秒发布消息的速率。 注意:此字段可能返回 null,表示取不到有效值。
      • getMsgRateOut

        public String getMsgRateOut()
        Get 本地和复制的消费者每秒分发消息的数量之和。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MsgRateOut 本地和复制的消费者每秒分发消息的数量之和。 注意:此字段可能返回 null,表示取不到有效值。
      • setMsgRateOut

        public void setMsgRateOut​(String MsgRateOut)
        Set 本地和复制的消费者每秒分发消息的数量之和。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MsgRateOut - 本地和复制的消费者每秒分发消息的数量之和。 注意:此字段可能返回 null,表示取不到有效值。
      • getMsgThroughputIn

        public String getMsgThroughputIn()
        Get 本地和复制的发布者每秒发布消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MsgThroughputIn 本地和复制的发布者每秒发布消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
      • setMsgThroughputIn

        public void setMsgThroughputIn​(String MsgThroughputIn)
        Set 本地和复制的发布者每秒发布消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MsgThroughputIn - 本地和复制的发布者每秒发布消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
      • getMsgThroughputOut

        public String getMsgThroughputOut()
        Get 本地和复制的消费者每秒分发消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MsgThroughputOut 本地和复制的消费者每秒分发消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
      • setMsgThroughputOut

        public void setMsgThroughputOut​(String MsgThroughputOut)
        Set 本地和复制的消费者每秒分发消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MsgThroughputOut - 本地和复制的消费者每秒分发消息的byte。 注意:此字段可能返回 null,表示取不到有效值。
      • getNumberOfEntries

        public String getNumberOfEntries()
        Get 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NumberOfEntries 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
      • setNumberOfEntries

        public void setNumberOfEntries​(String NumberOfEntries)
        Set 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NumberOfEntries - 被记录下来的消息总数。 注意:此字段可能返回 null,表示取不到有效值。
      • getPartitions

        public Long getPartitions()
        Get 子分区id。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Partitions 子分区id。 注意:此字段可能返回 null,表示取不到有效值。
      • setPartitions

        public void setPartitions​(Long Partitions)
        Set 子分区id。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Partitions - 子分区id。 注意:此字段可能返回 null,表示取不到有效值。
      • getProducerCount

        public String getProducerCount()
        Get 生产者数量。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProducerCount 生产者数量。 注意:此字段可能返回 null,表示取不到有效值。
      • setProducerCount

        public void setProducerCount​(String ProducerCount)
        Set 生产者数量。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProducerCount - 生产者数量。 注意:此字段可能返回 null,表示取不到有效值。
      • getTotalSize

        public String getTotalSize()
        Get 以byte计算的所有消息存储总量。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TotalSize 以byte计算的所有消息存储总量。 注意:此字段可能返回 null,表示取不到有效值。
      • setTotalSize

        public void setTotalSize​(String TotalSize)
        Set 以byte计算的所有消息存储总量。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TotalSize - 以byte计算的所有消息存储总量。 注意:此字段可能返回 null,表示取不到有效值。
      • getTopicType

        public Long getTopicType()
        Get topic类型描述。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TopicType topic类型描述。 注意:此字段可能返回 null,表示取不到有效值。
      • setTopicType

        public void setTopicType​(Long TopicType)
        Set topic类型描述。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TopicType - topic类型描述。 注意:此字段可能返回 null,表示取不到有效值。