public final class IndexResultImpl extends Object implements IndexResult
Modifier and Type | Field and Description |
---|---|
static IndexResult |
EMPTY |
Constructor and Description |
---|
IndexResultImpl() |
IndexResultImpl(int countDeleted,
int countInserted,
int countUpdated) |
Modifier and Type | Method and Description |
---|---|
int |
getCountDeleted() |
int |
getCountInserted() |
int |
getCountUpdated() |
void |
incCountDeleted() |
void |
incCountInserted() |
void |
incCountUpdated() |
void |
setCountDeleted(int countDeleted) |
void |
setCountInserted(int countInserted) |
void |
setCountUpdated(int countUpdated) |
public static IndexResult EMPTY
public IndexResultImpl(int countDeleted, int countInserted, int countUpdated)
public IndexResultImpl()
public int getCountDeleted()
getCountDeleted
in interface IndexResult
public int getCountInserted()
getCountInserted
in interface IndexResult
public int getCountUpdated()
getCountUpdated
in interface IndexResult
public void setCountDeleted(int countDeleted)
countDeleted
- the countDeleted to setpublic void setCountInserted(int countInserted)
countInserted
- the countInserted to setpublic void setCountUpdated(int countUpdated)
countUpdated
- the countUpdated to setpublic void incCountDeleted()
countDeleted
- the countDeleted to setpublic void incCountInserted()
countInserted
- the countInserted to setpublic void incCountUpdated()
countUpdated
- the countUpdated to setCopyright © 2015 Lucee