public static interface FieldProcessor.Context
Modifier and Type | Method and Description |
---|---|
void |
attachSizeCounter(String name,
LongAdder counter) |
void |
detachSizeCounter(String name) |
int |
getLevel() |
String |
getName() |
default String |
getPath() |
void |
incrementSize(long size) |
boolean |
isRepeatedRef(org.netbeans.lib.profiler.heap.Instance instance) |
org.netbeans.lib.profiler.heap.Field |
tryGetField() |
int |
tryGetIndexOf(String fieldName,
String className) |
String getName()
int getLevel()
org.netbeans.lib.profiler.heap.Field tryGetField()
boolean isRepeatedRef(org.netbeans.lib.profiler.heap.Instance instance)
void detachSizeCounter(String name)
void incrementSize(long size)
default String getPath()
Copyright © GigaSpaces.