public class BufferingRequestProcessor
extends org.apache.solr.update.processor.UpdateRequestProcessor
| Modifier and Type | Field and Description |
|---|---|
List<org.apache.solr.update.AddUpdateCommand> |
addCommands |
List<org.apache.solr.update.CommitUpdateCommand> |
commitCommands |
List<org.apache.solr.update.DeleteUpdateCommand> |
deleteCommands |
List<org.apache.solr.update.RollbackUpdateCommand> |
rollbackCommands |
| Constructor and Description |
|---|
BufferingRequestProcessor(org.apache.solr.update.processor.UpdateRequestProcessor next) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
void |
processAdd(org.apache.solr.update.AddUpdateCommand cmd) |
void |
processCommit(org.apache.solr.update.CommitUpdateCommand cmd) |
void |
processDelete(org.apache.solr.update.DeleteUpdateCommand cmd) |
void |
processRollback(org.apache.solr.update.RollbackUpdateCommand cmd) |
public List<org.apache.solr.update.AddUpdateCommand> addCommands
public List<org.apache.solr.update.DeleteUpdateCommand> deleteCommands
public List<org.apache.solr.update.CommitUpdateCommand> commitCommands
public List<org.apache.solr.update.RollbackUpdateCommand> rollbackCommands
public BufferingRequestProcessor(org.apache.solr.update.processor.UpdateRequestProcessor next)
public void processAdd(org.apache.solr.update.AddUpdateCommand cmd)
throws IOException
processAdd in class org.apache.solr.update.processor.UpdateRequestProcessorIOExceptionpublic void processDelete(org.apache.solr.update.DeleteUpdateCommand cmd)
throws IOException
processDelete in class org.apache.solr.update.processor.UpdateRequestProcessorIOExceptionpublic void processCommit(org.apache.solr.update.CommitUpdateCommand cmd)
throws IOException
processCommit in class org.apache.solr.update.processor.UpdateRequestProcessorIOExceptionpublic void processRollback(org.apache.solr.update.RollbackUpdateCommand cmd)
throws IOException
processRollback in class org.apache.solr.update.processor.UpdateRequestProcessorIOExceptionpublic void finish()
throws IOException
finish in class org.apache.solr.update.processor.UpdateRequestProcessorIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.