Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.storage.reader |
Package org.apache.hadoop.yarn.server.timelineservice.storage.reader
contains classes used to read entities from backend based on query type.
|
Modifier and Type | Method and Description |
---|---|
static TimelineEntityReader |
TimelineEntityReaderFactory.createMultipleEntitiesReader(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters filters,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve)
Creates a timeline entity reader instance for reading set of entities with
the specified input and predicates.
|
static TimelineEntityReader |
TimelineEntityReaderFactory.createSingleEntityReader(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context,
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve)
Creates a timeline entity reader instance for reading a single entity with
the specified input.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.