public class CommitterEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
CommitterEvent.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
COMMITTER_ACCEPT_ERROR
The Committer acceptance check produced an error.
|
static String |
COMMITTER_ACCEPT_NO
The Committer has rejected a request and it will not commit it.
|
static String |
COMMITTER_ACCEPT_YES
The Committer has accepted a request and it will commit it.
|
static String |
COMMITTER_BATCH_BEGIN
The Committer is about to commit a request batch.
|
static String |
COMMITTER_BATCH_END
The Committer is done committing a request batch
Triggered by supporting Committers only.
|
static String |
COMMITTER_BATCH_ERROR
The Committer encountered an error when committing a request batch.
|
static String |
COMMITTER_CLEAN_BEGIN
The Committer is being cleaned.
|
static String |
COMMITTER_CLEAN_END
The Committer has been cleaned.
|
static String |
COMMITTER_CLEAN_ERROR
The Committer encountered an error when cleaning.
|
static String |
COMMITTER_CLOSE_BEGIN
The Committer is closing.
|
static String |
COMMITTER_CLOSE_END
The Committer is closed.
|
static String |
COMMITTER_CLOSE_ERROR
The Committer encountered an error when closing.
|
static String |
COMMITTER_DELETE_BEGIN
The Committer is receiving document to be removed.
|
static String |
COMMITTER_DELETE_END
The Committer has received a document to be removed.
|
static String |
COMMITTER_DELETE_ERROR
The Committer entity removal produced an error.
|
static String |
COMMITTER_INIT_BEGIN
The Committer began its initialization.
|
static String |
COMMITTER_INIT_END
The Committer has been initialized.
|
static String |
COMMITTER_INIT_ERROR
The Committer encountered an error when initializing.
|
static String |
COMMITTER_UPSERT_BEGIN
The Committer is receiving a document to be updated or inserted.
|
static String |
COMMITTER_UPSERT_END
The Committer has received a document to be updated or inserted.
|
static String |
COMMITTER_UPSERT_ERROR
The Committer entity update/upsert produced an error.
|
source
Modifier | Constructor and Description |
---|---|
protected |
CommitterEvent(CommitterEvent.Builder b)
New event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
ICommitterRequest |
getRequest() |
int |
hashCode() |
String |
toString() |
getException, getMessage, getName, getSource, is, is
public static final String COMMITTER_INIT_BEGIN
public static final String COMMITTER_INIT_END
public static final String COMMITTER_INIT_ERROR
public static final String COMMITTER_ACCEPT_YES
public static final String COMMITTER_ACCEPT_NO
public static final String COMMITTER_ACCEPT_ERROR
public static final String COMMITTER_UPSERT_BEGIN
public static final String COMMITTER_UPSERT_END
public static final String COMMITTER_UPSERT_ERROR
public static final String COMMITTER_DELETE_BEGIN
public static final String COMMITTER_DELETE_END
public static final String COMMITTER_DELETE_ERROR
public static final String COMMITTER_BATCH_BEGIN
public static final String COMMITTER_BATCH_END
public static final String COMMITTER_BATCH_ERROR
public static final String COMMITTER_CLOSE_BEGIN
public static final String COMMITTER_CLOSE_END
public static final String COMMITTER_CLOSE_ERROR
public static final String COMMITTER_CLEAN_BEGIN
public static final String COMMITTER_CLEAN_END
public static final String COMMITTER_CLEAN_ERROR
protected CommitterEvent(CommitterEvent.Builder b)
b
- builderCopyright © 2009–2022 Norconex Inc.. All rights reserved.