Class PqStorageEtcdV2Impl

java.lang.Object
io.deephaven.enterprise.controller.pqstorage.PqStorageEtcdV2Impl
All Implemented Interfaces:
PqStorage

public class PqStorageEtcdV2Impl extends Object implements PqStorage
A V2 implementation of PQ storage in ETCD. This implementation stores PQ data under the prefix /main/data/persistent-query-v2/configuration/ and uses a global revision number to maintain synchronization.