Uses of Interface
org.apache.pulsar.common.policies.data.TenantInfo
-
Packages that use TenantInfo 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. -
-
Uses of TenantInfo in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return TenantInfo Modifier and Type Method Description TenantInfoProperties. getPropertyAdmin(java.lang.String property)Deprecated.Get the config of the property.TenantInfoTenants. getTenantInfo(java.lang.String tenant)Get the config of the tenant.Methods in org.apache.pulsar.client.admin that return types with arguments of type TenantInfo Modifier and Type Method Description java.util.concurrent.CompletableFuture<TenantInfo>Tenants. getTenantInfoAsync(java.lang.String tenant)Get the config of the tenant asynchronously.Methods in org.apache.pulsar.client.admin with parameters of type TenantInfo Modifier and Type Method Description voidProperties. createProperty(java.lang.String property, TenantInfo config)Deprecated.Create a new property.voidTenants. createTenant(java.lang.String tenant, TenantInfo config)Create a new tenant.java.util.concurrent.CompletableFuture<java.lang.Void>Tenants. createTenantAsync(java.lang.String tenant, TenantInfo config)Create a new tenant asynchronously.voidProperties. updateProperty(java.lang.String property, TenantInfo config)Deprecated.Update the admins for a property.voidTenants. updateTenant(java.lang.String tenant, TenantInfo config)Update the admins for a tenant.java.util.concurrent.CompletableFuture<java.lang.Void>Tenants. updateTenantAsync(java.lang.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 Modifier and Type Method Description TenantInfoTenantInfo.Builder. build()
-