Class SolrAppender

java.lang.Object
org.codice.solr.appender.SolrAppender
All Implemented Interfaces:
org.osgi.service.event.EventHandler

public class SolrAppender extends Object implements org.osgi.service.event.EventHandler
  • Constructor Details

    • SolrAppender

      public SolrAppender(org.codice.ddf.persistence.PersistentStore persistentStore, ScheduledExecutorService executorService)
  • Method Details

    • handleEvent

      public void handleEvent(org.osgi.service.event.Event event) throws IllegalArgumentException
      Specified by:
      handleEvent in interface org.osgi.service.event.EventHandler
      Throws:
      IllegalArgumentException
    • init

      public void init()
    • destroy

      public void destroy()
    • getBatchSize

      public int getBatchSize()
    • setBatchSize

      public void setBatchSize(int batchSize)
    • getPeriod

      public int getPeriod()
    • setPeriod

      public void setPeriod(int period)