Class PqStorageEtcdImpl
java.lang.Object
com.illumon.iris.controller.pqstorage.PqStorageKvBase
com.illumon.iris.controller.pqstorage.PqStorageEtcdImpl
- All Implemented Interfaces:
PqStorage
public class PqStorageEtcdImpl extends PqStorageKvBase
Implementation of
PqStorageKvBase
which uses etcd for its underlying storage.-
Constructor Summary
Constructors Constructor Description PqStorageEtcdImpl()
-
Method Summary
Methods inherited from class com.illumon.iris.controller.pqstorage.PqStorageKvBase
addPersistentQueryConfiguration, commitCheckPoint, deletePersistentQueryConfiguration, disconnect, getLatestPersistentQueryConfigurationFromKvClient, getPersistentQueryConfiguration, keySet, updatePersistentQueryConfiguration, values
-
Constructor Details
-
PqStorageEtcdImpl
public PqStorageEtcdImpl()
-