Class CassandraStreamHeader.Builder
java.lang.Object
org.apache.cassandra.db.streaming.CassandraStreamHeader.Builder
- Enclosing class:
- CassandraStreamHeader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()isEntireSSTable(boolean isEntireSSTable) withComponentManifest(ComponentManifest componentManifest) withCompressionInfo(CompressionInfo compressionInfo) withEstimatedKeys(long estimatedKeys) withFirstKey(DecoratedKey firstKey) withSSTableLevel(int sstableLevel) withSSTableVersion(Version version) withTableId(TableId tableId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSSTableVersion
-
withSSTableLevel
-
withEstimatedKeys
-
withSections
public CassandraStreamHeader.Builder withSections(List<SSTableReader.PartitionPositionBounds> sections) -
withCompressionInfo
-
withSerializationHeader
-
withTableId
-
isEntireSSTable
-
withComponentManifest
-
withFirstKey
-
build
-