public class Quotas
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
limitNode
the limit node that has the limit of
a subtree
|
static java.lang.String |
procZookeeper
the zookeeper nodes that acts as the management and status node
|
static java.lang.String |
quotaZookeeper
the zookeeper quota node that acts as the quota
management node for zookeeper
|
static java.lang.String |
statNode
the stat node that monitors the limit of
a subtree.
|
Constructor and Description |
---|
Quotas() |
public static final java.lang.String procZookeeper
public static final java.lang.String quotaZookeeper
public static final java.lang.String limitNode
public static final java.lang.String statNode
public static java.lang.String quotaPath(java.lang.String path)
path
- the actual path in zookeeper.public static java.lang.String statPath(java.lang.String path)
path
- the actual path in zookeeperCopyright © 2019 The Apache Software Foundation