Package org.apache.pulsar.admin.cli
Class CmdBase
java.lang.Object
org.apache.pulsar.admin.cli.CmdBase
- Direct Known Subclasses:
CmdBookies,CmdBrokers,CmdBrokerStats,CmdClusters,CmdFunctions,CmdFunctionWorker,CmdGenerateDocument,CmdNamespaceIsolationPolicy,CmdNamespaces,CmdNonPersistentTopics,CmdPersistentTopics,CmdProxyStats,CmdResourceGroups,CmdResourceQuotas,CmdSchemas,CmdSinks,CmdSources,CmdTenants,CmdTopicPolicies,CmdTopics,CmdTransactions,CustomCommandsUtils.CmdBaseAdapter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCommand(String name, Object cmd) protected voidaddCommand(String name, Object cmd, String... aliases) protected PulsarAdmingetAdmin()protected picocli.CommandLineprotected longbooleanprotected <T> Tsync(Supplier<CompletableFuture<T>> executor)
-
Constructor Details
-
CmdBase
-
-
Method Details
-
run
-
getAdmin
-
getRequestTimeoutMs
protected long getRequestTimeoutMs() -
sync
- Throws:
PulsarAdminException
-
getCommander
protected picocli.CommandLine getCommander() -
addCommand
-
addCommand
-