Class LocalityGroupIterator.LocalityGroupSeekCache
- java.lang.Object
-
- org.apache.accumulo.core.iteratorsImpl.system.LocalityGroupIterator.LocalityGroupSeekCache
-
- Enclosing class:
- LocalityGroupIterator
public static class LocalityGroupIterator.LocalityGroupSeekCache extends Object
This will cache the arguments used in the seek call along with the locality groups seeked.
-
-
Constructor Summary
Constructors Constructor Description LocalityGroupSeekCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ByteSequence>
getLastColumnFamilies()
Collection<LocalityGroupIterator.LocalityGroup>
getLastUsed()
int
getNumLGSeeked()
boolean
isLastInclusive()
-
-
-
Method Detail
-
getLastColumnFamilies
public Set<ByteSequence> getLastColumnFamilies()
-
isLastInclusive
public boolean isLastInclusive()
-
getLastUsed
public Collection<LocalityGroupIterator.LocalityGroup> getLastUsed()
-
getNumLGSeeked
public int getNumLGSeeked()
-
-