Class SSTableComponentsWriter
- java.lang.Object
-
- org.apache.cassandra.index.sai.disk.v1.SSTableComponentsWriter
-
- All Implemented Interfaces:
PerSSTableIndexWriter
public class SSTableComponentsWriter extends java.lang.Object implements PerSSTableIndexWriter
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
logger
-
Fields inherited from interface org.apache.cassandra.index.sai.disk.PerSSTableIndexWriter
NONE
-
-
Constructor Summary
Constructors Constructor Description SSTableComponentsWriter(IndexDescriptor indexDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
abort()
void
complete()
void
nextRow(PrimaryKey primaryKey)
void
startPartition(DecoratedKey partitionKey)
-
-
-
Constructor Detail
-
SSTableComponentsWriter
public SSTableComponentsWriter(IndexDescriptor indexDescriptor) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
startPartition
public void startPartition(DecoratedKey partitionKey) throws java.io.IOException
- Specified by:
startPartition
in interfacePerSSTableIndexWriter
- Throws:
java.io.IOException
-
nextRow
public void nextRow(PrimaryKey primaryKey) throws java.io.IOException
- Specified by:
nextRow
in interfacePerSSTableIndexWriter
- Throws:
java.io.IOException
-
complete
public void complete() throws java.io.IOException
- Specified by:
complete
in interfacePerSSTableIndexWriter
- Throws:
java.io.IOException
-
abort
public void abort()
- Specified by:
abort
in interfacePerSSTableIndexWriter
-
-