protected class SSTableReader.EmptyCompactionScanner extends java.lang.Object implements ICompactionScanner
Constructor and Description |
---|
SSTableReader.EmptyCompactionScanner(java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getBackingFiles() |
long |
getCurrentPosition() |
long |
getLengthInBytes() |
boolean |
hasNext() |
OnDiskAtomIterator |
next() |
void |
remove() |
public SSTableReader.EmptyCompactionScanner(java.lang.String filename)
public long getLengthInBytes()
getLengthInBytes
in interface ICompactionScanner
public long getCurrentPosition()
getCurrentPosition
in interface ICompactionScanner
public java.lang.String getBackingFiles()
getBackingFiles
in interface ICompactionScanner
public boolean hasNext()
hasNext
in interface java.util.Iterator<OnDiskAtomIterator>
public OnDiskAtomIterator next()
next
in interface java.util.Iterator<OnDiskAtomIterator>
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public void remove()
remove
in interface java.util.Iterator<OnDiskAtomIterator>
Copyright © 2014 The Apache Software Foundation