org.infinispan.query.clustered
Interface ClusteredDoc

All Known Implementing Classes:
ClusteredFieldDoc, ClusteredScoreDoc

public interface ClusteredDoc

ClusteredDoc. Interface to encapsulate a score doc of a distributed query. NodeUUID it's the node that has the value. And getIndex must return the index of the scoreDoc.

Since:
5.1
Author:
Israel Lacerra

Method Summary
 int getIndex()
           
 UUID getNodeUuid()
           
 

Method Detail

getNodeUuid

UUID getNodeUuid()

getIndex

int getIndex()

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.