Uses of Class
org.infinispan.distribution.topologyaware.TopologyLevel
-
Packages that use TopologyLevel Package Description org.infinispan.distribution.ch.impl org.infinispan.distribution.topologyaware -
-
Uses of TopologyLevel in org.infinispan.distribution.ch.impl
Fields in org.infinispan.distribution.ch.impl declared as TopologyLevel Modifier and Type Field Description protected TopologyLevel
TopologyAwareSyncConsistentHashFactory.Builder. currentLevel
-
Uses of TopologyLevel in org.infinispan.distribution.topologyaware
Methods in org.infinispan.distribution.topologyaware that return TopologyLevel Modifier and Type Method Description static TopologyLevel
TopologyLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static TopologyLevel[]
TopologyLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.distribution.topologyaware with parameters of type TopologyLevel Modifier and Type Method Description boolean
TopologyInfo. duplicateLocation(TopologyLevel level, Collection<Address> addresses, Address candidate, boolean excludeCandidate)
int
TopologyInfo. getDistinctLocationsCount(TopologyLevel level)
int
TopologyInfo. getDistinctLocationsCount(TopologyLevel level, Collection<Address> addresses)
Object
TopologyInfo. getLocationId(TopologyLevel level, Address address)
-