| 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, ...}
|
| 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–2014 The Apache Software Foundation. All rights reserved.