| Modifier and Type | Method and Description |
|---|---|
PersistentStore<UserBitShared.QueryProfile> |
QueryProfileStoreContext.getCompletedProfileStore() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStore<StoragePluginConfig> |
StoragePluginStoreImpl.getStore() |
PersistentStore<StoragePluginConfig> |
StoragePluginStore.getStore() |
| Modifier and Type | Class and Description |
|---|---|
class |
HBasePersistentStore<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> PersistentStore<V> |
HBasePersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoPersistentStore<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> PersistentStore<V> |
MongoPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePersistentStore<V> |
class |
CaseInsensitivePersistentStore<V>
Wrapper around
PersistentStore to ensure all passed keys are
converted to lower case and stored this way. |
| 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 |
|---|
CaseInsensitivePersistentStore(PersistentStore<V> underlyingStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStore<V> |
class |
LocalPersistentStore<V>
Local persistent store stores its data on the given file system.
|
class |
ZookeeperPersistentStore<V>
Zookeeper based implementation of
PersistentStore. |
| Constructor and Description |
|---|
UndefinedVersionDelegatingStore(PersistentStore<V> store) |
VersionedDelegatingStore(PersistentStore<V> store) |
| Modifier and Type | Method and Description |
|---|---|
<V> PersistentStore<V> |
InMemoryStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
ZookeeperPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
CachingPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> config) |
<V> PersistentStore<V> |
LocalPersistentStoreProvider.getOrCreateStore(PersistentStoreConfig<V> storeConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoWriteLocalStore<V> |
Copyright © 2021 The Apache Software Foundation. All rights reserved.