Class GCJournal.GCJournalEntry

  • Enclosing class:
    GCJournal

    public static class GCJournal.GCJournalEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GCJournalEntry​(long repoSize, long reclaimedSize, long ts, @NotNull GCGeneration gcGeneration, long nodes, @NotNull java.lang.String root)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      @NotNull GCGeneration getGcGeneration()
      Returns the gc generation
      long getNodes()
      Returns the number of compacted nodes
      long getReclaimedSize()
      Returns the reclaimed size
      long getRepoSize()
      Returns the repository size
      @NotNull java.lang.String getRoot()
      Returns the record id of the root created by the compactor
      long getTs()
      Returns the timestamp
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GCJournalEntry

        public GCJournalEntry​(long repoSize,
                              long reclaimedSize,
                              long ts,
                              @NotNull
                              @NotNull GCGeneration gcGeneration,
                              long nodes,
                              @NotNull
                              @NotNull java.lang.String root)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getRepoSize

        public long getRepoSize()
        Returns the repository size
      • getReclaimedSize

        public long getReclaimedSize()
        Returns the reclaimed size
      • getTs

        public long getTs()
        Returns the timestamp
      • getGcGeneration

        @NotNull
        public @NotNull GCGeneration getGcGeneration()
        Returns the gc generation
      • getNodes

        public long getNodes()
        Returns the number of compacted nodes
      • getRoot

        @NotNull
        public @NotNull java.lang.String getRoot()
        Returns the record id of the root created by the compactor
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object