Package com.illumon.iris.controller.pqstorage
-
Interface Summary Interface Description PqStorage Interface for storage of persistent query configurations. -
Class Summary Class Description PqStorageEtcdImpl Implementation ofPqStorageKvBase
which uses etcd for its underlying storage.PqStorageFactory Instantiate the appropriate PQ storage class based on thePqStorageFactory.PQ_STORAGE_CLASS_PROP
property value.PqStorageKvBase Abstract base forPqStorage
which uses a kv-store for its underlying storage.PqStorageMigration Class to migrate persistent queries from the persistent hash table to Etcd.PqStoragePhtImpl Implementation ofPqStorage
which usesPersistentHashtable
for its underlying storage. -
Exception Summary Exception Description PqStorageFactory.PqStorageFactoryException