Uses of Class
org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto

Packages that use RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
org.apache.hadoop.security.proto   
org.apache.hadoop.security.protocolPB   
 

Uses of RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto in org.apache.hadoop.security.proto
 

Fields in org.apache.hadoop.security.proto with type parameters of type RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
static com.google.protobuf.Parser<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto> RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.PARSER
           
 

Methods in org.apache.hadoop.security.proto that return RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.build()
           
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.buildPartial()
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.getDefaultInstance()
           
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.getDefaultInstanceForType()
           
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.getDefaultInstanceForType()
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseDelimitedFrom(InputStream input)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(byte[] data)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(InputStream input)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.security.proto that return types with arguments of type RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 com.google.protobuf.Parser<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto> RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.getParserForType()
           
 

Methods in org.apache.hadoop.security.proto with parameters of type RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder.mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto other)
           
static RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto prototype)
           
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface.refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request)
           
abstract  void RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request, com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
          rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);
 void RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface.refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request, com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
          rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);
 void RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub.refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request, com.google.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
           
 

Uses of RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto in org.apache.hadoop.security.protocolPB
 

Methods in org.apache.hadoop.security.protocolPB with parameters of type RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto RefreshUserMappingsProtocolServerSideTranslatorPB.refreshSuperUserGroupsConfiguration(com.google.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.