Uses of Interface
org.apache.pulsar.common.policies.data.BundlesData
Packages that use BundlesData
Package
Description
Implementation of policies.
-
Uses of BundlesData in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return BundlesDataModifier and TypeMethodDescriptionNamespaces.getBundles
(String namespace) Get the list of bundles.Methods in org.apache.pulsar.client.admin that return types with arguments of type BundlesDataModifier and TypeMethodDescriptionNamespaces.getBundlesAsync
(String namespace) Get the list of bundles asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type BundlesDataModifier and TypeMethodDescriptionvoid
Namespaces.createNamespace
(String namespace, BundlesData bundlesData) Create a new namespace.Namespaces.createNamespaceAsync
(String namespace, BundlesData bundlesData) Create a new namespace asynchronously. -
Uses of BundlesData in org.apache.pulsar.common.policies.data
Fields in org.apache.pulsar.common.policies.data declared as BundlesDataMethods in org.apache.pulsar.common.policies.data that return BundlesData -
Uses of BundlesData in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement BundlesData