Uses of Interface
org.apache.hadoop.yarn.server.timelineservice.storage.common.ValueConverter
Packages that use ValueConverter
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.application
contains classes related to implementation for application table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
contains classes related to implementation for app to flow table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains
a set of utility classes used across backend storage reader and writer.
Package org.apache.hadoop.yarn.server.timelineservice.storage.domain
contains classes related to implementation for domain table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.entity
contains classes related to implementation for entity table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.flow
contains classes related to implementation for flow related tables, viz. flow
run table and flow activity table.
Package org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
contains classes related to implementation for subapplication table.
-
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.application
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.application that return ValueConverterModifier and TypeMethodDescriptionApplicationColumn.getValueConverter()ApplicationColumnPrefix.getValueConverter() -
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.apptoflow that return ValueConverterModifier and TypeMethodDescriptionAppToFlowColumn.getValueConverter()AppToFlowColumnPrefix.getValueConverter() -
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.common
Subinterfaces of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.commonModifier and TypeInterfaceDescriptioninterfaceExtends ValueConverter interface for numeric converters to support numerical operations such as comparison, addition, etc.Classes in org.apache.hadoop.yarn.server.timelineservice.storage.common that implement ValueConverterModifier and TypeClassDescriptionfinal classUses GenericObjectMapper to encode objects as bytes and decode bytes as objects.final classEncodes a value by interpreting it as a Long and converting it to bytes and decodes a set of bytes as a Long.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common that return ValueConverterModifier and TypeMethodDescriptionColumn.getValueConverter()Returns value converter implementation associated with this column.ColumnPrefix.getValueConverter()Returns value converter implementation associated with this column prefix. -
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.domain
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.domain that return ValueConverter -
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.entity
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.entity that return ValueConverterModifier and TypeMethodDescriptionEntityColumn.getValueConverter()EntityColumnPrefix.getValueConverter() -
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.flow
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.flow that return ValueConverterModifier and TypeMethodDescriptionFlowActivityColumnPrefix.getValueConverter()FlowRunColumn.getValueConverter()FlowRunColumnPrefix.getValueConverter() -
Uses of ValueConverter in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.subapplication that return ValueConverterModifier and TypeMethodDescriptionSubApplicationColumn.getValueConverter()SubApplicationColumnPrefix.getValueConverter()