| Package | Description |
|---|---|
| org.apache.drill.exec.server | |
| org.apache.drill.exec.store.sys | |
| org.apache.drill.exec.store.sys.store | |
| org.apache.drill.exec.store.sys.store.provider |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreConfig<UserBitShared.QueryProfile> |
QueryProfileStoreContext.getProfileStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreConfig<V> |
PersistentStoreConfig.StoreConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
<V> PersistentStore<V> |
PersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config)
Gets or creates a
persistent store for the given configuration. |
| Constructor and Description |
|---|
LocalPersistentStore(DrillFileSystem fs,
org.apache.hadoop.fs.Path base,
PersistentStoreConfig<V> config) |
ZookeeperPersistentStore(org.apache.curator.framework.CuratorFramework framework,
PersistentStoreConfig<V> config) |
| Modifier and Type | Method and Description |
|---|---|
<V> PersistentStore<V> |
ZookeeperPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
LocalPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> storeConfig) |
<V> PersistentStore<V> |
InMemoryStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
CachingPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.