Package | Description |
---|---|
org.apache.zookeeper.proto |
Modifier and Type | Method and Description |
---|---|
Stat |
SetACLResponse.getStat() |
Stat |
ExistsResponse.getStat() |
Stat |
GetChildren2Response.getStat() |
Stat |
GetDataResponse.getStat() |
Stat |
Create2Response.getStat() |
Stat |
SetDataResponse.getStat() |
Stat |
GetACLResponse.getStat() |
Modifier and Type | Method and Description |
---|---|
void |
SetACLResponse.setStat(Stat m_) |
void |
ExistsResponse.setStat(Stat m_) |
void |
GetChildren2Response.setStat(Stat m_) |
void |
GetDataResponse.setStat(Stat m_) |
void |
Create2Response.setStat(Stat m_) |
void |
SetDataResponse.setStat(Stat m_) |
void |
GetACLResponse.setStat(Stat m_) |
Constructor and Description |
---|
Create2Response(String path,
Stat stat) |
ExistsResponse(Stat stat) |
GetACLResponse(List<ACL> acl,
Stat stat) |
GetChildren2Response(List<String> children,
Stat stat) |
GetDataResponse(byte[] data,
Stat stat) |
SetACLResponse(Stat stat) |
SetDataResponse(Stat stat) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.