Package | Description |
---|---|
org.apache.cassandra.io.sstable |
Modifier and Type | Method and Description |
---|---|
static CQLSSTableWriter.Builder |
CQLSSTableWriter.builder()
Returns a new builder for a CQLSSTableWriter.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.forTable(java.lang.String schema)
The schema (CREATE TABLE statement) for the table for which sstable are to be created.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.inDirectory(java.io.File directory)
The directory where to write the sstables (mandatory option).
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.inDirectory(java.lang.String directory)
The directory where to write the sstables.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.sorted()
Creates a CQLSSTableWriter that expects sorted inputs.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.using(java.lang.String insert)
The INSERT or UPDATE statement defining the order of the values to add for a given CQL row.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.withBufferSizeInMB(int size)
The size of the buffer to use.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.withPartitioner(IPartitioner partitioner)
The partitioner to use.
|
CQLSSTableWriter.Builder |
CQLSSTableWriter.Builder.withType(java.lang.String typeDefinition) |
Copyright © 2018 The Apache Software Foundation