public class SolrAppender extends Object implements org.osgi.service.event.EventHandler
| Constructor and Description |
|---|
SolrAppender(PersistentStore persistentStore,
ScheduledExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getBatchSize() |
int |
getPeriod() |
void |
handleEvent(org.osgi.service.event.Event event) |
void |
init() |
void |
setBatchSize(int batchSize) |
void |
setPeriod(int period) |
public SolrAppender(PersistentStore persistentStore, ScheduledExecutorService executorService)
public void handleEvent(org.osgi.service.event.Event event)
throws IllegalArgumentException
handleEvent in interface org.osgi.service.event.EventHandlerIllegalArgumentExceptionpublic void init()
public void destroy()
public int getBatchSize()
public void setBatchSize(int batchSize)
public int getPeriod()
public void setPeriod(int period)
This work is licensed under a Creative Commons Attribution 4.0 International License.