Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.reader.AbstractTimelineStorageReader.FlowContext
Packages that use AbstractTimelineStorageReader.FlowContext
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.reader
contains classes used to read entities from backend based on query type.
-
Uses of AbstractTimelineStorageReader.FlowContext in org.apache.hadoop.yarn.server.timelineservice.storage.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.reader that return AbstractTimelineStorageReader.FlowContextModifier and TypeMethodDescriptionAbstractTimelineStorageReader.lookupFlowContext(org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow.AppToFlowRowKey appToFlowRowKey, String clusterId, org.apache.hadoop.conf.Configuration hbaseConf, org.apache.hadoop.hbase.client.Connection conn) Looks up flow context from AppToFlow table.