Interface CollectionApiMapping.CommandMeta
-
- All Known Implementing Classes:
CollectionApiMapping.ConfigSetMeta
,CollectionApiMapping.Meta
,CoreApiMapping.Meta
- Enclosing class:
- CollectionApiMapping
public static interface CollectionApiMapping.CommandMeta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CollectionApiMapping.V2EndPoint
getEndPoint()
SolrRequest.METHOD
getHttpMethod()
the http method supported by this commandString
getName()
default Iterator<String>
getParamNamesIterator(CommandOperation op)
default String
getParamSubstitute(String name)
Given a v1 param, return the v2 attribute (possibly a dotted path).
-
-
-
Method Detail
-
getName
String getName()
-
getHttpMethod
SolrRequest.METHOD getHttpMethod()
the http method supported by this command
-
getEndPoint
CollectionApiMapping.V2EndPoint getEndPoint()
-
getParamNamesIterator
default Iterator<String> getParamNamesIterator(CommandOperation op)
-
-