Uses of Interface
org.apache.pulsar.common.policies.data.TenantInfo
Packages that use TenantInfo
Package
Description
Implementation of policies.
-
Uses of TenantInfo in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return TenantInfoModifier and TypeMethodDescriptionProperties.getPropertyAdmin
(String property) Deprecated.Get the config of the property.Tenants.getTenantInfo
(String tenant) Get the config of the tenant.Methods in org.apache.pulsar.client.admin that return types with arguments of type TenantInfoModifier and TypeMethodDescriptionTenants.getTenantInfoAsync
(String tenant) Get the config of the tenant asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type TenantInfoModifier and TypeMethodDescriptionvoid
Properties.createProperty
(String property, TenantInfo config) Deprecated.Create a new property.void
Tenants.createTenant
(String tenant, TenantInfo config) Create a new tenant.Tenants.createTenantAsync
(String tenant, TenantInfo config) Create a new tenant asynchronously.void
Properties.updateProperty
(String property, TenantInfo config) Deprecated.Update the admins for a property.void
Tenants.updateTenant
(String tenant, TenantInfo config) Update the admins for a tenant.Tenants.updateTenantAsync
(String tenant, TenantInfo config) Update the admins for a tenant asynchronously. -
Uses of TenantInfo in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return TenantInfo