public static class

YAMLClusterSetup.YAMLClusterConfig

extends Object
java.lang.Object
   ↳ org.apache.helix.tools.YAMLClusterSetup.YAMLClusterConfig

Class Overview

Java wrapper for the YAML input file

Summary

Nested Classes
class YAMLClusterSetup.YAMLClusterConfig.ParticipantConfig  
class YAMLClusterSetup.YAMLClusterConfig.ResourceConfig  
Fields
public Boolean autoJoinAllowed
public String clusterName
public List<YAMLClusterSetup.YAMLClusterConfig.ParticipantConfig> participants
public List<YAMLClusterSetup.YAMLClusterConfig.ResourceConfig> resources
Public Constructors
YAMLClusterSetup.YAMLClusterConfig()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean autoJoinAllowed

public String clusterName

Public Constructors

public YAMLClusterSetup.YAMLClusterConfig ()