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