接口的使用
org.apache.pulsar.common.policies.data.TenantInfo
-
使用TenantInfo的程序包 程序包 说明 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.client.admin中TenantInfo的使用
返回TenantInfo的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 TenantInfoProperties. getPropertyAdmin(java.lang.String property)已过时。Get the config of the property.TenantInfoTenants. getTenantInfo(java.lang.String tenant)Get the config of the tenant.返回变量类型为TenantInfo的类型的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 java.util.concurrent.CompletableFuture<TenantInfo>Tenants. getTenantInfoAsync(java.lang.String tenant)Get the config of the tenant asynchronously.参数类型为TenantInfo的org.apache.pulsar.client.admin中的方法 修饰符和类型 方法 说明 voidProperties. createProperty(java.lang.String property, TenantInfo config)已过时。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)已过时。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. -
org.apache.pulsar.common.policies.data中TenantInfo的使用
返回TenantInfo的org.apache.pulsar.common.policies.data中的方法 修饰符和类型 方法 说明 TenantInfoTenantInfo.Builder. build()
-