Class Offloaders
- java.lang.Object
-
- org.apache.bookkeeper.mledger.offload.Offloaders
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Offloaders extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description Offloaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()LedgerOffloaderFactorygetOffloaderFactory(java.lang.String driverName)
-
-
-
Method Detail
-
getOffloaderFactory
public LedgerOffloaderFactory getOffloaderFactory(java.lang.String driverName) throws java.io.IOException
- Throws:
java.io.IOException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-