Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection |
Package org.apache.hadoop.yarn.server.timelineservice.
|
org.apache.hadoop.yarn.server.timelineservice.documentstore.writer |
Package org.apache.hadoop.yarn.server.timelineservice.documentstore.writer
contains the implementation of different DocumentStore writer clients
for DocumentVendor.
|
org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb |
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
.writer.cosmosdb DocumentStore writer implementation for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
static CollectionType |
CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentStoreWriter.writeDocument(Document document,
CollectionType collectionType) |
Constructor and Description |
---|
TimelineCollectionWriter(CollectionType collectionType,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
void |
CosmosDBDocumentStoreWriter.writeDocument(TimelineDoc timelineDoc,
CollectionType collectionType) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.