Package org.ehcache.sizeof
Class Configuration
- java.lang.Object
-
- org.ehcache.sizeof.Configuration
-
public final class Configuration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Configuration.Builder
-
Field Summary
Fields Modifier and Type Field Description private boolean
abort
private SizeOfFilter[]
filters
private int
maxDepth
private boolean
silent
-
Constructor Summary
Constructors Constructor Description Configuration(int maxDepth, boolean abort, boolean silent, SizeOfFilter... filters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizeOfFilter[]
getFilters()
int
getMaxDepth()
boolean
isAbort()
boolean
isSilent()
-
-
-
Field Detail
-
maxDepth
private final int maxDepth
-
abort
private final boolean abort
-
silent
private final boolean silent
-
filters
private final SizeOfFilter[] filters
-
-
Constructor Detail
-
Configuration
public Configuration(int maxDepth, boolean abort, boolean silent, SizeOfFilter... filters)
-
-
Method Detail
-
getMaxDepth
public int getMaxDepth()
-
isAbort
public boolean isAbort()
-
isSilent
public boolean isSilent()
-
getFilters
public SizeOfFilter[] getFilters()
-
-