| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
HBasePersistentStore.getMode() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
MongoPersistentStore.getMode() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
PersistentStoreConfig.getMode() |
PersistentStoreMode |
Store.getMode()
Returns storage
mode of this store. |
PersistentStoreMode |
CaseInsensitivePersistentStore.getMode() |
static PersistentStoreMode |
PersistentStoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistentStoreMode[] |
PersistentStoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PersistentStoreConfig(String name,
InstanceSerializer<V> valueSerializer,
PersistentStoreMode mode,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
UndefinedVersionDelegatingStore.getMode() |
PersistentStoreMode |
InMemoryStore.getMode() |
PersistentStoreMode |
VersionedDelegatingStore.getMode() |
PersistentStoreMode |
ZookeeperPersistentStore.getMode() |
PersistentStoreMode |
LocalPersistentStore.getMode() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
NoWriteLocalStore.getMode() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.