Package com.gigaspaces.heap
Interface FieldProcessor.Context
- Enclosing class:
- FieldProcessor
public static interface FieldProcessor.Context
-
Method Summary
Modifier and TypeMethodDescriptionvoidattachSizeCounter(String name, LongAdder counter) voiddetachSizeCounter(String name) intgetLevel()getName()default StringgetPath()voidincrementSize(long size) booleanisRepeatedRef(org.netbeans.lib.profiler.heap.Instance instance) org.netbeans.lib.profiler.heap.FieldinttryGetIndexOf(String fieldName, String className)
-
Method Details
-
getName
String getName() -
getLevel
int getLevel() -
tryGetIndexOf
-
tryGetField
org.netbeans.lib.profiler.heap.Field tryGetField() -
isRepeatedRef
boolean isRepeatedRef(org.netbeans.lib.profiler.heap.Instance instance) -
attachSizeCounter
-
detachSizeCounter
-
incrementSize
void incrementSize(long size) -
getPath
-