| Package | Description |
|---|---|
| org.apache.solr.update |
APIs and classes for managing index updates
|
| Modifier and Type | Class and Description |
|---|---|
class |
HdfsTransactionLog
Log Format: List{Operation, Version, ...}
ADD, VERSION, DOC
DELETE, VERSION, ID_BYTES
DELETE_BY_QUERY, VERSION, String
TODO: keep two files, one for [operation, version, id] and the other for the actual
document data.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionLog |
UpdateLog.prevMapLog |
protected TransactionLog |
UpdateLog.prevMapLog2 |
protected TransactionLog |
UpdateLog.prevTlog |
protected TransactionLog |
UpdateLog.tlog |
| Modifier and Type | Field and Description |
|---|---|
protected Deque<TransactionLog> |
UpdateLog.logs |
protected LinkedList<TransactionLog> |
UpdateLog.newestLogsOnStartup |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UpdateLog.addOldLog(TransactionLog oldLog,
boolean removeOld) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.