| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity | Package org.apache.hadoop.yarn.server.timelineservice. | 
| org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowactivity | Package org.apache.hadoop.yarn.server.timelineservice. | 
| org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun | Package org.apache.hadoop.yarn.server.timelineservice. | 
| org.apache.hadoop.yarn.server.timelineservice.documentstore.lib | Package org.apache.hadoop.yarn.server.timelineservice. | 
| org.apache.hadoop.yarn.server.timelineservice.documentstore.reader | Package org.apache.hadoop.yarn.server.timelineservice.documentstore.reader
 contains the implementation of different DocumentStore reader clients
 for DocumentVendor. | 
| org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb | Package org.apache.hadoop.yarn.server.timelineservice.documentstore
 .reader.cosmosdb DocumentStore Reader implementation for CosmosDB. | 
| 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 | Class and Description | 
|---|---|
| class  | TimelineEntityDocumentThis is a generic class which contains all the meta information of some
 conceptual entity and its related events. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlowActivityDocumentThis doc represents the  FlowActivityEntitywhich is used for
 showing all the flow runs with limited information. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlowRunDocumentThis doc represents the flow run information for every job. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <Document extends TimelineDocument> | DocumentStoreFactory. createDocumentStoreReader(org.apache.hadoop.conf.Configuration conf)Creates a DocumentStoreReader for a  DocumentStoreVendor. | 
| static <Document extends TimelineDocument> | DocumentStoreFactory. createDocumentStoreWriter(org.apache.hadoop.conf.Configuration conf)Creates a DocumentStoreWriter for a  DocumentStoreVendor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DocumentStoreReader<Document extends TimelineDocument>Every  DocumentStoreVendorhave to implement this for creating
 reader to its backend. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CosmosDBDocumentStoreReader<TimelineDoc extends TimelineDocument>This is the Document Store Reader implementation for
  DocumentStoreVendor.COSMOS_DB. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TimelineCollectionWriter<Document extends TimelineDocument>This is a generic Collection Writer that can be used for writing documents
 belonging to different  CollectionTypeunder a specificDocumentStoreVendorbackend. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CosmosDBDocumentStoreWriter<TimelineDoc extends TimelineDocument>This is the Document Store Writer implementation for
  DocumentStoreVendor.COSMOS_DB. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.