| java.lang.Object | |
| ↳ | org.apache.helix.api.config.ParticipantConfig.Delta | 
Update context for a ParticipantConfig
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate the delta for a participant config 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add a partition to disable for this participant 
  
   | |||||||||||
Add an new tag for this participant 
  
   | |||||||||||
Create a ParticipantConfig that is the combination of an existing ParticipantConfig and this
 delta 
  
   | |||||||||||
Remove a partition from the disabled set for this participant 
  
   | |||||||||||
Remove a tag for this participant 
  
   | |||||||||||
Set the enabled status of the participant 
  
   | |||||||||||
Set the participant host name 
  
   | |||||||||||
Set the participant port 
  
   | |||||||||||
Set the user configuration 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Instantiate the delta for a participant config
| participantId | the participant to update | 
|---|
Add a partition to disable for this participant
| partitionId | the partition to disable | 
|---|
Add an new tag for this participant
| tag | the tag to add | 
|---|
Create a ParticipantConfig that is the combination of an existing ParticipantConfig and this delta
| orig | the original ParticipantConfig | 
|---|
Remove a partition from the disabled set for this participant
| partitionId | the partition to enable | 
|---|
Remove a tag for this participant
| tag | the tag to remove | 
|---|
Set the enabled status of the participant
| isEnabled | true if enabled, false if disabled | 
|---|
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 | 
|---|