Uses of Class
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.NoDocumentFoundException
Packages that use NoDocumentFoundException
Package
Description
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.
-
Uses of NoDocumentFoundException in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader that throw NoDocumentFoundExceptionModifier and TypeMethodDescriptionDocumentStoreReader.readDocument(String collectionName, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, Class<Document> documentClass) DocumentStoreReader.readDocumentList(String collectionName, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, Class<Document> documentClass, long documentsSize) -
Uses of NoDocumentFoundException in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb that throw NoDocumentFoundExceptionModifier and TypeMethodDescriptionCosmosDBDocumentStoreReader.readDocument(String collectionName, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, Class<TimelineDoc> timelineDocClass) CosmosDBDocumentStoreReader.readDocumentList(String collectionName, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, Class<TimelineDoc> timelineDocClass, long size)