com.taobao.metamorphosis.client
类 MetaTopicBrowser.Itr
java.lang.Object
com.taobao.metamorphosis.client.MetaTopicBrowser.Itr
- 所有已实现的接口:
- Iterator<Message>
- 包容类:
- MetaTopicBrowser
protected class MetaTopicBrowser.Itr
- extends Object
- implements Iterator<Message>
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
partitions
protected final List<Partition> partitions
MetaTopicBrowser.Itr
public MetaTopicBrowser.Itr(List<Partition> partitions)
hasNext
public boolean hasNext()
- 指定者:
- 接口
Iterator<Message>
中的 hasNext
next
public Message next()
- 指定者:
- 接口
Iterator<Message>
中的 next
remove
public void remove()
- 指定者:
- 接口
Iterator<Message>
中的 remove
Copyright © 2010–2013. All rights reserved.