Modifier and Type | Method and Description |
---|---|
SerializationHeader.Component |
SerializationHeader.Serializer.deserialize(Version version,
DataInputPlus in) |
ISerializer<ClusteringPrefix> |
Serializers.indexEntryClusteringPrefixSerializer(Version version,
SerializationHeader header) |
IndexHelper.IndexInfo.Serializer |
Serializers.indexSerializer(Version version) |
int |
RowIndexEntry.promotedSize(CFMetaData metadata,
Version version,
SerializationHeader header) |
static ColumnIndex |
ColumnIndex.writeAndBuildIndex(UnfilteredRowIterator iterator,
SequentialWriter output,
SerializationHeader header,
Version version) |
Constructor and Description |
---|
Serializer(CFMetaData metadata,
Version version,
SerializationHeader header) |
Modifier and Type | Method and Description |
---|---|
T |
ISSTableSerializer.deserializeFromSSTable(java.io.DataInput in,
Version version)
Deserialize into the specified DataInputStream instance in the format
suited for SSTables.
|
Modifier and Type | Field and Description |
---|---|
Version |
Descriptor.version
version has the following format:
[a-z]+ |
Constructor and Description |
---|
Descriptor(Version version,
java.io.File directory,
java.lang.String ksname,
java.lang.String cfname,
int generation,
SSTableFormat.Type formatType) |
Serializer(CFMetaData metadata,
Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
SSTableFormat.getLatestVersion() |
Version |
SSTableFormat.getVersion(java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry.IndexSerializer<?> |
SSTableFormat.getIndexSerializer(CFMetaData cfm,
Version version,
SerializationHeader header) |
Modifier and Type | Method and Description |
---|---|
Version |
BigFormat.getLatestVersion() |
Version |
BigFormat.getVersion(java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
RowIndexEntry.IndexSerializer |
BigFormat.getIndexSerializer(CFMetaData metadata,
Version version,
SerializationHeader header) |
Modifier and Type | Method and Description |
---|---|
CompactionMetadata |
CompactionMetadata.CompactionMetadataSerializer.deserialize(Version version,
DataInputPlus in) |
T |
IMetadataComponentSerializer.deserialize(Version version,
DataInputPlus in)
Deserialize metadata component from given input.
|
StatsMetadata |
StatsMetadata.StatsMetadataSerializer.deserialize(Version version,
DataInputPlus in) |
ValidationMetadata |
ValidationMetadata.ValidationMetadataSerializer.deserialize(Version version,
DataInputPlus in) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentedFile.Builder.deserializeBounds(java.io.DataInput in,
Version version) |
void |
SegmentedFile.Builder.serializeBounds(java.io.DataOutput out,
Version version) |
Modifier and Type | Field and Description |
---|---|
protected Version |
StreamReader.inputVersion |
Constructor and Description |
---|
StreamDeserializer(CFMetaData metadata,
DataInputPlus in,
Version version,
SerializationHeader header) |
Modifier and Type | Field and Description |
---|---|
Version |
FileMessageHeader.version
SSTable version
|
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) |
Copyright © 2015 The Apache Software Foundation