PerformanceStats

io.ino.solrs.PerformanceStats
See thePerformanceStats companion class

Attributes

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

Members list

Type members

Classlikes

class Bucket(forSecond: Long)

Stores stats for a single second.

Stores stats for a single second.

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
class EvictingArray[T]

Mutable, fixed sized array of Long values, which evicts old values. E.g. an EvictingArray of size 2 with added values 1, 2, 3 will have stored the values 2, 3.

Mutable, fixed sized array of Long values, which evicts old values. E.g. an EvictingArray of size 2 with added values 1, 2, 3 will have stored the values 2, 3.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object EvictingArray

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait RequestHandle extends Comparable[RequestHandle]

Attributes

Supertypes
trait Comparable[RequestHandle]
class Object
trait Matchable
class Any

Types

type Count = Int
type Duration = Long
type QueryClass = String