Modifier and Type | Method and Description |
---|---|
<V> PersistentStore<V> |
HBasePersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
Modifier and Type | Method and Description |
---|---|
<V> PersistentStore<V> |
PersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config)
Gets or creates a
persistent store for the given configuration. |
default <V> VersionedPersistentStore<V> |
PersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config)
Override this method if store supports versioning and return versioning instance.
|
Constructor and Description |
---|
ZookeeperPersistentStore(org.apache.curator.framework.CuratorFramework framework,
PersistentStoreConfig<V> config) |
Modifier and Type | Method and Description |
---|---|
<V> PersistentStore<V> |
CachingPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
ZookeeperPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> VersionedPersistentStore<V> |
CachingPersistentStoreProvider.getOrCreateVersionedStore(PersistentStoreConfig<V> config) |
<V> VersionedPersistentStore<V> |
ZookeeperPersistentStoreProvider.getOrCreateVersionedStore(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 © 1970 The Apache Software Foundation. All rights reserved.