Package org.apache.solr.crossdc.handler
Class MirroringCollectionsHandler
- java.lang.Object
-
- org.apache.solr.handler.RequestHandlerBase
-
- org.apache.solr.handler.admin.CollectionsHandler
-
- org.apache.solr.crossdc.handler.MirroringCollectionsHandler
-
- All Implemented Interfaces:
AutoCloseable
,ApiSupport
,SolrInfoBean
,NestedRequestHandler
,SolrMetricProducer
,SolrRequestHandler
,PermissionNameProvider
public class MirroringCollectionsHandler extends CollectionsHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.handler.admin.CollectionsHandler
CollectionsHandler.CollectionOperation
-
Nested classes/interfaces inherited from class org.apache.solr.handler.RequestHandlerBase
RequestHandlerBase.HandlerMetrics
-
Nested classes/interfaces inherited from interface org.apache.solr.security.PermissionNameProvider
PermissionNameProvider.Name
-
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoBean
SolrInfoBean.Category, SolrInfoBean.Group
-
-
Field Summary
-
Fields inherited from class org.apache.solr.handler.admin.CollectionsHandler
coreContainer, DEFAULT_COLLECTION_OP_TIMEOUT
-
Fields inherited from class org.apache.solr.handler.RequestHandlerBase
aggregateNodeLevelMetricsEnabled, appends, defaults, httpCaching, initArgs, invariants, metrics, solrMetricsContext
-
Fields inherited from interface org.apache.solr.security.PermissionNameProvider
ANY, NULL, values
-
Fields inherited from interface org.apache.solr.request.SolrRequestHandler
TYPE
-
-
Constructor Summary
Constructors Constructor Description MirroringCollectionsHandler(CoreContainer coreContainer)
MirroringCollectionsHandler(CoreContainer coreContainer, KafkaMirroringSink sink)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
baseHandleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)
void
handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp)
-
Methods inherited from class org.apache.solr.handler.admin.CollectionsHandler
checkErrors, getApis, getCategory, getCoreContainer, getDescription, getJerseyResources, getPermissionName, init, params, registerV2, submitCollectionApiCommand, submitCollectionApiCommand, submitCollectionApiCommand, waitForActiveCollection
-
Methods inherited from class org.apache.solr.handler.RequestHandlerBase
getInitArgs, getMetricsForThisRequest, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, getSubHandler, handleRequest, initializeMetrics, isInternalShardRequest, normalizeReceivedException, processErrorMetricsOnException, setPluginInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.api.ApiSupport
registerV1
-
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close
-
-
-
-
Constructor Detail
-
MirroringCollectionsHandler
public MirroringCollectionsHandler(CoreContainer coreContainer)
-
MirroringCollectionsHandler
public MirroringCollectionsHandler(CoreContainer coreContainer, KafkaMirroringSink sink)
-
-
Method Detail
-
handleRequestBody
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Overrides:
handleRequestBody
in classCollectionsHandler
- Throws:
Exception
-
baseHandleRequestBody
public void baseHandleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-