| 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 | Description |
|---|---|---|
static Separator |
Separator.valueOf(java.lang.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 | Description |
|---|---|---|
static java.lang.String |
Separator.decode(byte[] token,
Separator... separators) |
Decode the given separators in the token with their decoding equivalents.
|
static java.lang.String |
Separator.decode(java.lang.String token,
Separator... separators) |
Decode the given separators in the token with their decoding equivalents.
|
static byte[] |
Separator.encode(java.lang.String token,
Separator... separators) |
Encode the given separators in the token with their encoding equivalents.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.