Class EntryLocation

java.lang.Object
org.apache.bookkeeper.bookie.EntryLocation

public class EntryLocation extends Object
An EntryLocation represents the location where an entry is stored.
  • Field Details

    • ledger

      public final long ledger
    • entry

      public final long entry
    • location

      public final long location
  • Constructor Details

    • EntryLocation

      public EntryLocation(long ledger, long entry, long location)
  • Method Details

    • getLedger

      public long getLedger()
    • getEntry

      public long getEntry()
    • getLocation

      public long getLocation()
    • toString

      public String toString()
      Overrides:
      toString in class Object