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