Class OffloaderUtils
java.lang.Object
org.apache.bookkeeper.mledger.offload.OffloaderUtils
Utils to load offloaders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OffloaderDefinitiongetOffloaderDefinition(String narPath, String narExtractionDirectory) static OffloaderssearchForOffloaders(String offloadersPath, String narExtractionDirectory)
-
Constructor Details
-
OffloaderUtils
public OffloaderUtils()
-
-
Method Details
-
getOffloaderDefinition
public static OffloaderDefinition getOffloaderDefinition(String narPath, String narExtractionDirectory) throws IOException - Throws:
IOException
-
searchForOffloaders
public static Offloaders searchForOffloaders(String offloadersPath, String narExtractionDirectory) throws IOException - Throws:
IOException
-