Package org.apache.bookkeeper.bookie
Class EntryLocation
- java.lang.Object
-
- org.apache.bookkeeper.bookie.EntryLocation
-
public class EntryLocation extends java.lang.ObjectAnEntryLocationrepresents 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 longgetEntry()longgetLedger()longgetLocation()java.lang.StringtoString()
-