Uses of Interface
org.apache.drill.exec.store.sys.VersionedPersistentStore
Packages that use VersionedPersistentStore
Package
Description
-
Uses of VersionedPersistentStore in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return VersionedPersistentStoreModifier and TypeMethodDescriptiondefault <V> VersionedPersistentStore<V> PersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) Override this method if store supports versioning and return versioning instance. -
Uses of VersionedPersistentStore in org.apache.drill.exec.store.sys.store
Classes in org.apache.drill.exec.store.sys.store that implement VersionedPersistentStoreModifier and TypeClassDescriptionclassWrapper store that delegates operations to PersistentStore.classVersioned store that delegates operations to PersistentStore and keeps versioning, incrementing version each time write / delete operation is triggered.classZookeeper based implementation ofPersistentStore. -
Uses of VersionedPersistentStore in org.apache.drill.exec.store.sys.store.provider
Methods in org.apache.drill.exec.store.sys.store.provider that return VersionedPersistentStoreModifier and TypeMethodDescription<V> VersionedPersistentStore<V> CachingPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) <V> VersionedPersistentStore<V> InMemoryStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) <V> VersionedPersistentStore<V> LocalPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) <V> VersionedPersistentStore<V> ZookeeperPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config)