| Modifier and Type | Method and Description |
|---|---|
PersistentStore<UserBitShared.QueryProfile> |
QueryProfileStoreContext.getCompletedProfileStore() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStore<StoragePluginConfig> |
StoragePluginRegistryImpl.getStore() |
PersistentStore<StoragePluginConfig> |
StoragePluginRegistry.getStore()
Get the PStore for this StoragePluginRegistry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePersistentStore<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> PersistentStore<V> |
PersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config)
Gets or creates a
persistent store for the given configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStore<V> |
class |
LocalPersistentStore<V> |
class |
ZookeeperPersistentStore<V>
Zookeeper based implementation of
PersistentStore. |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoWriteLocalStore<V> |
Copyright © 2017 The Apache Software Foundation. All rights reserved.