Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.domain.DomainRowKey
Packages that use DomainRowKey
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.domain
contains classes related to implementation for domain table.
-
Uses of DomainRowKey in org.apache.hadoop.yarn.server.timelineservice.storage.domain
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.domain that return DomainRowKeyModifier and TypeMethodDescriptionstatic DomainRowKeyDomainRowKey.parseRowKey(byte[] rowKey) Given the raw row key as bytes, returns the row key as an object.static DomainRowKeyDomainRowKey.parseRowKeyFromString(String encodedRowKey) Given the encoded row key as string, returns the row key as an object.