Package org.apache.solr.api
Class CustomContainerPlugins
- java.lang.Object
-
- org.apache.solr.api.CustomContainerPlugins
-
- All Implemented Interfaces:
ClusterPropertiesListener
,MapSerializable
,MapWriter
,NavigableObject
public class CustomContainerPlugins extends Object implements ClusterPropertiesListener, MapWriter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CustomContainerPlugins.ApiInfo
static class
CustomContainerPlugins.Diff
-
Nested classes/interfaces inherited from interface org.apache.solr.common.MapWriter
MapWriter.EntryWriter
-
-
Constructor Summary
Constructors Constructor Description CustomContainerPlugins(CoreContainer coreContainer, ApiBag apiBag)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Map<String,CustomContainerPlugins.Diff>
compareMaps(Map<String,? extends Object> a, Map<String,? extends Object> b)
CustomContainerPlugins.ApiInfo
createInfo(PluginMeta info, List<String> errs)
boolean
onChange(Map<String,Object> properties)
void
refresh()
void
writeMap(MapWriter.EntryWriter ew)
-
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.NavigableObject
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
-
-
-
-
Constructor Detail
-
CustomContainerPlugins
public CustomContainerPlugins(CoreContainer coreContainer, ApiBag apiBag)
-
-
Method Detail
-
onChange
public boolean onChange(Map<String,Object> properties)
- Specified by:
onChange
in interfaceClusterPropertiesListener
-
writeMap
public void writeMap(MapWriter.EntryWriter ew) throws IOException
- Specified by:
writeMap
in interfaceMapWriter
- Throws:
IOException
-
refresh
public void refresh()
-
createInfo
public CustomContainerPlugins.ApiInfo createInfo(PluginMeta info, List<String> errs)
-
-