Class PqStorageEtcdImpl
java.lang.Object
com.illumon.iris.controller.pqstorage.PqStorageKvBase
com.illumon.iris.controller.pqstorage.PqStorageEtcdImpl
- All Implemented Interfaces:
PqStorage
Implementation of
PqStorageKvBase
which uses etcd for its underlying storage.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.controller.pqstorage.PqStorageKvBase
addPersistentQueryConfiguration, commitCheckPoint, deletePersistentQueryConfiguration, disconnect, getLatestPersistentQueryConfigurationFromKvClient, getPersistentQueryConfiguration, keySet, updatePersistentQueryConfiguration, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.controller.pqstorage.PqStorage
initialize
-
Constructor Details
-
PqStorageEtcdImpl
public PqStorageEtcdImpl()
-