Modifier and Type | Method and Description |
---|---|
static SSTableFormat.Type |
DatabaseDescriptor.getSSTableFormat() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ColumnFamilyStore.getTempSSTablePath(java.io.File directory,
SSTableFormat.Type format) |
Modifier and Type | Method and Description |
---|---|
static SSTableFormat.Type |
CompactionTask.getFormatType(java.util.Collection<SSTableReader> sstables) |
Constructor and Description |
---|
CompactionIterable(OperationType type,
java.util.List<ISSTableScanner> scanners,
CompactionController controller,
SSTableFormat.Type formatType,
java.util.UUID compactionId) |
Modifier and Type | Field and Description |
---|---|
protected SSTableFormat.Type |
CQLSSTableWriter.Builder.formatType |
SSTableFormat.Type |
Descriptor.formatType |
Modifier and Type | Method and Description |
---|---|
protected static Descriptor |
AbstractSSTableSimpleWriter.createDescriptor(java.io.File directory,
java.lang.String keyspace,
java.lang.String columnFamily,
SSTableFormat.Type fmt) |
static Descriptor |
Descriptor.fromFilename(java.lang.String filename,
SSTableFormat.Type formatType) |
protected void |
AbstractSSTableSimpleWriter.setSSTableFormatType(SSTableFormat.Type type) |
Descriptor |
Descriptor.withFormatType(SSTableFormat.Type newType) |
Constructor and Description |
---|
Descriptor(java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
Descriptor.Type temp,
SSTableFormat.Type formatType) |
Descriptor(java.lang.String version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
Descriptor.Type temp,
SSTableFormat.Type formatType) |
Descriptor(Version version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
Descriptor.Type temp,
SSTableFormat.Type formatType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected SSTableFormat.Type |
StreamReader.format |
Modifier and Type | Method and Description |
---|---|
protected SSTableWriter |
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,
java.lang.String version,
SSTableFormat.Type format,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
CompressionInfo compressionInfo,
long repairedAt,
int sstableLevel) |
FileMessageHeader(java.util.UUID cfId,
int sequenceNumber,
java.lang.String version,
SSTableFormat.Type format,
long estimatedKeys,
java.util.List<Pair<java.lang.Long,java.lang.Long>> sections,
CompressionMetadata compressionMetadata,
long repairedAt,
int sstableLevel) |
Copyright © 2020 The Apache Software Foundation