Package org.apache.bookkeeper.bookie
Class EntryLocation
- java.lang.Object
-
- org.apache.bookkeeper.bookie.EntryLocation
-
public class EntryLocation extends java.lang.Object
AnEntryLocation
represents the location where an entry is stored.
-
-
Constructor Summary
Constructors Constructor Description EntryLocation(long ledger, long entry, long location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEntry()
long
getLedger()
long
getLocation()
java.lang.String
toString()
-