|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.zookeeper.Quotas
public class Quotas
this class manages quotas and has many other utils for quota
Field Summary | |
---|---|
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 Summary | |
---|---|
Quotas()
|
Method Summary | |
---|---|
static java.lang.String |
quotaPath(java.lang.String path)
return the quota path associated with this prefix |
static java.lang.String |
statPath(java.lang.String path)
return the stat quota path associated with this prefix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public Quotas()
Method Detail |
---|
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 zookeeper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |