Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.streaming |
File transfer
|
org.apache.cassandra.io.sstable | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
Descriptor |
ColumnFamilyStore.newSSTableDescriptor(java.io.File directory,
SSTableFormat.Type format) |
Descriptor |
ColumnFamilyStore.newSSTableDescriptor(java.io.File directory,
Version version,
SSTableFormat.Type format) |
Modifier and Type | Field and Description |
---|---|
SSTableFormat.Type |
CassandraStreamHeader.format
SSTable format
|
protected SSTableFormat.Type |
CassandraStreamReader.format |
Modifier and Type | Method and Description |
---|---|
protected SSTableMultiWriter |
CassandraStreamReader.createWriter(ColumnFamilyStore cfs,
long totalSize,
long repairedAt,
java.util.UUID pendingRepair,
SSTableFormat.Type format) |
CassandraStreamHeader.Builder |
CassandraStreamHeader.Builder.withSSTableFormat(SSTableFormat.Type format) |
Modifier and Type | Field and Description |
---|---|
protected SSTableFormat.Type |
CQLSSTableWriter.Builder.formatType |
SSTableFormat.Type |
Descriptor.formatType |
Modifier and Type | Method and Description |
---|---|
static SSTableTxnWriter |
SSTableTxnWriter.createRangeAware(TableMetadataRef metadata,
long keyCount,
long repairedAt,
java.util.UUID pendingRepair,
boolean isTransient,
SSTableFormat.Type type,
int sstableLevel,
SerializationHeader header) |
Descriptor |
Descriptor.withFormatType(SSTableFormat.Type newType) |
Constructor and Description |
---|
Descriptor(java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
SSTableFormat.Type formatType)
Constructor for sstable writers only.
|
Descriptor(java.lang.String version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
SSTableFormat.Type formatType) |
Descriptor(Version version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
SSTableFormat.Type formatType) |
Modifier and Type | Method and Description |
---|---|
static SSTableFormat.Type |
SSTableFormat.Type.current() |
SSTableFormat.Type |
VersionAndType.formatType() |
static SSTableFormat.Type |
SSTableFormat.Type.validate(java.lang.String name) |
static SSTableFormat.Type |
SSTableFormat.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SSTableFormat.Type[] |
SSTableFormat.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RangeAwareSSTableWriter(ColumnFamilyStore cfs,
long estimatedKeys,
long repairedAt,
java.util.UUID pendingRepair,
boolean isTransient,
SSTableFormat.Type format,
int sstableLevel,
long totalSize,
LifecycleNewTracker lifecycleNewTracker,
SerializationHeader header) |
VersionAndType(Version version,
SSTableFormat.Type formatType) |
Constructor and Description |
---|
SSTablesGlobalTracker(SSTableFormat.Type currentSSTableFormat) |
Copyright © 2009-2022 The Apache Software Foundation