Group

com.netflix.atlas.core.util.Shards.Group
case class Group[T](name: String, instances: Array[T])

Group of instances representing a subset of the overall deployment.

Value parameters

instances

Instances that are part of the group. The order of this array is important to ensure that an instance will always get the same set of data. The position is used to associate data to the instance.

name

Name of the group. In the case of replicas each replica group should have the same name.

Attributes

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

Members list

Value members

Concrete methods

def size: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product