| java.lang.Object | |
| ↳ | org.apache.helix.api.config.ParticipantConfig.Builder | 
Assemble a participant
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build a participant with a given id 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a partition to disable for this participant 
  
   | |||||||||||
Add an arbitrary tag for this participant 
  
   | |||||||||||
Assemble the participant 
  
   | |||||||||||
Set whether or not the participant is enabled 
  
   | |||||||||||
Set the participant host name 
  
   | |||||||||||
Set the participant port 
  
   | |||||||||||
Set the user configuration 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Build a participant with a given id
| id | participant id | 
|---|
Add a partition to disable for this participant
| partitionId | the partition to disable | 
|---|
Add an arbitrary tag for this participant
| tag | the tag to add | 
|---|
Set whether or not the participant is enabled
| isEnabled | true if enabled, false otherwise | 
|---|
Set the participant host name
| hostName | reachable host when live | 
|---|
Set the participant port
| port | port number | 
|---|
Set the user configuration
| userConfig | user-specified properties | 
|---|