Uses of Interface
org.apache.drill.exec.store.sys.PersistentStore
Package
Description
-
Uses of PersistentStore in org.apache.drill.exec.alias
Modifier and TypeMethodDescriptionPersistentAliasRegistry.getStore()
PersistentAliasRegistry.StoreProvider.getStore()
ModifierConstructorDescriptionStoreProvider
(Supplier<PersistentStore<PersistentAliasesTable>> supplier) -
Uses of PersistentStore in org.apache.drill.exec.oauth
Modifier and TypeMethodDescriptionPersistentTokenRegistry.getStore()
PersistentTokenRegistry.StoreProvider.getStore()
ModifierConstructorDescriptionStoreProvider
(Supplier<PersistentStore<PersistentTokenTable>> supplier) -
Uses of PersistentStore in org.apache.drill.exec.server
-
Uses of PersistentStore in org.apache.drill.exec.store
-
Uses of PersistentStore in org.apache.drill.exec.store.hbase.config
Modifier and TypeMethodDescription<V> PersistentStore<V>
HBasePersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) -
Uses of PersistentStore in org.apache.drill.exec.store.mongo.config
Modifier and TypeMethodDescription<V> PersistentStore<V>
MongoPersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) -
Uses of PersistentStore in org.apache.drill.exec.store.sys
Modifier and TypeClassDescriptionclass
class
Wrapper aroundPersistentStore
to ensure all passed keys are converted to lower case and stored this way.Modifier and TypeMethodDescription<V> PersistentStore<V>
PersistentStoreProvider.getOrCreateStore
(PersistentStoreConfig<V> config) Gets or creates apersistent store
for the given configuration. -
Uses of PersistentStore in org.apache.drill.exec.store.sys.store
Modifier and TypeClassDescriptionclass
class
Local persistent store stores its data on the given file system.class
Zookeeper based implementation ofPersistentStore
. -
Uses of PersistentStore in org.apache.drill.exec.store.sys.store.provider
Modifier 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