类分层结构
- java.lang.Object
- net.oschina.j2cache.cluster.ClusterPolicyFactory
- net.oschina.j2cache.cluster.NoneClusterPolicy (implements net.oschina.j2cache.cluster.ClusterPolicy)
- net.oschina.j2cache.cluster.RabbitMQClusterPolicy (implements net.oschina.j2cache.cluster.ClusterPolicy, com.rabbitmq.client.Consumer)
- org.jgroups.ReceiverAdapter (implements org.jgroups.Receiver)
- net.oschina.j2cache.cluster.JGroupsClusterPolicy (implements net.oschina.j2cache.cluster.ClusterPolicy)
- net.oschina.j2cache.cluster.RocketMQClusterPolicy (implements net.oschina.j2cache.cluster.ClusterPolicy, org.apache.rocketmq.client.consumer.listener.MessageListenerConcurrently)
接口分层结构
- net.oschina.j2cache.cluster.ClusterPolicy