Java org.apache.cassandra.io.sstable CQLSSTableWriter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.io.sstable CQLSSTableWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.io.sstable CQLSSTableWriter.

The text is from its open source code.

Method

CQLSSTableWriteraddRow(Object... values)
Adds a new row to the writer.
CQLSSTableWriteraddRow(List values)
Adds a new row to the writer.
CQLSSTableWriteraddRow(Map values)
Adds a new row to the writer.
Builderbuilder()
Returns a new builder for a CQLSSTableWriter.
voidclose()
Close this writer.