Uses of Class
org.apache.solr.handler.ReplicationHandler
-
Packages that use ReplicationHandler Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin.api V2 API implementations for "admin" APIs. -
-
Uses of ReplicationHandler in org.apache.solr.handler
Methods in org.apache.solr.handler with parameters of type ReplicationHandler Modifier and Type Method Description protected voidSnapShooter. deleteNamedSnapshot(ReplicationHandler replicationHandler)protected voidSnapShooter. deleteSnapAsync(ReplicationHandler replicationHandler)Constructors in org.apache.solr.handler with parameters of type ReplicationHandler Constructor Description IndexFetcher(org.apache.solr.common.util.NamedList<?> initArgs, ReplicationHandler handler, SolrCore sc) -
Uses of ReplicationHandler in org.apache.solr.handler.admin.api
Methods in org.apache.solr.handler.admin.api with parameters of type ReplicationHandler Modifier and Type Method Description protected CoreReplicationAPI.FileListResponseReplicationAPIBase. getFileList(long generation, ReplicationHandler replicationHandler)
-