blob: 07c6c31ec522a3941386fe95883fe7d4861b3bab [file] [log] [blame]
package org.onlab.onos.store.cluster.impl;
//Not used right now
public enum ClusterMembershipEventType {
NEW_MEMBER,
LEAVING_MEMBER,
UNREACHABLE_MEMBER,
HEART_BEAT,
}