Package org.apache.bookkeeper.bookie
Class EntryLogMetadata.EntryLogMetadataRecyclable
- java.lang.Object
-
- org.apache.bookkeeper.bookie.EntryLogMetadata
-
- org.apache.bookkeeper.bookie.EntryLogMetadata.EntryLogMetadataRecyclable
-
- Enclosing class:
- EntryLogMetadata
public static class EntryLogMetadata.EntryLogMetadataRecyclable extends EntryLogMetadata
RecyclableEntryLogMetadata
class.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bookkeeper.bookie.EntryLogMetadata
EntryLogMetadata.EntryLogMetadataRecyclable
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.bookie.EntryLogMetadata
entryLogId, ledgersMap, remainingSize, totalSize
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntryLogMetadata.EntryLogMetadataRecyclable
get()
void
recycle()
-
Methods inherited from class org.apache.bookkeeper.bookie.EntryLogMetadata
addLedgerSize, clear, containsLedger, deserialize, getEntryLogId, getLedgersMap, getRemainingSize, getTotalSize, getUsage, isEmpty, removeLedgerIf, serialize, toString
-
-
-
-
Method Detail
-
get
public static EntryLogMetadata.EntryLogMetadataRecyclable get()
-
recycle
public void recycle()
-
-