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>
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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.common.MapWriter
jsonStr, toMap, writeMethods inherited from interface org.apache.solr.common.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizeMethods inherited from interface org.apache.solr.common.util.ReflectMapWriter
writeMap
-
Constructor Details
-
NoConfig
public NoConfig()
-