MutableTagIndex

com.netflix.atlas.core.index.MutableTagIndex
trait MutableTagIndex[T <: TaggedItem] extends TagIndex[T]

Attributes

Graph
Supertypes
trait TagIndex[T]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def update(items: List[T]): Unit

Update the index with the given items.

Update the index with the given items.

Attributes

Inherited and Abstract methods

def findItems(query: TagQuery): List[T]

Attributes

Inherited from:
TagIndex
def findKeys(query: TagQuery): List[String]

Attributes

Inherited from:
TagIndex
def findTags(query: TagQuery): List[Tag]

Attributes

Inherited from:
TagIndex
def findValues(query: TagQuery): List[String]

Attributes

Inherited from:
TagIndex
def size: Int

Attributes

Inherited from:
TagIndex