Class BundleManifest.Entry

  • Enclosing class:
    BundleManifest

    public static class BundleManifest.Entry
    extends java.lang.Object
    Manifest 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
      void addComponentChecksum​(java.lang.String component, java.lang.String checksum)  
      java.util.Map<java.lang.String,​java.lang.String> componentsChecksum()  
      java.math.BigInteger endToken()  
      java.math.BigInteger firstToken()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(org.apache.cassandra.bridge.SSTableSummary summary)
    • 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()