Class BaseCloudSolrClient.RouteResponse<T extends LBSolrClient.Req>
- java.lang.Object
-
- org.apache.solr.common.util.NamedList
-
- org.apache.solr.client.solrj.impl.BaseCloudSolrClient.RouteResponse<T>
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable
,MapSerializable
,MapWriter
,NavigableObject
- Direct Known Subclasses:
CloudSolrClient.RouteResponse
- Enclosing class:
- BaseCloudSolrClient
public static class BaseCloudSolrClient.RouteResponse<T extends LBSolrClient.Req> extends NamedList
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.common.util.NamedList
NamedList.NamedListEntry<T>
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Constructor Summary
Constructors Constructor Description RouteResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedList
getRouteResponses()
Map<String,T>
getRoutes()
void
setRouteResponses(NamedList routeResponses)
void
setRoutes(Map<String,T> routes)
-
Methods inherited from class org.apache.solr.common.util.NamedList
add, addAll, addAll, asMap, asShallowMap, clear, clone, equals, findRecursive, forEach, get, get, getAll, getBooleanArg, getImmutableCopy, getName, getVal, hashCode, indexOf, iterator, remove, remove, removeAll, removeBooleanArg, removeConfigArgs, setName, setVal, size, toSolrParams, toString, writeMap
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-