Uses of Interface
org.apache.pulsar.common.policies.data.BundlesData
-
Packages that use BundlesData Package Description org.apache.pulsar.client.admin Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.policies.data Implementation of policies.org.apache.pulsar.common.policies.data.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of BundlesData in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return BundlesData Modifier and Type Method Description BundlesDataNamespaces. getBundles(java.lang.String namespace)Get the list of bundles.Methods in org.apache.pulsar.client.admin that return types with arguments of type BundlesData Modifier and Type Method Description java.util.concurrent.CompletableFuture<BundlesData>Namespaces. getBundlesAsync(java.lang.String namespace)Get the list of bundles asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type BundlesData Modifier and Type Method Description voidNamespaces. createNamespace(java.lang.String namespace, BundlesData bundlesData)Create a new namespace.java.util.concurrent.CompletableFuture<java.lang.Void>Namespaces. createNamespaceAsync(java.lang.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 BundlesData Modifier and Type Field Description BundlesDataPolicies. bundlesMethods in org.apache.pulsar.common.policies.data that return BundlesData Modifier and Type Method Description BundlesDataBundlesData.Builder. build() -
Uses of BundlesData in org.apache.pulsar.common.policies.data.impl
Classes in org.apache.pulsar.common.policies.data.impl that implement BundlesData Modifier and Type Class Description classBundlesDataImplHolder for bundles.
-