Uses of Interface
org.apache.drill.exec.store.sys.PersistentStoreProvider
Package
Description
-
Uses of PersistentStoreProvider in org.apache.drill.exec.expr.fn.registry
Modifier and TypeMethodDescriptionvoid
RemoteFunctionRegistry.init
(DrillConfig config, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator) -
Uses of PersistentStoreProvider in org.apache.drill.exec.server
ModifierConstructorDescriptionDrillbitContext
(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
ModifierConstructorDescriptionSystemOptionManager
(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
Modifier and TypeMethodDescriptionprotected PersistentStoreProvider
ProfileResources.getProvider()
-
Uses of PersistentStoreProvider in org.apache.drill.exec.store.hbase.config
Modifier and TypeClassDescriptionclass
class
Deprecated. -
Uses of PersistentStoreProvider in org.apache.drill.exec.store.mongo.config
-
Uses of PersistentStoreProvider in org.apache.drill.exec.store.sys
-
Uses of PersistentStoreProvider in org.apache.drill.exec.store.sys.store.provider
Modifier and TypeClassDescriptionclass
class
class
class
A really simple provider that stores data in the local file system, one value per file.class
-
Uses of PersistentStoreProvider in org.apache.drill.exec.store.sys.zk
Modifier and TypeClassDescriptionclass
Deprecated.will be removed in 1.7 useZookeeperPersistentStoreProvider
instead. -
Uses of PersistentStoreProvider in org.apache.drill.exec.work
Modifier 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
ModifierConstructorDescriptionQueryManager
(UserBitShared.QueryId queryId, UserProtos.RunQuery runQuery, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator, Foreman foreman)
HBasePersistentStoreProvider
instead.