Uses of Interface
org.apache.drill.exec.store.sys.PersistentStoreProvider
Packages that use PersistentStoreProvider
Package
Description
-
Uses of PersistentStoreProvider in org.apache.drill.exec.expr.fn.registry
Methods in org.apache.drill.exec.expr.fn.registry with parameters of type PersistentStoreProviderModifier and TypeMethodDescriptionvoid
RemoteFunctionRegistry.init
(DrillConfig config, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator) -
Uses of PersistentStoreProvider in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return PersistentStoreProviderConstructors in org.apache.drill.exec.server with parameters of type PersistentStoreProviderModifierConstructorDescriptionDrillbitContext
(CoordinationProtos.DrillbitEndpoint endpoint, BootStrapContext context, ClusterCoordinator coord, Controller controller, DataConnectionCreator connectionsPool, WorkEventBus workBus, PersistentStoreProvider provider) DrillbitContext
(CoordinationProtos.DrillbitEndpoint endpoint, BootStrapContext context, ClusterCoordinator coord, Controller controller, DataConnectionCreator connectionsPool, WorkEventBus workBus, PersistentStoreProvider provider, PersistentStoreProvider profileStoreProvider) QueryProfileStoreContext
(DrillConfig config, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator) -
Uses of PersistentStoreProvider in org.apache.drill.exec.server.options
Constructors in org.apache.drill.exec.server.options with parameters of type PersistentStoreProviderModifierConstructorDescriptionSystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig) SystemOptionManager
(LogicalPlanPersistence lpPersistence, PersistentStoreProvider provider, DrillConfig bootConfig, CaseInsensitiveMap<OptionDefinition> definitions) -
Uses of PersistentStoreProvider in org.apache.drill.exec.server.rest.profile
Methods in org.apache.drill.exec.server.rest.profile that return PersistentStoreProviderModifier and TypeMethodDescriptionprotected PersistentStoreProvider
ProfileResources.getProvider()
-
Uses of PersistentStoreProvider in org.apache.drill.exec.store.hbase.config
Classes in org.apache.drill.exec.store.hbase.config that implement PersistentStoreProviderModifier and TypeClassDescriptionclass
class
Deprecated. -
Uses of PersistentStoreProvider in org.apache.drill.exec.store.mongo.config
Classes in org.apache.drill.exec.store.mongo.config that implement PersistentStoreProvider -
Uses of PersistentStoreProvider in org.apache.drill.exec.store.sys
Methods in org.apache.drill.exec.store.sys that return PersistentStoreProvider -
Uses of PersistentStoreProvider in org.apache.drill.exec.store.sys.store.provider
Classes in org.apache.drill.exec.store.sys.store.provider that implement PersistentStoreProviderModifier and TypeClassDescriptionclass
class
class
class
A really simple provider that stores data in the local file system, one value per file.class
Constructors in org.apache.drill.exec.store.sys.store.provider with parameters of type PersistentStoreProvider -
Uses of PersistentStoreProvider in org.apache.drill.exec.store.sys.zk
Classes in org.apache.drill.exec.store.sys.zk that implement PersistentStoreProviderModifier and TypeClassDescriptionclass
Deprecated.will be removed in 1.7 useZookeeperPersistentStoreProvider
instead. -
Uses of PersistentStoreProvider in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work with parameters of type PersistentStoreProviderModifier and TypeMethodDescriptionvoid
WorkManager.start
(CoordinationProtos.DrillbitEndpoint endpoint, Controller controller, DataConnectionCreator data, ClusterCoordinator coord, PersistentStoreProvider provider, PersistentStoreProvider profilesProvider) -
Uses of PersistentStoreProvider in org.apache.drill.exec.work.foreman
Constructors in org.apache.drill.exec.work.foreman with parameters of type PersistentStoreProviderModifierConstructorDescriptionQueryManager
(UserBitShared.QueryId queryId, UserProtos.RunQuery runQuery, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator, Foreman foreman)
HBasePersistentStoreProvider
instead.