Uses of Interface
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.TimelineDocument
Packages that use TimelineDocument
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore.reader
contains the implementation of different DocumentStore reader clients
for DocumentVendor.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
.reader.cosmosdb DocumentStore Reader implementation for CosmosDB.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore.writer
contains the implementation of different DocumentStore writer clients
for DocumentVendor.
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
.writer.cosmosdb DocumentStore writer implementation for CosmosDB.
-
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity that implement TimelineDocumentModifier and TypeClassDescriptionclassThis is a generic class which contains all the meta information of some conceptual entity and its related events. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowactivity
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowactivity that implement TimelineDocumentModifier and TypeClassDescriptionclassThis doc represents theFlowActivityEntitywhich is used for showing all the flow runs with limited information. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun that implement TimelineDocumentModifier and TypeClassDescriptionclassThis doc represents the flow run information for every job. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.lib
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.lib with type parameters of type TimelineDocumentModifier and TypeMethodDescriptionstatic <Document extends TimelineDocument>
DocumentStoreReader<Document>DocumentStoreFactory.createDocumentStoreReader(org.apache.hadoop.conf.Configuration conf) Creates a DocumentStoreReader for aDocumentStoreVendor.static <Document extends TimelineDocument>
DocumentStoreWriter<Document>DocumentStoreFactory.createDocumentStoreWriter(org.apache.hadoop.conf.Configuration conf) Creates a DocumentStoreWriter for aDocumentStoreVendor. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader with type parameters of type TimelineDocumentModifier and TypeInterfaceDescriptioninterfaceDocumentStoreReader<Document extends TimelineDocument>EveryDocumentStoreVendorhave to implement this for creating reader to its backend. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb with type parameters of type TimelineDocumentModifier and TypeClassDescriptionclassCosmosDBDocumentStoreReader<TimelineDoc extends TimelineDocument>This is the Document Store Reader implementation forDocumentStoreVendor.COSMOS_DB. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer with type parameters of type TimelineDocumentModifier and TypeClassDescriptionclassTimelineCollectionWriter<Document extends TimelineDocument>This is a generic Collection Writer that can be used for writing documents belonging to differentCollectionTypeunder a specificDocumentStoreVendorbackend. -
Uses of TimelineDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb
Classes in org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb with type parameters of type TimelineDocumentModifier and TypeClassDescriptionclassCosmosDBDocumentStoreWriter<TimelineDoc extends TimelineDocument>This is the Document Store Writer implementation forDocumentStoreVendor.COSMOS_DB.