NoopMetrics

io.ino.solrs.NoopMetrics
object NoopMetrics extends Metrics

Attributes

Graph
Supertypes
trait Metrics
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override 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

Definition Classes
override def countRemoteException: Unit

Attributes

Definition Classes
override def requestTime(timeInMillis: Long): Unit

Attributes

Definition Classes