Package org.apache.bookkeeper.bookie
Interface HandleFactory
- All Known Implementing Classes:
HandleFactoryImpl
interface HandleFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetHandle(long ledgerId, byte[] masterKey, boolean journalReplay) getReadOnlyHandle(long ledgerId)
-
Method Details
-
getHandle
LedgerDescriptor getHandle(long ledgerId, byte[] masterKey, boolean journalReplay) throws IOException, BookieException - Throws:
IOExceptionBookieException
-
getReadOnlyHandle
- Throws:
IOExceptionBookie.NoLedgerException
-