/** * */ package org.ourgrid.common.statistics.beans.status; /** * @author Marcelo Emanoel * */ public enum PeerStatus { UP, DOWN }