|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jprofiler.api.agent.probe.DataType
public class DataType
Describes the type of additional data columns for events and control objects.
ProbeMetaData.addAdditionalData(String, DataType),
ProbeMetaData.addAdditionalControlObjectData(String, DataType, boolean)| Field Summary | |
|---|---|
static DataType |
BOOLEAN
The data consists of instances of java.lang.Boolean. |
static DataType |
DOUBLE
The data consists of instances of java.lang.Double. |
static DataType |
FLOAT
The data consists of instances of java.lang.Float. |
static DataType |
INT
The data consists of instances of java.lang.Integer. |
static DataType |
INTERNED_STRING
The data consists of interned strings. |
static DataType |
LONG
The data consists of instances of java.lang.Long. |
static DataType |
OBJECT
The data consists of arbitrary objects. |
static DataType |
STRING
The data consists of strings. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DataType OBJECT
public static final DataType STRING
public static final DataType INTERNED_STRING
public static final DataType BOOLEAN
public static final DataType INT
public static final DataType LONG
public static final DataType FLOAT
public static final DataType DOUBLE
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||