org.apache.solr.cloud
Class SyncStrategy

java.lang.Object
  extended by org.apache.solr.cloud.SyncStrategy

public class SyncStrategy
extends Object


Field Summary
protected  org.slf4j.Logger log
           
 
Constructor Summary
SyncStrategy(CoreContainer cc)
           
 
Method Summary
 void close()
           
static ModifiableSolrParams params(String... params)
           
 boolean sync(ZkController zkController, SolrCore core, ZkNodeProps leaderProps)
           
 boolean sync(ZkController zkController, SolrCore core, ZkNodeProps leaderProps, boolean peerSyncOnlyWithActive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.slf4j.Logger log
Constructor Detail

SyncStrategy

public SyncStrategy(CoreContainer cc)
Method Detail

sync

public boolean sync(ZkController zkController,
                    SolrCore core,
                    ZkNodeProps leaderProps)

sync

public boolean sync(ZkController zkController,
                    SolrCore core,
                    ZkNodeProps leaderProps,
                    boolean peerSyncOnlyWithActive)

close

public void close()

params

public static ModifiableSolrParams params(String... params)


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