Uses of Interface
org.apache.drill.exec.store.sys.PersistentStore
Packages that use PersistentStore
Package
Description
-
Uses of PersistentStore in org.apache.drill.exec.alias
Methods in org.apache.drill.exec.alias that return PersistentStoreModifier and TypeMethodDescriptionPersistentAliasRegistry.getStore()
PersistentAliasRegistry.StoreProvider.getStore()
Constructor parameters in org.apache.drill.exec.alias with type arguments of type PersistentStoreModifierConstructorDescriptionStoreProvider
(Supplier<PersistentStore<PersistentAliasesTable>> supplier) -
Uses of PersistentStore in org.apache.drill.exec.oauth
Methods in org.apache.drill.exec.oauth that return PersistentStoreModifier and TypeMethodDescriptionPersistentTokenRegistry.getStore()
PersistentTokenRegistry.StoreProvider.getStore()
Constructor parameters in org.apache.drill.exec.oauth with type arguments of type PersistentStoreModifierConstructorDescriptionStoreProvider
(Supplier<PersistentStore<PersistentTokenTable>> supplier) -
Uses of PersistentStore in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return PersistentStore -
Uses of PersistentStore in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store that return PersistentStore -
Uses of PersistentStore in org.apache.drill.exec.store.hbase.config
Classes in org.apache.drill.exec.store.hbase.config that implement PersistentStoreMethods in org.apache.drill.exec.store.hbase.config that return PersistentStoreModifier and TypeMethodDescription<V> PersistentStore<V>
HBasePersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) -
Uses of PersistentStore in org.apache.drill.exec.store.mongo.config
Classes in org.apache.drill.exec.store.mongo.config that implement PersistentStoreMethods in org.apache.drill.exec.store.mongo.config that return PersistentStoreModifier and TypeMethodDescription<V> PersistentStore<V>
MongoPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) -
Uses of PersistentStore in org.apache.drill.exec.store.sys
Classes in org.apache.drill.exec.store.sys that implement PersistentStoreModifier and TypeClassDescriptionclass
class
Wrapper aroundPersistentStore
to ensure all passed keys are converted to lower case and stored this way.Methods in org.apache.drill.exec.store.sys that return PersistentStoreModifier and TypeMethodDescription<V> PersistentStore<V>
PersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) Gets or creates apersistent store
for the given configuration.Constructors in org.apache.drill.exec.store.sys with parameters of type PersistentStore -
Uses of PersistentStore in org.apache.drill.exec.store.sys.store
Classes in org.apache.drill.exec.store.sys.store that implement PersistentStoreModifier and TypeClassDescriptionclass
class
Local persistent store stores its data on the given file system.class
Zookeeper based implementation ofPersistentStore
.Constructors in org.apache.drill.exec.store.sys.store with parameters of type PersistentStore -
Uses of PersistentStore in org.apache.drill.exec.store.sys.store.provider
Methods in org.apache.drill.exec.store.sys.store.provider that return PersistentStoreModifier and TypeMethodDescription<V> PersistentStore<V>
CachingPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) <V> PersistentStore<V>
InMemoryStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) <V> PersistentStore<V>
LocalPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> storeConfig) <V> PersistentStore<V>
ZookeeperPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) -
Uses of PersistentStore in org.apache.drill.exec.testing.store
Classes in org.apache.drill.exec.testing.store that implement PersistentStore