Class SchemaServiceEtcdImpl

java.lang.Object
com.illumon.iris.db.schema.SchemaServiceKvImpl
com.illumon.iris.db.schema.SchemaServiceEtcdImpl
All Implemented Interfaces:
SchemaService, SchemaServiceAuthenticatedMutator, SchemaServiceUtilLayer, NamedImplementation, AutoCloseable

public class SchemaServiceEtcdImpl extends SchemaServiceKvImpl
SchemaService implementation that serves data from a cached collection of data from etcd. All single calls are internally consistent, but could be slightly out of date with respect to etcd.