| 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 |
|---|
LocalPStoreProvider(PersistentStoreRegistry registry)
Deprecated.
|
| Constructor and Description |
|---|
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> |
InMemoryStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
CachingPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
| Constructor and Description |
|---|
LocalPersistentStoreProvider(DrillConfig config) |
LocalPersistentStoreProvider(PersistentStoreRegistry<?> registry) |
ZookeeperPersistentStoreProvider(DrillConfig config,
org.apache.curator.framework.CuratorFramework curator) |
ZookeeperPersistentStoreProvider(PersistentStoreRegistry<ZKClusterCoordinator> registry) |
| Constructor and Description |
|---|
ZkPStoreProvider(PersistentStoreRegistry<ZKClusterCoordinator> registry)
Deprecated.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.