Modifier and Type | Method and Description |
---|---|
DocumentRecord[] |
DocumentChunkManager.readChunk(String host,
String path,
int maximumNumber)
Read a chunk of documents.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentChunkManager.deleteChunk(DocumentRecord[] records)
Delete the chunk of documents (presumably because we processed them successfully)
|