ItemId

com.netflix.atlas.core.model.ItemId
See theItemId companion class
object ItemId

Attributes

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

Members list

Value members

Concrete methods

def apply(data: Array[Byte]): ItemId

Create a new id from an array of bytes. The pre-computed hash code will be generated using MurmurHash3.

Create a new id from an array of bytes. The pre-computed hash code will be generated using MurmurHash3.

Attributes

def apply(data: String): ItemId

Create a new id from a hex string. The string should match the toString output of an ItemId.

Create a new id from a hex string. The string should match the toString output of an ItemId.

Attributes