Uses of Enum Class
org.apache.hadoop.security.Credentials.SerializedFormat
Packages that use Credentials.SerializedFormat
-
Uses of Credentials.SerializedFormat in org.apache.hadoop.security
Methods in org.apache.hadoop.security that return Credentials.SerializedFormatModifier and TypeMethodDescriptionstatic Credentials.SerializedFormatCredentials.SerializedFormat.valueOf(int val) Returns the enum constant of this class with the specified name.static Credentials.SerializedFormatReturns the enum constant of this class with the specified name.static Credentials.SerializedFormat[]Credentials.SerializedFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.security with parameters of type Credentials.SerializedFormatModifier and TypeMethodDescriptionvoidCredentials.writeTokenStorageFile(Path filename, Configuration conf, Credentials.SerializedFormat format) voidCredentials.writeTokenStorageToStream(DataOutputStream os, Credentials.SerializedFormat format)