We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ff415 commit ef2bba2Copy full SHA for ef2bba2
scylla/src/transport/cluster.rs
@@ -59,12 +59,6 @@ impl<'a> std::fmt::Debug for ClusterNeatDebug<'a> {
59
}
60
61
62
-#[derive(Clone, Debug)]
63
-pub struct Datacenter {
64
- pub nodes: Vec<Arc<Node>>,
65
- pub rack_count: usize,
66
-}
67
-
68
#[derive(Clone)]
69
pub struct ClusterData {
70
pub(crate) known_peers: HashMap<Uuid, Arc<Node>>, // Invariant: nonempty after Cluster::new()
0 commit comments