org.apache.accumulo.core.file
Interface FileSKVIterator

All Superinterfaces:
InterruptibleIterator, SortedKeyValueIterator<Key,Value>
All Known Implementing Classes:
BloomFilterLayer.Reader, FileCFSkippingIterator, MapFileOperations.RangeIterator, MyMapFile.Reader, RFile.Reader, SequenceFileIterator

public interface FileSKVIterator
extends InterruptibleIterator


Method Summary
 void close()
           
 void closeDeepCopies()
           
 Key getFirstKey()
           
 Key getLastKey()
           
 java.io.DataInputStream getMetaStore(java.lang.String name)
           
 
Methods inherited from interface org.apache.accumulo.core.iterators.InterruptibleIterator
setInterruptFlag
 
Methods inherited from interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
deepCopy, getTopKey, getTopValue, hasTop, init, next, seek
 

Method Detail

getFirstKey

Key getFirstKey()
                throws java.io.IOException
Throws:
java.io.IOException

getLastKey

Key getLastKey()
               throws java.io.IOException
Throws:
java.io.IOException

getMetaStore

java.io.DataInputStream getMetaStore(java.lang.String name)
                                     throws java.io.IOException,
                                            NoSuchMetaStoreException
Throws:
java.io.IOException
NoSuchMetaStoreException

closeDeepCopies

void closeDeepCopies()
                     throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException


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