Uses of Class
org.infinispan.distribution.topologyaware.TopologyLevel
-
Packages that use TopologyLevel Package Description org.infinispan.distribution.topologyaware -
-
Uses of TopologyLevel in org.infinispan.distribution.topologyaware
Methods in org.infinispan.distribution.topologyaware that return TopologyLevel Modifier and Type Method Description static TopologyLevelTopologyLevel. 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 booleanTopologyInfo. duplicateLocation(TopologyLevel level, Collection<Address> addresses, Address candidate, boolean excludeCandidate)intTopologyInfo. getDistinctLocationsCount(TopologyLevel level)intTopologyInfo. getDistinctLocationsCount(TopologyLevel level, Collection<Address> addresses)ObjectTopologyInfo. getLocationId(TopologyLevel level, Address address)
-