Package org.apache.bookkeeper.bookie
Class EntryLocation
java.lang.Object
org.apache.bookkeeper.bookie.EntryLocation
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