Uses of Class
org.opendaylight.controller.cluster.mgmt.api.FollowerInfo
-
Packages that use FollowerInfo Package Description org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard org.opendaylight.controller.cluster.raft.client.messages -
-
Uses of FollowerInfo in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard
Methods in org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard that return types with arguments of type FollowerInfo Modifier and Type Method Description List<FollowerInfo>
ShardStatsMXBean. getFollowerInfo()
-
Uses of FollowerInfo in org.opendaylight.controller.cluster.raft.client.messages
Methods in org.opendaylight.controller.cluster.raft.client.messages that return types with arguments of type FollowerInfo Modifier and Type Method Description List<FollowerInfo>
OnDemandRaftState. getFollowerInfoList()
Method parameters in org.opendaylight.controller.cluster.raft.client.messages with type arguments of type FollowerInfo Modifier and Type Method Description B
OnDemandRaftState.AbstractBuilder. followerInfoList(List<FollowerInfo> followerInfoList)
-