Index
All Classes and Interfaces|All Packages
B
- BOOLEAN - Enum constant in enum class org.apache.pulsar.admin.cli.extensions.ParameterType
- BOOLEAN_FLAG - Enum constant in enum class org.apache.pulsar.admin.cli.extensions.ParameterType
C
- CommandExecutionContext - Interface in org.apache.pulsar.admin.cli.extensions
-
Access to the Environment.
- commandGroups(CommandExecutionContext) - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommandFactory
-
Generate the available command groups.
- commands(CommandExecutionContext) - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommandGroup
-
Generate the available commands.
- CustomCommand - Interface in org.apache.pulsar.admin.cli.extensions
-
Custom command.
- CustomCommandFactory - Interface in org.apache.pulsar.admin.cli.extensions
-
Entry point to build custom commands for the Pulsar Admin CLI tools.
- CustomCommandGroup - Interface in org.apache.pulsar.admin.cli.extensions
-
A group of commands.
D
- description() - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommand
-
Descritption of the command.
- description() - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommandGroup
-
The description of the group.
E
- execute(Map<String, Object>, CommandExecutionContext) - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommand
-
Execute the command.
G
- getConfiguration() - Method in interface org.apache.pulsar.admin.cli.extensions.CommandExecutionContext
- getPulsarAdmin() - Method in interface org.apache.pulsar.admin.cli.extensions.CommandExecutionContext
I
- INTEGER - Enum constant in enum class org.apache.pulsar.admin.cli.extensions.ParameterType
N
- name() - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommand
-
Name of the command.
- name() - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommandGroup
-
The name of the group.
O
- org.apache.pulsar.admin.cli.extensions - package org.apache.pulsar.admin.cli.extensions
P
- ParameterDescriptor - Class in org.apache.pulsar.admin.cli.extensions
- ParameterDescriptor() - Constructor for class org.apache.pulsar.admin.cli.extensions.ParameterDescriptor
- parameters() - Method in interface org.apache.pulsar.admin.cli.extensions.CustomCommand
-
The parameters for the command.
- ParameterType - Enum Class in org.apache.pulsar.admin.cli.extensions
S
- STRING - Enum constant in enum class org.apache.pulsar.admin.cli.extensions.ParameterType
V
- valueOf(String) - Static method in enum class org.apache.pulsar.admin.cli.extensions.ParameterType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.pulsar.admin.cli.extensions.ParameterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages