Class ZooKeeperStat


  • public class ZooKeeperStat
    extends Object
    Represents the data returned by a ZooKeeper 'stat' call
    • Field Detail

      • version

        public int version
      • aversion

        public int aversion
      • children

        public int children
      • ctime

        public long ctime
      • cversion

        public int cversion
      • czxid

        public long czxid
      • ephemeralOwner

        public long ephemeralOwner
      • mtime

        public long mtime
      • mzxid

        public long mzxid
      • pzxid

        public long pzxid
      • dataLength

        public int dataLength
    • Constructor Detail

      • ZooKeeperStat

        public ZooKeeperStat()