public class PBHelperClient extends Object
| Constructor and Description |
|---|
PBHelperClient() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityProtos.TokenProto |
convert(org.apache.hadoop.security.token.Token<?> tok) |
static org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> |
convertDelegationToken(SecurityProtos.TokenProto blockToken) |
static com.google.protobuf.ByteString |
getByteString(byte[] bytes) |
static com.google.protobuf.ByteString |
getFixedByteString(org.apache.hadoop.io.Text key)
Get the ByteString for frequently used fixed and small set strings.
|
public static org.apache.hadoop.security.token.Token<DelegationTokenIdentifier> convertDelegationToken(SecurityProtos.TokenProto blockToken)
public static SecurityProtos.TokenProto convert(org.apache.hadoop.security.token.Token<?> tok)
public static com.google.protobuf.ByteString getByteString(byte[] bytes)
public static com.google.protobuf.ByteString getFixedByteString(org.apache.hadoop.io.Text key)
key - stringCopyright © 2022. All rights reserved.