We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159b80e commit f238640Copy full SHA for f238640
zookeeper-contrib/zookeeper-contrib-fatjar/src/main/resources/mainClasses
@@ -3,6 +3,7 @@ client:org.apache.zookeeper.ZooKeeperMain:Client shell to ZooKeeper
3
::Server Commands
4
server:org.apache.zookeeper.server.quorum.QuorumPeerMain:Start ZooKeeper server
5
::Test Commands
6
+controllerService:org.apache.zookeeper.server.controller.ControllerService:Start a ZooKeeper server with a test control port
7
generateLoad:org.apache.zookeeper.test.system.GenerateLoad:A distributed load generator for testing
8
ic:org.apache.zookeeper.test.system.InstanceContainer:A container that will instantiate classes as directed by an instance manager
9
systest:org.apache.zookeeper.test.system.BaseSysTest:Start system test
0 commit comments