public class

ZNRecordUpdater

extends Object
implements DataUpdater<T>
java.lang.Object
   ↳ org.apache.helix.ZNRecordUpdater

Class Overview

Class that specifies how a ZNRecord should be updated with another ZNRecord

Summary

Public Constructors
ZNRecordUpdater(ZNRecord record)
Initialize with the record that will be updated
Public Methods
ZNRecord update(ZNRecord current)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.I0Itec.zkclient.DataUpdater

Public Constructors

public ZNRecordUpdater (ZNRecord record)

Initialize with the record that will be updated

Public Methods

public ZNRecord update (ZNRecord current)