public class CassandraStreamHeader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CassandraStreamHeader.Builder |
static class |
CassandraStreamHeader.CassandraStreamHeaderSerializer |
Modifier and Type | Field and Description |
---|---|
ComponentManifest |
componentManifest |
CompressionInfo |
compressionInfo |
long |
estimatedKeys |
DecoratedKey |
firstKey |
SSTableFormat.Type |
format
SSTable format
|
boolean |
isEntireSSTable |
java.util.List<SSTableReader.PartitionPositionBounds> |
sections |
SerializationHeader.Component |
serializationHeader |
static IVersionedSerializer<CassandraStreamHeader> |
serializer |
int |
sstableLevel |
TableId |
tableId |
Version |
version
SSTable version
|
Modifier and Type | Method and Description |
---|---|
static CassandraStreamHeader.Builder |
builder() |
long |
calculateSize() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isCompressed() |
long |
size() |
java.lang.String |
toString() |
public final Version version
public final SSTableFormat.Type format
public final long estimatedKeys
public final java.util.List<SSTableReader.PartitionPositionBounds> sections
public final CompressionInfo compressionInfo
public final int sstableLevel
public final SerializationHeader.Component serializationHeader
public final boolean isEntireSSTable
public final DecoratedKey firstKey
public final TableId tableId
public final ComponentManifest componentManifest
public static final IVersionedSerializer<CassandraStreamHeader> serializer
public static CassandraStreamHeader.Builder builder()
public boolean isCompressed()
public long size()
public long calculateSize()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2021 The Apache Software Foundation