org.apache.blur.manager.results
Interface BlurResultIterable

All Superinterfaces:
BlurIterable<BlurResult,BlurException>, Closeable
All Known Implementing Classes:
BlurResultIterableClient, BlurResultIterableMultiple, BlurResultIterableSearcher, BlurResultIterableSimple

public interface BlurResultIterable
extends BlurIterable<BlurResult,BlurException>, Closeable


Method Summary
 Map<String,Long> getShardInfo()
           
 long getTotalResults()
           
 void skipTo(long skipTo)
           
 
Methods inherited from interface org.apache.blur.utils.BlurIterable
iterator
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

skipTo

void skipTo(long skipTo)

getTotalResults

long getTotalResults()

getShardInfo

Map<String,Long> getShardInfo()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.