object ClusterMonitoringActor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterMonitoringActor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class GetClient(addr: NodeAddress) extends Product with Serializable
- final case class GetClientResponse(client: RedisNodeClient) extends Product with Serializable
- final case class Refresh(fromNodes: commons.Opt[Seq[NodeAddress]] = Opt.Empty) extends Product with Serializable
Value Members
- val MappingComparator: Ordering[(SlotRange, RedisNodeClient)]
- val StateRefresh: RedisBatch[(Seq[SlotRangeMapping], Seq[NodeInfo])]