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