Class EntryLogIdsImpl
- java.lang.Object
-
- org.apache.bookkeeper.bookie.storage.directentrylogger.EntryLogIdsImpl
-
- All Implemented Interfaces:
EntryLogIds
public class EntryLogIdsImpl extends java.lang.Object implements EntryLogIds
EntryLogIdsImpl.
-
-
Constructor Summary
Constructors Constructor Description EntryLogIdsImpl(LedgerDirsManager ledgerDirsManager, Slogger slog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
nextId()
Get the next available entry log ID.
-
-
-
Constructor Detail
-
EntryLogIdsImpl
public EntryLogIdsImpl(LedgerDirsManager ledgerDirsManager, Slogger slog) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
nextId
public int nextId() throws java.io.IOException
Description copied from interface:EntryLogIds
Get the next available entry log ID.- Specified by:
nextId
in interfaceEntryLogIds
- Throws:
java.io.IOException
-
-