Uses of Class
org.apache.zookeeper.data.StatPersisted
Packages that use StatPersisted
-
Uses of StatPersisted in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server declared as StatPersistedMethods in org.apache.zookeeper.server that return StatPersistedModifier and TypeMethodDescriptionstatic StatPersisted
DataTree.createStat
(long zxid, long time, long ephemeralOwner) Create a node stat from the given params.Methods in org.apache.zookeeper.server with parameters of type StatPersistedModifier and TypeMethodDescriptionstatic void
DataTree.copyStatPersisted
(StatPersisted from, StatPersisted to) Constructors in org.apache.zookeeper.server with parameters of type StatPersistedModifierConstructorDescriptionDataNode
(byte[] data, Long acl, StatPersisted stat) create a DataNode with parent, data, acls and stat