Class PulsarLayoutManager
java.lang.Object
org.apache.pulsar.metadata.bookkeeper.PulsarLayoutManager
- All Implemented Interfaces:
org.apache.bookkeeper.meta.LayoutManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.bookkeeper.meta.LayoutManager
org.apache.bookkeeper.meta.LayoutManager.LedgerLayoutExistsException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.apache.bookkeeper.meta.LedgerLayoutvoidstoreLedgerLayout(org.apache.bookkeeper.meta.LedgerLayout ledgerLayout)
-
Constructor Details
-
PulsarLayoutManager
-
-
Method Details
-
readLedgerLayout
- Specified by:
readLedgerLayoutin interfaceorg.apache.bookkeeper.meta.LayoutManager- Throws:
IOException
-
storeLedgerLayout
public void storeLedgerLayout(org.apache.bookkeeper.meta.LedgerLayout ledgerLayout) throws IOException - Specified by:
storeLedgerLayoutin interfaceorg.apache.bookkeeper.meta.LayoutManager- Throws:
IOException
-
deleteLedgerLayout
- Specified by:
deleteLedgerLayoutin interfaceorg.apache.bookkeeper.meta.LayoutManager- Throws:
IOException
-