Uses of Enum Class
org.infinispan.distribution.topologyaware.TopologyLevel
Packages that use TopologyLevel
-
Uses of TopologyLevel in org.infinispan.distribution.topologyaware
Methods in org.infinispan.distribution.topologyaware that return TopologyLevelModifier and TypeMethodDescriptionstatic TopologyLevel
Returns the enum constant of this class with the specified name.static TopologyLevel[]
TopologyLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.distribution.topologyaware with parameters of type TopologyLevelModifier and TypeMethodDescriptionboolean
TopologyInfo.duplicateLocation
(TopologyLevel level, Collection<Address> addresses, Address candidate, boolean excludeCandidate) int
TopologyInfo.getDistinctLocationsCount
(TopologyLevel level) int
TopologyInfo.getDistinctLocationsCount
(TopologyLevel level, Collection<Address> addresses) TopologyInfo.getLocationId
(TopologyLevel level, Address address)