Uses of Enum Class
org.apache.hadoop.yarn.server.timelineservice.storage.common.Separator
Packages that use Separator
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains
a set of utility classes used across backend storage reader and writer.
-
Uses of Separator in org.apache.hadoop.yarn.server.timelineservice.storage.common
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common that return SeparatorModifier and TypeMethodDescriptionstatic SeparatorReturns the enum constant of this class with the specified name.static Separator[]Separator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common with parameters of type SeparatorModifier and TypeMethodDescriptionstatic StringDecode the given separators in the token with their decoding equivalents.static StringDecode the given separators in the token with their decoding equivalents.static byte[]Encode the given separators in the token with their encoding equivalents.