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.V2EndPointgetEndPoint()SolrRequest.METHODgetHttpMethod()the http method supported by this commandStringgetName()default Iterator<String>getParamNamesIterator(CommandOperation op)default StringgetParamSubstitute(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)
-
-