blob: cdfd145947cdf2cd857e1cc205c26712e77132b8 [file] [log] [blame]
package org.onlab.onos.store.cluster.impl;
public enum ClusterMembershipEventType {
NEW_MEMBER,
LEAVING_MEMBER,
UNREACHABLE_MEMBER,
HEART_BEAT,
}