blob: cdfd145947cdf2cd857e1cc205c26712e77132b8 [file] [log] [blame]
Yuta HIGUCHIc057c632014-10-06 18:38:14 -07001package org.onlab.onos.store.cluster.impl;
Madan Jampani890bc352014-10-01 22:35:29 -07002
3public enum ClusterMembershipEventType {
4 NEW_MEMBER,
5 LEAVING_MEMBER,
6 UNREACHABLE_MEMBER,
7 HEART_BEAT,
8}