Class ModifiedCloudSolrClient.RouteResponse<T extends ModifiedLBSolrClient.Req>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<java.util.Map.Entry<java.lang.String,​java.lang.Object>>, org.apache.solr.cluster.api.SimpleMap<java.lang.Object>, org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject
    Enclosing class:
    ModifiedCloudSolrClient

    public static class ModifiedCloudSolrClient.RouteResponse<T extends ModifiedLBSolrClient.Req>
    extends org.apache.solr.common.util.NamedList<java.lang.Object>
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.solr.common.util.NamedList

        org.apache.solr.common.util.NamedList.NamedListEntry<T extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

        org.apache.solr.common.MapWriter.EntryWriter
    • Field Summary

      • Fields inherited from class org.apache.solr.common.util.NamedList

        nvPairs
      • Fields inherited from interface org.apache.solr.common.MapWriter

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      RouteResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<?>> getRouteResponses()  
      java.util.Map<java.lang.String,​T> getRoutes()  
      void setRouteResponses​(org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<?>> routeResponses)  
      void setRoutes​(java.util.Map<java.lang.String,​T> routes)  
      • Methods inherited from class org.apache.solr.common.util.NamedList

        _size, abortableForEach, abortableForEachKey, add, addAll, addAll, asMap, asShallowMap, asShallowMap, clear, clone, equals, findRecursive, forEach, forEachEntry, forEachKey, 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.MapWriter

        jsonStr, toMap
      • Methods inherited from interface org.apache.solr.common.NavigableObject

        _forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
      • Methods inherited from interface org.apache.solr.cluster.api.SimpleMap

        asMap, asMap, get
    • Constructor Detail

      • RouteResponse

        public RouteResponse()
    • Method Detail

      • setRouteResponses

        public void setRouteResponses​(org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<?>> routeResponses)
      • getRouteResponses

        public org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<?>> getRouteResponses()
      • setRoutes

        public void setRoutes​(java.util.Map<java.lang.String,​T> routes)
      • getRoutes

        public java.util.Map<java.lang.String,​T> getRoutes()