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