Class NodeLoggingAPI.LogLevelChange
- java.lang.Object
-
- org.apache.solr.handler.admin.api.NodeLoggingAPI.LogLevelChange
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable,org.apache.solr.common.MapWriter,org.apache.solr.common.NavigableObject,JacksonReflectMapWriter,org.noggit.JSONWriter.Writable
- Enclosing class:
- NodeLoggingAPI
public static class NodeLoggingAPI.LogLevelChange extends Object implements JacksonReflectMapWriter
A user-requested modification in the level that a specified logger reports at.
-
-
Constructor Summary
Constructors Constructor Description LogLevelChange()LogLevelChange(String logger, String level)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<NodeLoggingAPI.LogLevelChange>createRequestBodyFromV1Params(String[] rawChangeValues)-
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.jersey.JacksonReflectMapWriter
writeMap
-
-
-
-
Method Detail
-
createRequestBodyFromV1Params
public static List<NodeLoggingAPI.LogLevelChange> createRequestBodyFromV1Params(String[] rawChangeValues)
-
-