Uses of Class
org.apache.hadoop.hbase.protobuf.generated.RPCProtos.ConnectionHeader.Builder

Packages that use RPCProtos.ConnectionHeader.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of RPCProtos.ConnectionHeader.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return RPCProtos.ConnectionHeader.Builder
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clear()
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clearCellBlockCodecClass()
          optional string cell_block_codec_class = 3;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clearCellBlockCompressorClass()
          optional string cell_block_compressor_class = 4;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clearServiceName()
          optional string service_name = 2;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clearUserInfo()
          optional .UserInformation user_info = 1;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clearVersionInfo()
          optional .VersionInfo version_info = 5;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.clone()
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.mergeFrom(com.google.protobuf.Message other)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.mergeFrom(RPCProtos.ConnectionHeader other)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.mergeUserInfo(RPCProtos.UserInformation value)
          optional .UserInformation user_info = 1;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.mergeVersionInfo(RPCProtos.VersionInfo value)
          optional .VersionInfo version_info = 5;
static RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.newBuilder()
           
static RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.newBuilder(RPCProtos.ConnectionHeader prototype)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.newBuilderForType()
           
protected  RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setCellBlockCodecClass(String value)
          optional string cell_block_codec_class = 3;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setCellBlockCodecClassBytes(com.google.protobuf.ByteString value)
          optional string cell_block_codec_class = 3;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setCellBlockCompressorClass(String value)
          optional string cell_block_compressor_class = 4;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setCellBlockCompressorClassBytes(com.google.protobuf.ByteString value)
          optional string cell_block_compressor_class = 4;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setServiceName(String value)
          optional string service_name = 2;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setServiceNameBytes(com.google.protobuf.ByteString value)
          optional string service_name = 2;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setUserInfo(RPCProtos.UserInformation.Builder builderForValue)
          optional .UserInformation user_info = 1;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setUserInfo(RPCProtos.UserInformation value)
          optional .UserInformation user_info = 1;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setVersionInfo(RPCProtos.VersionInfo.Builder builderForValue)
          optional .VersionInfo version_info = 5;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.Builder.setVersionInfo(RPCProtos.VersionInfo value)
          optional .VersionInfo version_info = 5;
 RPCProtos.ConnectionHeader.Builder RPCProtos.ConnectionHeader.toBuilder()
           
 



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