blob: 5c3c42442e8aec6d018a8237e4f862d3e8934aa6 [file] [log] [blame]
Yuta HIGUCHI080d7842014-09-25 13:53:15 -07001package org.onlab.onos.cluster;
2
3public class MastershipTerm {
4 private final NodeId master = null;
5 private int termNumber;
6}