Package | Description |
---|---|
org.apache.hadoop.yarn.server.timelineservice.storage.common |
Package org.apache.hadoop.yarn.server.timelineservice.storage.common contains
a set of utility classes used across backend storage reader and writer.
|
Modifier and Type | Method and Description |
---|---|
static Separator |
Separator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Separator[] |
Separator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
Separator.decode(byte[] token,
Separator... separators)
Decode the given separators in the token with their decoding equivalents.
|
static String |
Separator.decode(String token,
Separator... separators)
Decode the given separators in the token with their decoding equivalents.
|
static byte[] |
Separator.encode(String token,
Separator... separators)
Encode the given separators in the token with their encoding equivalents.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.