public class FileSystemLedgerOffloaderFactory extends Object implements LedgerOffloaderFactory<FileSystemManagedLedgerOffloader>
| Constructor and Description |
|---|
FileSystemLedgerOffloaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemManagedLedgerOffloader |
create(org.apache.pulsar.common.policies.data.OffloadPoliciesImpl offloadPolicies,
Map<String,String> userMetadata,
org.apache.bookkeeper.common.util.OrderedScheduler scheduler) |
boolean |
isDriverSupported(String driverName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic boolean isDriverSupported(String driverName)
isDriverSupported in interface LedgerOffloaderFactory<FileSystemManagedLedgerOffloader>public FileSystemManagedLedgerOffloader create(org.apache.pulsar.common.policies.data.OffloadPoliciesImpl offloadPolicies, Map<String,String> userMetadata, org.apache.bookkeeper.common.util.OrderedScheduler scheduler) throws IOException
create in interface LedgerOffloaderFactory<FileSystemManagedLedgerOffloader>IOExceptionCopyright © 2017–2021 Apache Software Foundation. All rights reserved.