Uses of Interface
org.ehcache.sizeof.filters.SizeOfFilter
Packages that use SizeOfFilter
-
Uses of SizeOfFilter in org.ehcache.sizeof
Fields in org.ehcache.sizeof declared as SizeOfFilterModifier and TypeFieldDescriptionprivate final SizeOfFilter[]Configuration.filtersprivate final SizeOfFilterObjectGraphWalker.sizeOfFilterFields in org.ehcache.sizeof with type parameters of type SizeOfFilterModifier and TypeFieldDescriptionprivate final List<SizeOfFilter> Configuration.Builder.filtersprivate final CopyOnWriteArrayList<SizeOfFilter> SizeOfFilterSource.filtersMethods in org.ehcache.sizeof that return SizeOfFilterMethods in org.ehcache.sizeof with parameters of type SizeOfFilterModifier and TypeMethodDescriptionConfiguration.Builder.addFilter(SizeOfFilter filter) Configuration.Builder.addFilters(SizeOfFilter... filters) static SizeOfSizeOf.newInstance(boolean bypassFlyweight, boolean cache, SizeOfFilter... filters) static SizeOfSizeOf.newInstance(SizeOfFilter... filters) Configuration.Builder.removeFilter(SizeOfFilter filter) Configuration.Builder.removeFilters(SizeOfFilter... filters) Constructors in org.ehcache.sizeof with parameters of type SizeOfFilterModifierConstructorDescriptionConfiguration(int maxDepth, boolean abort, boolean silent, SizeOfFilter... filters) (package private)ObjectGraphWalker(ObjectGraphWalker.Visitor visitor, SizeOfFilter filter, boolean bypassFlyweight) ConstructorSizeOf(SizeOfFilter fieldFilter, boolean caching, boolean bypassFlyweight) Builds a new SizeOf that will filter fields according to the provided filter -
Uses of SizeOfFilter in org.ehcache.sizeof.filters
Classes in org.ehcache.sizeof.filters that implement SizeOfFilterModifier and TypeClassDescriptionfinal classclassFilter combining multiple filtersclassFields in org.ehcache.sizeof.filters declared as SizeOfFilterConstructors in org.ehcache.sizeof.filters with parameters of type SizeOfFilterModifierConstructorDescriptionCombinationSizeOfFilter(SizeOfFilter... filters) Constructs a filter combining multiple ones -
Uses of SizeOfFilter in org.ehcache.sizeof.impl
Classes in org.ehcache.sizeof.impl that implement SizeOfFilterConstructors in org.ehcache.sizeof.impl with parameters of type SizeOfFilterModifierConstructorDescriptionAgentSizeOf(SizeOfFilter filter) Builds a new SizeOf that will filter fields according to the provided filter and will cache reflected fieldsAgentSizeOf(SizeOfFilter filter, boolean caching, boolean bypassFlyweight) Builds a new SizeOf that will filter fields according to the provided filterReflectionSizeOf(SizeOfFilter fieldFilter) Builds a new SizeOf that will filter fields and will cache reflected fieldsReflectionSizeOf(SizeOfFilter fieldFilter, boolean caching, boolean bypassFlyweight) Builds a new SizeOf that will filter fieldsUnsafeSizeOf(SizeOfFilter filter) Builds a new SizeOf that will filter fields according to the provided filter and will cache reflected fieldsUnsafeSizeOf(SizeOfFilter filter, boolean caching, boolean bypassFlyweight) Builds a new SizeOf that will filter fields according to the provided filter