LocalMapper

com.netflix.atlas.core.util.Shards.LocalMapper
class LocalMapper[T](groupSize: Int, instanceIdx: Int, groupIdx: Int, numGroups: Int)

Mapper intended to run on a given instance and check to see if data should be loaded there.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def containsId(id: BigInteger): Boolean

Return true if this instance should include data for id.

Return true if this instance should include data for id.

Attributes

def containsIndex(i: Int): Boolean

Return true if this instance should include data for the file with index i.

Return true if this instance should include data for the file with index i.

Attributes