|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectml.shifu.guagua.coordinator.zk.GuaguaZooKeeper.PathStat
public static class GuaguaZooKeeper.PathStat
Data structure for handling the output of createOrSet()
| 构造方法摘要 | |
|---|---|
GuaguaZooKeeper.PathStat(String path,
org.apache.zookeeper.data.Stat stat)
Put in results from createOrSet() |
|
| 方法摘要 | |
|---|---|
String |
getPath()
Get the path of the created znode if it was created. |
org.apache.zookeeper.data.Stat |
getStat()
Get the stat of the set znode if set |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public GuaguaZooKeeper.PathStat(String path,
org.apache.zookeeper.data.Stat stat)
path - Path to created znode (or null)stat - Stat from set znode (if set)| 方法详细信息 |
|---|
public String getPath()
public org.apache.zookeeper.data.Stat getStat()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||