public final class Configuration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.Builder |
| Constructor and Description |
|---|
Configuration(int maxDepth,
boolean abort,
boolean silent,
SizeOfFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
SizeOfFilter[] |
getFilters() |
int |
getMaxDepth() |
boolean |
isAbort() |
boolean |
isSilent() |
public Configuration(int maxDepth,
boolean abort,
boolean silent,
SizeOfFilter... filters)
public int getMaxDepth()
public boolean isAbort()
public boolean isSilent()
public SizeOfFilter[] getFilters()
Copyright © 2024 Terracotta. All rights reserved.