org.apache.bookkeeper.client
Class LedgerEntry

java.lang.Object
  extended by org.apache.bookkeeper.client.LedgerEntry

public class LedgerEntry
extends Object

Ledger entry. Currently only holds the necessary fields to identify a ledger entry, and the entry content.


Method Summary
 byte[] getEntry()
           
 long getEntryId()
           
 long getLedgerId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLedgerId

public long getLedgerId()

getEntryId

public long getEntryId()

getEntry

public byte[] getEntry()