Class SSTableComponentsWriter
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.SSTableComponentsWriter
- All Implemented Interfaces:
PerSSTableIndexWriter
-
Field Summary
FieldsFields inherited from interface org.apache.cassandra.index.sai.disk.PerSSTableIndexWriter
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()voidcomplete()voidnextRow(PrimaryKey primaryKey) voidstartPartition(DecoratedKey partitionKey)
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
SSTableComponentsWriter
- Throws:
IOException
-
-
Method Details
-
startPartition
- Specified by:
startPartitionin interfacePerSSTableIndexWriter- Throws:
IOException
-
nextRow
- Specified by:
nextRowin interfacePerSSTableIndexWriter- Throws:
IOException
-
complete
- Specified by:
completein interfacePerSSTableIndexWriter- Throws:
IOException
-
abort
public void abort()- Specified by:
abortin interfacePerSSTableIndexWriter
-