blob: f9fd80fa973b84566db7e2b87434d2cf9aa4b76c [file] [log] [blame]
Madan Jampani69aecfc2014-11-04 23:01:05 -08001/**
2 * Strongly consistent, fault-tolerant and durable state management
3 * based on Raft consensus protocol.
4 */
5package org.onlab.onos.store.service.impl;