| Package | Description |
|---|---|
| org.apache.pulsar.packages.management.core |
Packages management provides an easier way to manage the packages.
|
| org.apache.pulsar.packages.management.core.common |
Packages management general classes.
|
| org.apache.pulsar.packages.management.core.impl |
Packages management service implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<String>> |
PackagesManagement.list(PackageType type,
String tenant,
String namespace)
List all the packages with the type of a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static PackageType |
PackageType.getEnum(String value) |
PackageType |
PackageName.getPkgType() |
static PackageType |
PackageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageType[] |
PackageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<String>> |
PackagesManagementImpl.list(PackageType type,
String tenant,
String namespace) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.