Uses of Class
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument
Packages that use TimelineEntityDocument
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
contains DocumentStore Reader and Writer Implementation of TimelineService
for reading and writing documents from DocumentStore.
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.
-
Uses of TimelineEntityDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore with parameters of type TimelineEntityDocumentModifier and TypeMethodDescriptionstatic org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityDocumentStoreUtils.createEntityToBeReturned(TimelineEntityDocument timelineEntityDocument, org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterList confsToRetrieve, org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterList metricsToRetrieve) Creates the final entity to be returned as the result.static org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityDocumentStoreUtils.createEntityToBeReturned(TimelineEntityDocument timelineEntityDocument, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve) Creates the final entity to be returned as the result. -
Uses of TimelineEntityDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity with parameters of type TimelineEntityDocumentModifier and TypeMethodDescriptionvoidTimelineEntityDocument.merge(TimelineEntityDocument newTimelineDocument) Merge the TimelineEntityDocument that is passed with the current document for upsert. -
Uses of TimelineEntityDocument in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader that return TimelineEntityDocumentModifier and TypeMethodDescriptionTimelineCollectionReader.readDocument(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context) Read a document fromDocumentStoreVendorbackend for aCollectionType.Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader that return types with arguments of type TimelineEntityDocumentModifier and TypeMethodDescriptionTimelineCollectionReader.readDocuments(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, long documentsSize) Read a list of documents fromDocumentStoreVendorbackend for aCollectionType.