| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.documentstore |
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
contains DocumentStore Reader and Writer Implementation of TimelineService
for reading and writing documents from DocumentStore.
|
| org.apache.hadoop.yarn.server.timelineservice.documentstore.lib |
Package org.apache.hadoop.yarn.server.timelineservice.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentStoreVendor |
DocumentStoreUtils.getStoreVendor(org.apache.hadoop.conf.Configuration conf) |
Retrieves
DocumentStoreVendor configured. |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentStoreVendor |
DocumentStoreVendor.getStoreType(java.lang.String storeTypeStr) |
|
static DocumentStoreVendor |
DocumentStoreVendor.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DocumentStoreVendor[] |
DocumentStoreVendor.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.