Uses of Class
org.opendaylight.controller.cluster.raft.persisted.ServerInfo
- 
Packages that use ServerInfo Package Description org.opendaylight.controller.cluster.raft.persisted  - 
- 
Uses of ServerInfo in org.opendaylight.controller.cluster.raft.persisted
Methods in org.opendaylight.controller.cluster.raft.persisted that return types with arguments of type ServerInfo Modifier and Type Method Description @NonNull List<ServerInfo>ServerConfigurationPayload. getServerConfig()Constructor parameters in org.opendaylight.controller.cluster.raft.persisted with type arguments of type ServerInfo Constructor Description ServerConfigurationPayload(@NonNull List<ServerInfo> serverConfig) 
 -