Packages

object ClusterMonitoringActor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterMonitoringActor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class GetClient(addr: NodeAddress) extends Product with Serializable
  2. final case class GetClientResponse(client: RedisNodeClient) extends Product with Serializable
  3. final case class Refresh(fromNodes: commons.Opt[Seq[NodeAddress]] = Opt.Empty) extends Product with Serializable

Value Members

  1. val MappingComparator: Ordering[(SlotRange, RedisNodeClient)]
  2. val StateRefresh: RedisBatch[(Seq[SlotRangeMapping], Seq[NodeInfo])]