public static class IndexDataReader.IndexDataReadResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
documentCount |
private java.util.Date |
timestamp |
Constructor and Description |
---|
IndexDataReadResult() |
Modifier and Type | Method and Description |
---|---|
int |
getDocumentCount() |
java.util.Date |
getTimestamp() |
void |
setDocumentCount(int documentCount) |
void |
setTimestamp(java.util.Date timestamp) |