| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TenantInfo |
Properties.getPropertyAdmin(String property)
Deprecated.
Get the config of the property.
|
TenantInfo |
Tenants.getTenantInfo(String tenant)
Get the config of the tenant.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TenantInfo> |
Tenants.getTenantInfoAsync(String tenant)
Get the config of the tenant asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.createProperty(String property,
TenantInfo config)
Deprecated.
Create a new property.
|
void |
Tenants.createTenant(String tenant,
TenantInfo config)
Create a new tenant.
|
CompletableFuture<Void> |
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.
|
CompletableFuture<Void> |
Tenants.updateTenantAsync(String tenant,
TenantInfo config)
Update the admins for a tenant asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
TenantInfo |
TenantInfo.Builder.build() |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.