| Package | Description |
|---|---|
| org.apache.drill.exec.store.sys | |
| org.apache.drill.exec.store.sys.store | |
| org.apache.drill.exec.testing.store |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
PersistentStoreConfig.getMode() |
PersistentStoreMode |
PersistentStore.getMode()
Returns storage
mode of this store. |
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 |
ZookeeperPersistentStore.getMode() |
PersistentStoreMode |
LocalPersistentStore.getMode() |
PersistentStoreMode |
InMemoryStore.getMode() |
| Modifier and Type | Method and Description |
|---|---|
PersistentStoreMode |
NoWriteLocalStore.getMode() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.