Uses of Class
org.apache.solr.client.api.model.LoggingResponse
-
Packages that use LoggingResponse Package Description org.apache.solr.client.api.endpoint Interfaces representing individual Solr v2 APIs.org.apache.solr.client.api.model POJOs representing various inputs and outputs of the v2 APIs described inorg.apache.solr.client.api.endpoint
-
-
Uses of LoggingResponse in org.apache.solr.client.api.endpoint
Methods in org.apache.solr.client.api.endpoint that return LoggingResponse Modifier and Type Method Description LoggingResponse
NodeLoggingApis. modifyLocalLogLevel(List<LogLevelChange> requestBody)
LoggingResponse
NodeLoggingApis. setMessageThreshold(SetThresholdRequestBody requestBody)
-
Uses of LoggingResponse in org.apache.solr.client.api.model
Subclasses of LoggingResponse in org.apache.solr.client.api.model Modifier and Type Class Description class
ListLevelsResponse
Response format for the 'GET /api/node/logging/levels' API.class
LogMessagesResponse
Response format for the 'GET /api/node/logging/messages' API.
-