Uses of Record Class
com.loomcache.server.cluster.TopologyInfo
Packages that use TopologyInfo
-
Uses of TopologyInfo in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster that return TopologyInfoModifier and TypeMethodDescriptionTopologyConfig.getLocalTopology()Get the local topology info for this config.@Nullable TopologyInfoRackAwarePlacement.ClusterTopology.getNodeTopology(String nodeId) Get topology info for a specific node.@Nullable TopologyInfoRackAwarePlacement.SimpleClusterTopology.getNodeTopology(String nodeId) Methods in com.loomcache.server.cluster that return types with arguments of type TopologyInfoModifier and TypeMethodDescriptionRackAwarePlacement.ClusterTopology.getAllNodeTopologies()Get all node topologies in the cluster.RackAwarePlacement.SimpleClusterTopology.getAllNodeTopologies()TopologyAwareRouter.getNodeTopologies()Get all topology information registered in this router.Methods in com.loomcache.server.cluster with parameters of type TopologyInfoModifier and TypeMethodDescriptionintTopologyInfo.distance(TopologyInfo other) Calculate the distance to another topology location.voidTopologyAwareRouter.registerNodeTopology(String nodeId, TopologyInfo topology) Register a node's topology information.booleanTopologyInfo.sameRack(TopologyInfo other) Check if this topology is in the same rack as another.booleanTopologyInfo.sameRegion(TopologyInfo other) Check if this topology is in the same region as another.booleanTopologyInfo.sameZone(TopologyInfo other) Check if this topology is in the same zone as another.Constructor parameters in com.loomcache.server.cluster with type arguments of type TopologyInfo