QueryIndex

com.netflix.atlas.core.index.QueryIndex
See theQueryIndex companion class
object QueryIndex

Helper for building an index.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
QueryIndex.type

Members list

Type members

Classlikes

case class Entry[T](query: Query, value: T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type IndexMap[T] = AnyRefMap[AnyRef, QueryIndex[T]]

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(queries: List[Query]): QueryIndex[Query]

Create an index based on a list of queries. The value for the entry will be the raw input query.

Create an index based on a list of queries. The value for the entry will be the raw input query.

Attributes

def create[T](entries: List[Entry[T]]): QueryIndex[T]

Create an index based on a list of entries.

Create an index based on a list of entries.

Attributes