Class NodeLoggingAPI.LogMessageInfo

  • 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.LogMessageInfo
    extends Object
    implements JacksonReflectMapWriter
    Metadata about the log messages returned by the 'GET /api/node/logging/messages' API
    • Field Detail

      • boundingTimeMillis

        public Long boundingTimeMillis
      • lastRecordTimestampMillis

        public long lastRecordTimestampMillis
      • buffer

        public int buffer
      • threshold

        public String threshold
    • Constructor Detail

      • LogMessageInfo

        public LogMessageInfo()