The class applies heuristics to decide how values should be formatted, and labeled.
Modifier and Type | Field and Description |
---|---|
private final ValueDescriptor | |
private final List | |
private final Field | |
private final String | |
private static final Set |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public List | |
public static void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private boolean | |
private void | |
private void | |
private void | |
private void | |
private Map | |
private static Set | |
public static List | |
private static List | |
private boolean | |
private static boolean | |
private static String | |
private static Function |
descriptor | back to summary |
---|---|
private final ValueDescriptor descriptor |
eventTypes | back to summary |
---|---|
private final List<EventType> eventTypes |
field | back to summary |
---|---|
private final Field field |
fieldName | back to summary |
---|---|
private final String fieldName |
KNOWN_TYPES | back to summary |
---|---|
private static final Set<String> KNOWN_TYPES |
FieldBuilder | back to summary |
---|---|
public FieldBuilder(List<EventType> eventTypes, FilteredType type, String fieldName) |
build | back to summary |
---|---|
public List |
configureAggregator | back to summary |
---|---|
public static void configureAggregator(Field field) |
configureCustomFrame | back to summary |
---|---|
private void configureCustomFrame(Predicate<RecordedFrame> condition) |
configureDataAmount | back to summary |
---|---|
private void configureDataAmount() |
configureEventType | back to summary |
---|---|
private void configureEventType(Function<RecordedEvent, Object> retriever) |
configureEventTypeIdField | back to summary |
---|---|
private void configureEventTypeIdField() |
configureFrequency | back to summary |
---|---|
private void configureFrequency() |
configureKnownType | back to summary |
---|---|
private void configureKnownType() |
configureMemoryAddress | back to summary |
---|---|
private void configureMemoryAddress() |
configureNotInitFrameField | back to summary |
---|---|
private void configureNotInitFrameField() |
configureNumericTypes | back to summary |
---|---|
private void configureNumericTypes() |
configurePercentage | back to summary |
---|---|
private void configurePercentage() |
configureSyntheticFields | back to summary |
---|---|
private boolean configureSyntheticFields() |
configureTime | back to summary |
---|---|
private void configureTime() |
configureTopApplicationFrameField | back to summary |
---|---|
private void configureTopApplicationFrameField() |
configureTopFrameClassField | back to summary |
---|---|
private void configureTopFrameClassField() |
configureTopFrameField | back to summary |
---|---|
private void configureTopFrameField() |
createEventTypeLookup | back to summary |
---|---|
private Map |
createKnownTypes | back to summary |
---|---|
private static Set |
createWildcardFields | back to summary |
---|---|
public static List |
createWildcardFields | back to summary |
---|---|
private static List |
hasDuration | back to summary |
---|---|
private boolean hasDuration() |
hasDuration | back to summary |
---|---|
private static boolean hasDuration(FilteredType type) |
makeLabel | back to summary |
---|---|
private static String makeLabel(ValueDescriptor v, boolean hasDuration) |
valueGetter | back to summary |
---|---|
private static Function |