private static final class ClientZKSyncer.ZKData extends Object
delete flag
to tell the updater delete the znode on client zk and quit.| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
data |
(package private) boolean |
delete |
| Modifier | Constructor and Description |
|---|---|
private |
ZKData() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
delete() |
(package private) byte[] |
get() |
(package private) boolean |
isDeleted() |
(package private) void |
set(byte[] data) |
private ZKData()
void set(byte[] data)
byte[] get() throws InterruptedException
InterruptedExceptionvoid delete()
boolean isDeleted()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.