Uses of Interface
org.github.jamm.FieldFilter
Packages that use FieldFilter
-
Uses of FieldFilter in org.github.jamm
Subinterfaces of FieldFilter in org.github.jammModifier and TypeInterfaceDescriptioninterfaceFilter for fields and classes.Fields in org.github.jamm declared as FieldFilterModifier and TypeFieldDescriptionstatic final FieldFilterFilters.IGNORE_CLEANER_FIELDSFilter excluding some of the fields from sun.misc.Cleaner as they should not be taken into account.static final FieldFilterFilters.IGNORE_NON_STRONG_REFERENCESFilter excluding all the Reference's fields and theheadfield ofReferenceQueue.static final FieldFilterFilters.IGNORE_OUTER_CLASS_REFERENCESFilter excluding the outer class reference from non-static inner classes.static final FieldFilterFilter excluding static and primitive fieldsstatic final FieldFilterFilters.IGNORE_THREAD_FIELDSFilter excluding thegroupfield from thread classes as that field holds the references to all the other threads from the group to which the thread belongs.Methods in org.github.jamm that return FieldFilterModifier and TypeMethodDescriptionstatic FieldFilterFilters.getFieldFilters(boolean ignoreKnownSingletons, boolean ignoreOuterClassReference, boolean ignoreNonStrongReferences) Constructors in org.github.jamm with parameters of type FieldFilterModifierConstructorDescriptionMemoryMeter(MemoryMeterStrategy strategy, FieldAndClassFilter classFilter, FieldFilter fieldFilter, MemoryMeterListener.Factory listenerFactory) Create a newMemoryMeterinstance from the different component it needs to measure object graph.