|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface TopicBrowser
Allows browsing of messages on a Topic. A client uses a TopicBrowser to look at messages on a topic without consuming them.
方法摘要 | |
---|---|
List<Partition> |
getPartitions()
Returns topic's all alive partitions. |
String |
getTopic()
Returns the topic |
Iterator<Message> |
iterator()
Returns an iterator to iterate all messages under this topic from all alive brokers.The iteration order is from the smallest broker's smallest partition to the biggest broker's biggest partition.Everytime it returns a new iterator. |
从接口 com.taobao.metamorphosis.client.Shutdownable 继承的方法 |
---|
shutdown |
方法详细信息 |
---|
Iterator<Message> iterator()
List<Partition> getPartitions()
String getTopic()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |