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