| Modifier and Type | Method and Description |
|---|---|
void |
RemoteFunctionRegistry.init(DrillConfig config,
PersistentStoreProvider storeProvider,
ClusterCoordinator coordinator) |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreProvider |
DrillbitContext.getStoreProvider() |
| Constructor and Description |
|---|
DrillbitContext(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) |
| Constructor and Description |
|---|
SystemOptionManager(LogicalPlanPersistence lpPersistence,
PersistentStoreProvider provider,
DrillConfig bootConfig) |
SystemOptionManager(LogicalPlanPersistence lpPersistence,
PersistentStoreProvider provider,
DrillConfig bootConfig,
CaseInsensitiveMap<OptionDefinition> definitions) |
| Modifier and Type | Method and Description |
|---|---|
protected PersistentStoreProvider |
ProfileResources.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreProvider |
PersistentStoreRegistry.newPStoreProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalPStoreProvider
Deprecated.
will be removed in 1.7
use
LocalPersistentStoreProvider instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePersistentStoreProvider |
class |
CachingPersistentStoreProvider |
class |
InMemoryStoreProvider |
class |
LocalPersistentStoreProvider
A really simple provider that stores data in the local file system, one value per file.
|
class |
ZookeeperPersistentStoreProvider |
| Constructor and Description |
|---|
CachingPersistentStoreProvider(PersistentStoreProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZkPStoreProvider
Deprecated.
will be removed in 1.7
use
ZookeeperPersistentStoreProvider instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkManager.start(CoordinationProtos.DrillbitEndpoint endpoint,
Controller controller,
DataConnectionCreator data,
ClusterCoordinator coord,
PersistentStoreProvider provider,
PersistentStoreProvider profilesProvider) |
| Constructor and Description |
|---|
QueryManager(UserBitShared.QueryId queryId,
UserProtos.RunQuery runQuery,
PersistentStoreProvider storeProvider,
ClusterCoordinator coordinator,
Foreman foreman) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.