Package org.apache.solr.handler.admin
Class CoreAdminHandlerApi
- java.lang.Object
-
- org.apache.solr.handler.admin.BaseHandlerApiSupport
-
- org.apache.solr.handler.admin.CoreAdminHandlerApi
-
- All Implemented Interfaces:
ApiSupport
public class CoreAdminHandlerApi extends BaseHandlerApiSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.handler.admin.BaseHandlerApiSupport
BaseHandlerApiSupport.ApiCommand
-
-
Field Summary
-
Fields inherited from class org.apache.solr.handler.admin.BaseHandlerApiSupport
commandsMapping
-
-
Constructor Summary
Constructors Constructor Description CoreAdminHandlerApi(CoreAdminHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<BaseHandlerApiSupport.ApiCommand>
getCommands()
protected Collection<CollectionApiMapping.V2EndPoint>
getEndPoints()
-
Methods inherited from class org.apache.solr.handler.admin.BaseHandlerApiSupport
getApis
-
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, registerV2
-
-
-
-
Constructor Detail
-
CoreAdminHandlerApi
public CoreAdminHandlerApi(CoreAdminHandler handler)
-
-
Method Detail
-
getCommands
protected Collection<BaseHandlerApiSupport.ApiCommand> getCommands()
- Specified by:
getCommands
in classBaseHandlerApiSupport
-
getEndPoints
protected Collection<CollectionApiMapping.V2EndPoint> getEndPoints()
- Specified by:
getEndPoints
in classBaseHandlerApiSupport
-
-