org.apache.accumulo.core.file
Interface FileSKVIterator
- All Superinterfaces:
- InterruptibleIterator, SortedKeyValueIterator<Key,Value>
- All Known Implementing Classes:
- BloomFilterLayer.Reader, MapFileIterator, MapFileOperations.RangeIterator, RFile.Reader, SequenceFileIterator
public interface FileSKVIterator
- extends InterruptibleIterator
getFirstKey
Key getFirstKey()
throws IOException
- Throws:
IOException
getLastKey
Key getLastKey()
throws IOException
- Throws:
IOException
getMetaStore
DataInputStream getMetaStore(String name)
throws IOException,
NoSuchMetaStoreException
- Throws:
IOException
NoSuchMetaStoreException
closeDeepCopies
void closeDeepCopies()
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
Copyright © 2015 Apache Accumulo Project. All rights reserved.