Uses of Interface
org.apache.pulsar.common.policies.data.TenantInfo
Package
Description
Implementation of policies.
-
Uses of TenantInfo in org.apache.pulsar.client.admin
Modifier and TypeMethodDescriptionProperties.getPropertyAdmin
(String property) Deprecated.Get the config of the property.Tenants.getTenantInfo
(String tenant) Get the config of the tenant.Modifier and TypeMethodDescriptionTenants.getTenantInfoAsync
(String tenant) Get the config of the tenant asynchronously.Modifier 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