Java Code Examples for org.apache.rocketmq.store.stats.BrokerStatsManager#StatsType
The following examples show how to use
org.apache.rocketmq.store.stats.BrokerStatsManager#StatsType .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: SendMessageContext.java From rocketmq-read with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialSendStats() { return commercialSendStats; }
Example 2
Source File: SendMessageContext.java From DDMQ with Apache License 2.0 | 4 votes |
public void setCommercialSendStats(final BrokerStatsManager.StatsType commercialSendStats) { this.commercialSendStats = commercialSendStats; }
Example 3
Source File: SendMessageContext.java From DDMQ with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialSendStats() { return commercialSendStats; }
Example 4
Source File: ConsumeMessageContext.java From rocketmq_trans_message with Apache License 2.0 | 4 votes |
public void setCommercialRcvStats(final BrokerStatsManager.StatsType commercialRcvStats) { this.commercialRcvStats = commercialRcvStats; }
Example 5
Source File: ConsumeMessageContext.java From DDMQ with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialRcvStats() { return commercialRcvStats; }
Example 6
Source File: ConsumeMessageContext.java From rocketmq_trans_message with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialRcvStats() { return commercialRcvStats; }
Example 7
Source File: SendMessageContext.java From rocketmq-all-4.1.0-incubating with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialSendStats() { return commercialSendStats; }
Example 8
Source File: ConsumeMessageContext.java From rocketmq with Apache License 2.0 | 4 votes |
public void setCommercialRcvStats(final BrokerStatsManager.StatsType commercialRcvStats) { this.commercialRcvStats = commercialRcvStats; }
Example 9
Source File: ConsumeMessageContext.java From rocketmq with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialRcvStats() { return commercialRcvStats; }
Example 10
Source File: SendMessageContext.java From rocketmq-read with Apache License 2.0 | 4 votes |
public void setCommercialSendStats(final BrokerStatsManager.StatsType commercialSendStats) { this.commercialSendStats = commercialSendStats; }
Example 11
Source File: ConsumeMessageContext.java From DDMQ with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialRcvStats() { return commercialRcvStats; }
Example 12
Source File: ConsumeMessageContext.java From rocketmq-read with Apache License 2.0 | 4 votes |
public void setCommercialRcvStats(final BrokerStatsManager.StatsType commercialRcvStats) { this.commercialRcvStats = commercialRcvStats; }
Example 13
Source File: ConsumeMessageContext.java From rocketmq-read with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialRcvStats() { return commercialRcvStats; }
Example 14
Source File: SendMessageContext.java From rocketmq-4.3.0 with Apache License 2.0 | 4 votes |
public void setCommercialSendStats(final BrokerStatsManager.StatsType commercialSendStats) { this.commercialSendStats = commercialSendStats; }
Example 15
Source File: SendMessageContext.java From rocketmq-4.3.0 with Apache License 2.0 | 4 votes |
public BrokerStatsManager.StatsType getCommercialSendStats() { return commercialSendStats; }
Example 16
Source File: ConsumeMessageContext.java From rocketmq-4.3.0 with Apache License 2.0 | 4 votes |
public void setCommercialRcvStats(final BrokerStatsManager.StatsType commercialRcvStats) { this.commercialRcvStats = commercialRcvStats; }
Example 17
Source File: ConsumeMessageContext.java From rocketmq-all-4.1.0-incubating with Apache License 2.0 | 4 votes |
public void setCommercialRcvStats(final BrokerStatsManager.StatsType commercialRcvStats) { this.commercialRcvStats = commercialRcvStats; }
Example 18
Source File: SendMessageContext.java From DDMQ with Apache License 2.0 | 4 votes |
public void setCommercialSendStats(final BrokerStatsManager.StatsType commercialSendStats) { this.commercialSendStats = commercialSendStats; }
Example 19
Source File: SendMessageContext.java From rocketmq-all-4.1.0-incubating with Apache License 2.0 | 4 votes |
public void setCommercialSendStats(final BrokerStatsManager.StatsType commercialSendStats) { this.commercialSendStats = commercialSendStats; }
Example 20
Source File: ConsumeMessageContext.java From DDMQ with Apache License 2.0 | 4 votes |
public void setCommercialRcvStats(final BrokerStatsManager.StatsType commercialRcvStats) { this.commercialRcvStats = commercialRcvStats; }