Metrics

io.ino.solrs.Metrics
trait Metrics

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NoopMetrics.type

Members list

Concise view

Value members

Abstract methods

def countException: Unit

Counter for other exceptions, e.g. from AsyncHandler.onThrowable: Invoked when an unexpected exception occurs during the processing of the response. The exception may have been produced by implementation of onXXXReceived method invocation.

Counter for other exceptions, e.g. from AsyncHandler.onThrowable: Invoked when an unexpected exception occurs during the processing of the response. The exception may have been produced by implementation of onXXXReceived method invocation.

Attributes

def requestTime(timeInMillis: Long): Unit