|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opentsdb.core.Const
public final class Const
Constants used in various places.
| Field Summary | |
|---|---|
static byte[] |
HEX
Array containing the hexadecimal characters (0 to 9, A to F). |
static short |
MAX_NUM_TAGS
Maximum number of tags allowed per data point. |
static short |
MAX_TIMESPAN
Max time delta (in seconds) we can store in a column qualifier. |
static short |
TIMESTAMP_BYTES
Number of bytes on which a timestamp is encoded. |
| Constructor Summary | |
|---|---|
Const()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short TIMESTAMP_BYTES
public static final short MAX_NUM_TAGS
public static final short MAX_TIMESPAN
public static final byte[] HEX
| Constructor Detail |
|---|
public Const()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||