fr.cnes.sitools.service.storage.runnables
Class IndexRefreshRunnable

java.lang.Object
  extended by fr.cnes.sitools.service.storage.runnables.StorageRunnable
      extended by fr.cnes.sitools.service.storage.runnables.IndexRefreshRunnable
All Implemented Interfaces:
java.lang.Runnable

public class IndexRefreshRunnable
extends StorageRunnable

IndexRefreshRunnable, runnable class for refreshing indexes

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
IndexRefreshRunnable(StorageDirectory sd, DataStorageStore store, java.lang.String solrUrl, org.restlet.Context context, StorageAdministration application)
          Default constructor
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexRefreshRunnable

public IndexRefreshRunnable(StorageDirectory sd,
                            DataStorageStore store,
                            java.lang.String solrUrl,
                            org.restlet.Context context,
                            StorageAdministration application)
Default constructor

Parameters:
sd - the storage
store - the store
solrUrl - the url of solr
application - the Storage Application
context - the context
Method Detail

run

public void run()


Copyright © 2010-2013 CNES. All Rights Reserved.