RoaringTagIndex

com.netflix.atlas.core.index.RoaringTagIndex
See theRoaringTagIndex companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[T <: TaggedItem](items: Array[T], stats: IndexStats): RoaringTagIndex[T]

Create a new tag index.

Create a new tag index.

Value parameters

items

Items to index. The array will be sorted and should not be used or modified outside of the index.

stats

Used to track stats related to the index.

Attributes

def empty[T <: TaggedItem : ClassTag]: RoaringTagIndex[T]

Concrete fields

val IdComparator: Comparator[TaggedItem]

Comparator for ordering tagged items using the id.

Comparator for ordering tagged items using the id.

Attributes