| java.lang.Object | |
| ↳ | org.apache.helix.ZNRecordDelta |
A ZNRecord container that specifies how it should be merged with another ZNRecord
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ZNRecordDelta.MergeOperation | Supported methods of updating a ZNRecord | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _mergeOperation | Selected update mode | ||||||||||
| _record | Backing ZNRecord containing updates | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initialize the delta with a record and the update mode
| |||||||||||
Initialize the delta with a record and a default update mode of add
| |||||||||||
Initialize with an empty ZNRecord and a default update mode of add
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the selected update mode
| |||||||||||
Get the backing ZNRecord
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Initialize the delta with a record and the update mode
Initialize the delta with a record and a default update mode of add
Initialize with an empty ZNRecord and a default update mode of add
Get the selected update mode