Class PlacementPluginFactory.NoConfig

java.lang.Object
org.apache.solr.cluster.placement.PlacementPluginFactory.NoConfig
All Implemented Interfaces:
PlacementPluginConfig, org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject, org.apache.solr.common.util.ReflectMapWriter, org.noggit.JSONWriter.Writable
Enclosing interface:
PlacementPluginFactory<T extends PlacementPluginConfig>

public static class PlacementPluginFactory.NoConfig extends Object implements PlacementPluginConfig
Useful type for plugins that don't use any configuration.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter

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

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

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.solr.common.MapWriter

    jsonStr, toMap, write

    Methods inherited from interface org.apache.solr.common.NavigableObject

    _forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size

    Methods inherited from interface org.apache.solr.common.util.ReflectMapWriter

    writeMap
  • Constructor Details

    • NoConfig

      public NoConfig()