Package | Description |
---|---|
org.apache.hadoop.ipc.protobuf |
Modifier and Type | Method and Description |
---|---|
static RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProto.SaslState.forNumber(int value) |
RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProtoOrBuilder.getState()
required .hadoop.common.RpcSaslProto.SaslState state = 2; |
RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProto.getState()
required .hadoop.common.RpcSaslProto.SaslState state = 2; |
RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProto.Builder.getState()
required .hadoop.common.RpcSaslProto.SaslState state = 2; |
static RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProto.SaslState.valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) |
static RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProto.SaslState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RpcHeaderProtos.RpcSaslProto.SaslState |
RpcHeaderProtos.RpcSaslProto.SaslState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcHeaderProtos.RpcSaslProto.SaslState[] |
RpcHeaderProtos.RpcSaslProto.SaslState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.thirdparty.protobuf.Internal.EnumLiteMap<RpcHeaderProtos.RpcSaslProto.SaslState> |
RpcHeaderProtos.RpcSaslProto.SaslState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RpcSaslProto.Builder |
RpcHeaderProtos.RpcSaslProto.Builder.setState(RpcHeaderProtos.RpcSaslProto.SaslState value)
required .hadoop.common.RpcSaslProto.SaslState state = 2; |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.