Modifier and Type | Method and Description |
---|---|
java.lang.String |
ColumnFamilyStore.getSSTablePath(java.io.File directory,
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(CFMetaData cfm,
long keyCount,
long repairedAt,
SSTableFormat.Type type,
int sstableLevel,
SerializationHeader header) |
static Descriptor |
Descriptor.fromFilename(java.lang.String filename,
SSTableFormat.Type formatType) |
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,
Component digestComponent) |
Modifier and Type | Method and Description |
---|---|
static SSTableFormat.Type |
SSTableFormat.Type.current() |
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,
SSTableFormat.Type format,
int sstableLevel,
long totalSize,
LifecycleTransaction txn,
SerializationHeader header) |
Modifier and Type | Field and Description |
---|---|
protected SSTableFormat.Type |
StreamReader.format |
Modifier and Type | Method and Description |
---|---|
protected SSTableMultiWriter |
StreamReader.createWriter(ColumnFamilyStore cfs,
long totalSize,
long repairedAt,
SSTableFormat.Type format) |
Modifier and Type | Field and Description |
---|---|
SSTableFormat.Type |
FileMessageHeader.format
SSTable format
|
Constructor and Description |
---|
FileMessageHeader(java.util.UUID cfId,
int sequenceNumber,
Version version,
SSTableFormat.Type format,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
CompressionInfo compressionInfo,
long repairedAt,
int sstableLevel,
SerializationHeader.Component header) |
FileMessageHeader(java.util.UUID cfId,
int sequenceNumber,
Version version,
SSTableFormat.Type format,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
CompressionMetadata compressionMetadata,
long repairedAt,
int sstableLevel,
SerializationHeader.Component header) |
Copyright © 2018 The Apache Software Foundation