Package | Description |
---|---|
org.apache.solr.handler |
Modifier and Type | Field and Description |
---|---|
private ReplicationHandler |
SnapPuller.replicationHandler |
Modifier and Type | Method and Description |
---|---|
(package private) void |
SnapShooter.createSnapAsync(org.apache.lucene.index.IndexCommit indexCommit,
int numberToKeep,
ReplicationHandler replicationHandler) |
(package private) void |
SnapShooter.createSnapAsync(org.apache.lucene.index.IndexCommit indexCommit,
ReplicationHandler replicationHandler) |
(package private) void |
SnapShooter.createSnapshot(org.apache.lucene.index.IndexCommit indexCommit,
int numberToKeep,
ReplicationHandler replicationHandler) |
Constructor and Description |
---|
SnapPuller(NamedList initArgs,
ReplicationHandler handler,
SolrCore sc) |