Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.application.ApplicationRowKey
Packages that use ApplicationRowKey
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.application
contains classes related to implementation for application table.
-
Uses of ApplicationRowKey in org.apache.hadoop.yarn.server.timelineservice.storage.application
Subclasses of ApplicationRowKey in org.apache.hadoop.yarn.server.timelineservice.storage.applicationModifier and TypeClassDescriptionclassRepresents a partial rowkey (without flowName or without flowName and flowRunId) for the application table.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.application that return ApplicationRowKeyModifier and TypeMethodDescriptionstatic ApplicationRowKeyApplicationRowKey.parseRowKey(byte[] rowKey) Given the raw row key as bytes, returns the row key as an object.static ApplicationRowKeyApplicationRowKey.parseRowKeyFromString(String encodedRowKey) Given the encoded row key as string, returns the row key as an object.