Package com.illumon.iris.controller.pqstorage
package com.illumon.iris.controller.pqstorage
-
ClassDescriptionInterface for storage of persistent query configurations.Implementation of
PqStorageKvBase
which uses etcd for its underlying storage.Instantiate the appropriate PQ storage class based on thePqStorageFactory.PQ_STORAGE_CLASS_PROP
property value.Abstract base forPqStorage
which uses a kv-store for its underlying storage.Class to migrate persistent queries from the persistent hash table to Etcd.Implementation ofPqStorage
which usesPersistentHashtable
for its underlying storage.