Class Overview
Unit of transfered ZNRecord updates. Contains the ZNRecord Value, zkPath
to store the update value, and the property type (used to merge the ZNRecord)
For ZNRecord subtraction, it is currently not supported yet.
Summary
Nested Classes |
enum |
ZNRecordUpdate.OpCode |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
DataUpdater<ZNRecord>
getZNRecordUpdater
()