org.infinispan.query.clustered
Class ClusteredTopDocs
java.lang.Object
org.infinispan.query.clustered.ClusteredTopDocs
public class ClusteredTopDocs
- extends Object
ClusteredTopDocs.
A TopDocs with UUID and address of node who has the doc.
- Since:
- 5.1
- Author:
- Israel Lacerra
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public UUID getId()
hasNext
public boolean hasNext()
getTopDocs
public org.apache.lucene.search.TopDocs getTopDocs()
getNext
public org.apache.lucene.search.ScoreDoc getNext()
setNodeAddress
public void setNodeAddress(Address nodeAddress)
getNodeAddress
public Address getNodeAddress()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.