Class EntryLogIdsImpl

  • All Implemented Interfaces:
    EntryLogIds

    public class EntryLogIdsImpl
    extends java.lang.Object
    implements EntryLogIds
    EntryLogIdsImpl.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int nextId()
      Get the next available entry log ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 interface EntryLogIds
        Throws:
        java.io.IOException