类 ZookeeperApplicationConfig


  • public class ZookeeperApplicationConfig
    extends ApplicationConfig
    Represent a Zookeeper application.

    A Zookeeper application can be configured with property of version.

    • 构造器详细资料

      • ZookeeperApplicationConfig

        public ZookeeperApplicationConfig()
    • 方法详细资料

      • withVersion

        public ZookeeperApplicationConfig withVersion​(String version)
        Configure the version of Zookeeper. The reference version is as follows:

        image type | image version | zookeeper version supported hadoop | 1.0.0/1.1.0/1.2.0/2.0.0 | 3.4.6

        参数:
        version - The version of Zookeeper.
        返回:
        ZookeeperApplicationConfig