Package net.sf.ehcache.statistics
Class Constants
- java.lang.Object
-
- net.sf.ehcache.statistics.Constants
-
public class Constants extends java.lang.ObjectThe Operation/stats db Constants. Clas needs to go away.- Author:
- cschanck
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME_PROPThe Constant NAME_PROP.static java.lang.StringPROPERTIES_PROPThe Constant PROPERTIES_PROP.
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]formStringPathsFromContext(org.terracotta.context.TreeNode tn)Form string paths from context.
-
-
-
Field Detail
-
NAME_PROP
public static final java.lang.String NAME_PROP
The Constant NAME_PROP.- See Also:
- Constant Field Values
-
PROPERTIES_PROP
public static final java.lang.String PROPERTIES_PROP
The Constant PROPERTIES_PROP.- See Also:
- Constant Field Values
-
-