Class PositionImplRecyclable
- java.lang.Object
-
- org.apache.bookkeeper.mledger.impl.PositionImpl
-
- org.apache.bookkeeper.mledger.impl.PositionImplRecyclable
-
- All Implemented Interfaces:
java.lang.Comparable<PositionImpl>,Position
public class PositionImplRecyclable extends PositionImpl implements Position
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PositionImplRecyclablecreate()voidrecycle()-
Methods inherited from class org.apache.bookkeeper.mledger.impl.PositionImpl
compareTo, equals, get, get, get, getAckSet, getEntryId, getLedgerId, getNext, getPositionInfo, hasAckSet, hashCode, setAckSet, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.bookkeeper.mledger.Position
getEntryId, getLedgerId, getNext
-
-
-
-
Method Detail
-
create
public static PositionImplRecyclable create()
-
recycle
public void recycle()
-
-