Class BundleManifest.Entry
- java.lang.Object
-
- org.apache.cassandra.spark.bulkwriter.cloudstorage.BundleManifest.Entry
-
- Enclosing class:
- BundleManifest
public static class BundleManifest.Entry extends java.lang.ObjectManifest of a single SSTable componentsChecksum include checksums of individual SSTable components startToken and endToken represents the token range of the SSTable
-
-
Constructor Summary
Constructors Constructor Description Entry(org.apache.cassandra.bridge.SSTableSummary summary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddComponentChecksum(java.lang.String component, java.lang.String checksum)java.util.Map<java.lang.String,java.lang.String>componentsChecksum()java.math.BigIntegerendToken()java.math.BigIntegerfirstToken()
-
-
-
Method Detail
-
addComponentChecksum
public void addComponentChecksum(java.lang.String component, java.lang.String checksum)
-
componentsChecksum
public java.util.Map<java.lang.String,java.lang.String> componentsChecksum()
-
firstToken
public java.math.BigInteger firstToken()
-
endToken
public java.math.BigInteger endToken()
-
-