Uses of Class
org.apache.zookeeper.data.Stat
-
Packages that use Stat Package Description org.apache.zookeeper.proto -
-
Uses of Stat in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto that return Stat Modifier and Type Method Description Stat
Create2Response. getStat()
Stat
ExistsResponse. getStat()
Stat
GetACLResponse. getStat()
Stat
GetChildren2Response. getStat()
Stat
GetDataResponse. getStat()
Stat
SetACLResponse. getStat()
Stat
SetDataResponse. getStat()
Methods in org.apache.zookeeper.proto with parameters of type Stat Modifier and Type Method Description void
Create2Response. setStat(Stat m_)
void
ExistsResponse. setStat(Stat m_)
void
GetACLResponse. setStat(Stat m_)
void
GetChildren2Response. setStat(Stat m_)
void
GetDataResponse. setStat(Stat m_)
void
SetACLResponse. setStat(Stat m_)
void
SetDataResponse. setStat(Stat m_)
Constructors in org.apache.zookeeper.proto with parameters of type Stat Constructor 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)
-