Uses of Class
org.apache.zookeeper.data.Stat
-
Packages that use Stat Package Description org.apache.zookeeper org.apache.zookeeper.client org.apache.zookeeper.proto org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.upgrade -
-
Uses of Stat in org.apache.zookeeper
Methods in org.apache.zookeeper that return Stat Modifier and Type Method Description Stat
ZooKeeper. exists(java.lang.String path, boolean watch)
Return the stat of the node of the given path.Stat
ZooKeeper. exists(java.lang.String path, Watcher watcher)
Return the stat of the node of the given path.Stat
OpResult.SetDataResult. getStat()
Stat
ZooKeeper. setACL(java.lang.String path, java.util.List<ACL> acl, int aclVersion)
Set the ACL for the node of the given path if such a node exists and the given aclVersion matches the acl version of the node.Stat
ZooKeeper. setData(java.lang.String path, byte[] data, int version)
Set the data for the node of the given path if such a node exists and the given version matches the version of the node (if the given version is -1, it matches any node's versions).Methods in org.apache.zookeeper with parameters of type Stat Modifier and Type Method Description java.util.List<ACL>
ZooKeeper. getACL(java.lang.String path, Stat stat)
Return the ACL and stat of the node of the given path.void
ZooKeeper. getACL(java.lang.String path, Stat stat, AsyncCallback.ACLCallback cb, java.lang.Object ctx)
The asynchronous version of getACL.java.util.List<java.lang.String>
ZooKeeper. getChildren(java.lang.String path, boolean watch, Stat stat)
For the given znode path return the stat and children list.java.util.List<java.lang.String>
ZooKeeper. getChildren(java.lang.String path, Watcher watcher, Stat stat)
For the given znode path return the stat and children list.byte[]
ZooKeeper. getData(java.lang.String path, boolean watch, Stat stat)
Return the data and the stat of the node of the given path.byte[]
ZooKeeper. getData(java.lang.String path, Watcher watcher, Stat stat)
Return the data and the stat of the node of the given path.void
AsyncCallback.ACLCallback. processResult(int rc, java.lang.String path, java.lang.Object ctx, java.util.List<ACL> acl, Stat stat)
Process the result of the asynchronous call.void
AsyncCallback.Children2Callback. processResult(int rc, java.lang.String path, java.lang.Object ctx, java.util.List<java.lang.String> children, Stat stat)
Process the result of the asynchronous call.void
AsyncCallback.DataCallback. processResult(int rc, java.lang.String path, java.lang.Object ctx, byte[] data, Stat stat)
Process the result of the asynchronous call.void
AsyncCallback.StatCallback. processResult(int rc, java.lang.String path, java.lang.Object ctx, Stat stat)
Process the result of the asynchronous call.Constructors in org.apache.zookeeper with parameters of type Stat Constructor Description SetDataResult(Stat stat)
-
Uses of Stat in org.apache.zookeeper.client
Methods in org.apache.zookeeper.client with parameters of type Stat Modifier and Type Method Description void
ZooKeeperSaslClient.ServerSaslResponseCallback. processResult(int rc, java.lang.String path, java.lang.Object ctx, byte[] data, Stat stat)
-
Uses of Stat in org.apache.zookeeper.proto
Methods in org.apache.zookeeper.proto that return Stat Modifier and Type Method Description 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
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 ExistsResponse(Stat stat)
GetACLResponse(java.util.List<ACL> acl, Stat stat)
GetChildren2Response(java.util.List<java.lang.String> children, Stat stat)
GetDataResponse(byte[] data, Stat stat)
SetACLResponse(Stat stat)
SetDataResponse(Stat stat)
-
Uses of Stat in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server declared as Stat Modifier and Type Field Description Stat
DataTree.ProcessTxnResult. stat
Methods in org.apache.zookeeper.server that return Stat Modifier and Type Method Description Stat
DataTree. setACL(java.lang.String path, java.util.List<ACL> acl, int version)
Stat
DataTree. setData(java.lang.String path, byte[] data, int version, long zxid, long time)
Stat
DataTree. statNode(java.lang.String path, Watcher watcher)
Stat
ZKDatabase. statNode(java.lang.String path, ServerCnxn serverCnxn)
stat the pathMethods in org.apache.zookeeper.server with parameters of type Stat Modifier and Type Method Description void
DataNode. copyStat(Stat to)
static void
DataTree. copyStat(Stat from, Stat to)
java.util.List<ACL>
DataTree. getACL(java.lang.String path, Stat stat)
java.util.List<ACL>
ZKDatabase. getACL(java.lang.String path, Stat stat)
get acl for a pathjava.util.List<java.lang.String>
DataTree. getChildren(java.lang.String path, Stat stat, Watcher watcher)
java.util.List<java.lang.String>
ZKDatabase. getChildren(java.lang.String path, Stat stat, Watcher watcher)
get children list for this pathbyte[]
DataTree. getData(java.lang.String path, Stat stat, Watcher watcher)
byte[]
ZKDatabase. getData(java.lang.String path, Stat stat, Watcher watcher)
get data and stat for a path -
Uses of Stat in org.apache.zookeeper.server.upgrade
Methods in org.apache.zookeeper.server.upgrade that return Stat Modifier and Type Method Description Stat
DataTreeV1. setACL(java.lang.String path, java.util.List<ACL> acl, int version)
Stat
DataTreeV1. setData(java.lang.String path, byte[] data, int version, long zxid, long time)
Stat
DataTreeV1. statNode(java.lang.String path, Watcher watcher)
Methods in org.apache.zookeeper.server.upgrade with parameters of type Stat Modifier and Type Method Description void
DataNodeV1. copyStat(Stat to)
static void
DataTreeV1. copyStat(Stat from, Stat to)
java.util.List<ACL>
DataTreeV1. getACL(java.lang.String path, Stat stat)
java.util.ArrayList<java.lang.String>
DataTreeV1. getChildren(java.lang.String path, Stat stat, Watcher watcher)
byte[]
DataTreeV1. getData(java.lang.String path, Stat stat, Watcher watcher)
-