com.taobao.metamorphosis.server.stats
类 StatsManager.TopicStats

java.lang.Object
  继承者 com.taobao.metamorphosis.server.stats.StatsManager.TopicStats
包容类:
StatsManager

public static class StatsManager.TopicStats
extends Object


构造方法摘要
StatsManager.TopicStats(String topic, int partitions, TopicConfig topicConfig, long messageCount, long messageBytes, String realTimePut, String realTimeGet, String realTimeGetMissed, String realTimePutFailed)
           
 
方法摘要
 String getAvgMsgSize()
           
 String getGetMissed()
           
 String getGets()
           
 long getMessageBytes()
           
 long getMessageCount()
           
 int getPartitions()
           
 String getPutFailed()
           
 String getPuts()
           
 String getTopic()
           
 TopicConfig getTopicConfig()
           
 void setGetMissed(String getMissed)
           
 void setGets(String get)
           
 void setPartitions(int partitions)
           
 void setPutFailed(String putFailed)
           
 void setPuts(String put)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

StatsManager.TopicStats

public StatsManager.TopicStats(String topic,
                               int partitions,
                               TopicConfig topicConfig,
                               long messageCount,
                               long messageBytes,
                               String realTimePut,
                               String realTimeGet,
                               String realTimeGetMissed,
                               String realTimePutFailed)
方法详细信息

getPartitions

public int getPartitions()

setPartitions

public void setPartitions(int partitions)

getTopic

public String getTopic()

getTopicConfig

public TopicConfig getTopicConfig()

getMessageCount

public long getMessageCount()

getAvgMsgSize

public String getAvgMsgSize()

getMessageBytes

public long getMessageBytes()

getPuts

public String getPuts()

setPuts

public void setPuts(String put)

getGets

public String getGets()

setGets

public void setGets(String get)

getGetMissed

public String getGetMissed()

setGetMissed

public void setGetMissed(String getMissed)

getPutFailed

public String getPutFailed()

setPutFailed

public void setPutFailed(String putFailed)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2010–2013. All rights reserved.