public static interface CollectionApiMapping.CommandMeta
Modifier and Type | Method and Description |
---|---|
CollectionApiMapping.V2EndPoint |
getEndPoint() |
SolrRequest.METHOD |
getHttpMethod()
the http method supported by this command
|
String |
getName() |
default Iterator<String> |
getParamNamesIterator(CommandOperation op) |
default String |
getParamSubstitute(String name)
Given a v1 param, return the v2 attribute (possibly a dotted path).
|
String getName()
SolrRequest.METHOD getHttpMethod()
CollectionApiMapping.V2EndPoint getEndPoint()
default Iterator<String> getParamNamesIterator(CommandOperation op)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.