org.apache.solr.handler
Class SnapPuller

java.lang.Object
  extended by org.apache.solr.handler.SnapPuller

public class SnapPuller
extends Object

Provides functionality of downloading changed index files as well as config files and a timer for scheduling fetches from the master.

Since:
solr 1.4

Field Summary
static String INDEX_PROPERTIES
           
static String INTERVAL_ERR_MSG
           
static String POLL_INTERVAL
           
static String REPLICATION_PROPERTIES
           
 
Constructor Summary
SnapPuller(NamedList initArgs, ReplicationHandler handler, SolrCore sc)
           
 
Method Summary
 void destroy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX_PROPERTIES

public static final String INDEX_PROPERTIES
See Also:
Constant Field Values

REPLICATION_PROPERTIES

public static final String REPLICATION_PROPERTIES
See Also:
Constant Field Values

POLL_INTERVAL

public static final String POLL_INTERVAL
See Also:
Constant Field Values

INTERVAL_ERR_MSG

public static final String INTERVAL_ERR_MSG
See Also:
Constant Field Values
Constructor Detail

SnapPuller

public SnapPuller(NamedList initArgs,
                  ReplicationHandler handler,
                  SolrCore sc)
Method Detail

destroy

public void destroy()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.