Uses of Interface
org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.DocumentStoreReader
Packages that use DocumentStoreReader
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
.reader.cosmosdb DocumentStore Reader implementation for CosmosDB.
-
Uses of DocumentStoreReader in org.apache.hadoop.yarn.server.timelineservice.documentstore.lib
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.lib that return DocumentStoreReaderModifier and TypeMethodDescriptionstatic <Document extends TimelineDocument>
DocumentStoreReader<Document>DocumentStoreFactory.createDocumentStoreReader(org.apache.hadoop.conf.Configuration conf) Creates a DocumentStoreReader for aDocumentStoreVendor. -
Uses of DocumentStoreReader in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb that implement DocumentStoreReaderModifier and TypeClassDescriptionclassCosmosDBDocumentStoreReader<TimelineDoc extends TimelineDocument>This is the Document Store Reader implementation forDocumentStoreVendor.COSMOS_DB.