java.lang.Object | |
↳ | org.apache.helix.api.config.ResourceConfig.Delta |
Update context for a ResourceConfig
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate the delta for a resource config
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a ResourceConfig that is the combination of an existing ResourceConfig and this delta
| |||||||||||
Set the batch message mode
| |||||||||||
Set the bucket size
| |||||||||||
Set the rebalancer configuration
| |||||||||||
Set the type of this resource
| |||||||||||
Set the user configuration
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Instantiate the delta for a resource config
resourceId | the resource to update |
---|
Create a ResourceConfig that is the combination of an existing ResourceConfig and this delta
orig | the original ResourceConfig |
---|
Set the batch message mode
batchMessageMode | true to enable, false to disable |
---|
Set the bucket size
bucketSize | the size to use |
---|
Set the rebalancer configuration
config | properties of interest for rebalancing |
---|
Set the type of this resource
type | ResourceType |
---|
Set the user configuration
userConfig | user-specified properties |
---|