public class IgniteExceptionRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_QUEUE_SIZE |
static IgniteExceptionRegistry |
DUMMY_REGISTRY |
| Modifier | Constructor and Description |
|---|---|
protected |
IgniteExceptionRegistry()
Default constructor.
|
|
IgniteExceptionRegistry(IgniteLogger log)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
errorCount()
Errors count.
|
void |
onException(String msg,
Throwable e)
Puts exception into queue.
|
void |
printErrors()
Prints errors.
|
void |
setMaxSize(int maxSize)
Sets max size.
|
public static final IgniteExceptionRegistry DUMMY_REGISTRY
public static final int DEFAULT_QUEUE_SIZE
public IgniteExceptionRegistry(IgniteLogger log)
log - Ignite logger.protected IgniteExceptionRegistry()
public void onException(String msg, Throwable e)
e - Exception.public void setMaxSize(int maxSize)
DEFAULT_QUEUE_SIZEmaxSize - Max size.public void printErrors()
public long errorCount()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015