All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.distribution.topologyaware.TopologyLevel Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.distribution.topologyaware;

/**
 * The cluster topology is a tree with five levels: the entire cluster, sites, racks, machines, and
 * individual nodes.
 *
 * @author Dan Berindei
 * @since 5.2
 */
public enum TopologyLevel {
   NODE,
   MACHINE,
   RACK,
   SITE,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy