public class SyncStrategy extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
log |
Constructor and Description |
---|
SyncStrategy(CoreContainer cc) |
Modifier and Type | Method and Description |
---|---|
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) |
public SyncStrategy(CoreContainer cc)
public boolean sync(ZkController zkController, SolrCore core, ZkNodeProps leaderProps)
public boolean sync(ZkController zkController, SolrCore core, ZkNodeProps leaderProps, boolean peerSyncOnlyWithActive)
public void close()
public static ModifiableSolrParams params(String... params)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.