org.apache.bookkeeper.bookie
Class LedgerDescriptor

java.lang.Object
  extended by org.apache.bookkeeper.bookie.LedgerDescriptor

public class LedgerDescriptor
extends Object

Implements a ledger inside a bookie. In particular, it implements operations to write entries to a ledger and read entries from a ledger.


Method Summary
 void decRef()
           
 int getRefCnt()
           
 void incRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

incRef

public void incRef()

decRef

public void decRef()

getRefCnt

public int getRefCnt()