public class IndexStatus
extends java.lang.Object
| Constructor and Description |
|---|
IndexStatus(int num,
int numDeleted,
int total) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNum() |
int |
getNumDeleted() |
int |
getTotal() |
void |
setNum(int num) |
void |
setNumDeleted(int numDeleted) |
void |
setTotal(int total) |