The MatchMaker classes should accept a Topic or Fanout exchange key and return keys for direct exchanges, per (approximate) AMQP parlance.
Bases: ceilometer.openstack.common.rpc.matchmaker.HeartbeatMatchMakerBase
MatchMaker registering and looking-up hosts with a Redis server.
Bases: ceilometer.openstack.common.rpc.matchmaker_redis.RedisExchange
Return a list of all hosts.
Bases: ceilometer.openstack.common.rpc.matchmaker_redis.RedisExchange
Exchange where all topic keys are split, sending to second half. i.e. “compute.host” sends a message to “compute” running on “host”