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