Interface PerSSTableIndexWriter
- All Known Implementing Classes:
SSTableComponentsWriter
public interface PerSSTableIndexWriter
Writes all SSTable-attached index files. The files written are version specific.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voidabort()default voidcomplete()voidnextRow(PrimaryKey primaryKey) default voidstartPartition(DecoratedKey decoratedKey)
-
Field Details
-
NONE
-
-
Method Details
-
startPartition
- Throws:
IOException
-
nextRow
- Throws:
IOException
-
complete
- Throws:
IOException
-
abort
default void abort()
-