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

io.imast.work4j.model.cluster.WorkerKind Maven / Gradle / Ivy

There is a newer version: 0.0.1.PREVIEW
Show newest version
package io.imast.work4j.model.cluster;

import java.io.Serializable;

/**
 * The worker kind within cluster
 * 
 * @author davitp
 */
public enum WorkerKind implements Serializable {
    
    /**
     * The exclusive worker (only one) for this cluster
     */
    EXCLUSIVE,
    
    /**
     * The standalone replica worker kind 
     */
    REPLICA,
    
    /**
     * The balanced worker kind to share load within cluster
     */
    BALANCED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy