Uses of Interface
org.apache.pulsar.broker.storage.ManagedLedgerStorageClass
Packages that use ManagedLedgerStorageClass
Package
Description
The storage layer for Apache Pulsar.
-
Uses of ManagedLedgerStorageClass in org.apache.pulsar.broker
Methods in org.apache.pulsar.broker that return ManagedLedgerStorageClassMethods in org.apache.pulsar.broker that return types with arguments of type ManagedLedgerStorageClassModifier and TypeMethodDescriptionManagedLedgerClientFactory.getManagedLedgerStorageClass(String name) ManagedLedgerClientFactory.getStorageClasses() -
Uses of ManagedLedgerStorageClass in org.apache.pulsar.broker.storage
Subinterfaces of ManagedLedgerStorageClass in org.apache.pulsar.broker.storageModifier and TypeInterfaceDescriptioninterfaceManagedLedgerStorageClass represents a configured instance of ManagedLedgerFactory for managed ledgers.Methods in org.apache.pulsar.broker.storage that return ManagedLedgerStorageClassModifier and TypeMethodDescriptiondefault ManagedLedgerStorageClassManagedLedgerStorage.getDefaultStorageClass()Get the default storage class.Methods in org.apache.pulsar.broker.storage that return types with arguments of type ManagedLedgerStorageClassModifier and TypeMethodDescriptionManagedLedgerStorage.getManagedLedgerStorageClass(String name) Lookup a storage class by name.ManagedLedgerStorage.getStorageClasses()Get all configured storage class instances.