Uses of Class
org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenIdentifier.Kind

Packages that use AuthenticationProtos.TokenIdentifier.Kind
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of AuthenticationProtos.TokenIdentifier.Kind in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AuthenticationProtos.TokenIdentifier.Kind
 AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifierOrBuilder.getKind()
          required .TokenIdentifier.Kind kind = 1;
 AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.getKind()
          required .TokenIdentifier.Kind kind = 1;
 AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Builder.getKind()
          required .TokenIdentifier.Kind kind = 1;
static AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Kind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Kind.valueOf(int value)
           
static AuthenticationProtos.TokenIdentifier.Kind AuthenticationProtos.TokenIdentifier.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationProtos.TokenIdentifier.Kind[] AuthenticationProtos.TokenIdentifier.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type AuthenticationProtos.TokenIdentifier.Kind
static com.google.protobuf.Internal.EnumLiteMap<AuthenticationProtos.TokenIdentifier.Kind> AuthenticationProtos.TokenIdentifier.Kind.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type AuthenticationProtos.TokenIdentifier.Kind
 AuthenticationProtos.TokenIdentifier.Builder AuthenticationProtos.TokenIdentifier.Builder.setKind(AuthenticationProtos.TokenIdentifier.Kind value)
          required .TokenIdentifier.Kind kind = 1;
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.