| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroup |
ResourceGroups.getResourceGroup(String resourcegroup)
Get configuration for a resourcegroup.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ResourceGroup> |
ResourceGroups.getResourceGroupAsync(String resourcegroup)
Get policies for a namespace asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceGroups.createResourceGroup(String name,
ResourceGroup resourcegroup)
Create a new resourcegroup.
|
CompletableFuture<Void> |
ResourceGroups.createResourceGroupAsync(String name,
ResourceGroup resourcegroup)
Create a new resourcegroup.
|
void |
ResourceGroups.updateResourceGroup(String name,
ResourceGroup resourcegroup)
Update the configuration for a ResourceGroup.
|
CompletableFuture<Void> |
ResourceGroups.updateResourceGroupAsync(String name,
ResourceGroup resourcegroup)
Update the configuration for a ResourceGroup.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.