| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
Document |
DocumentStoreReader.readDocument(java.lang.String collectionName,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
java.lang.Class<Document> documentClass) |
|
java.util.List<Document> |
DocumentStoreReader.readDocumentList(java.lang.String collectionName,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
java.lang.Class<Document> documentClass,
long documentsSize) |
| Modifier and Type | Method | Description |
|---|---|---|
TimelineDoc |
CosmosDBDocumentStoreReader.readDocument(java.lang.String collectionName,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
java.lang.Class<TimelineDoc> timelineDocClass) |
|
java.util.List<TimelineDoc> |
CosmosDBDocumentStoreReader.readDocumentList(java.lang.String collectionName,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
java.lang.Class<TimelineDoc> timelineDocClass,
long size) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.