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>


字段摘要
protected  List<Partition> partitions
           
 
构造方法摘要
MetaTopicBrowser.Itr(List<Partition> partitions)
           
 
方法摘要
 boolean hasNext()
           
 Message next()
           
 void remove()
           
 
从类 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.