| java.lang.Object | |
| ↳ | org.apache.helix.api.config.ResourceConfig.Builder |
Assembles a ResourceConfig
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build a Resource with an id
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Set the batch message mode
| |||||||||||
Set the bucket size
| |||||||||||
Create a Resource object
| |||||||||||
Set the rebalancer configuration
| |||||||||||
Set the type of this resource
| |||||||||||
Set the user configuration
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
| rebalancerConfig | properties of interest for rebalancing |
|---|
Set the type of this resource
| type | ResourceType |
|---|
Set the user configuration
| userConfig | user-specified properties |
|---|