org.apache.hadoop.hbase.protobuf.generated
Interface RPCProtos.ConnectionHeaderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RPCProtos.ConnectionHeader, RPCProtos.ConnectionHeader.Builder
Enclosing class:
RPCProtos

public static interface RPCProtos.ConnectionHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getCellBlockCodecClass()
           
 String getCellBlockCompressorClass()
           
 String getProtocol()
           
 RPCProtos.UserInformation getUserInfo()
           
 RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()
           
 boolean hasCellBlockCodecClass()
           
 boolean hasCellBlockCompressorClass()
           
 boolean hasProtocol()
           
 boolean hasUserInfo()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasUserInfo

boolean hasUserInfo()

getUserInfo

RPCProtos.UserInformation getUserInfo()

getUserInfoOrBuilder

RPCProtos.UserInformationOrBuilder getUserInfoOrBuilder()

hasProtocol

boolean hasProtocol()

getProtocol

String getProtocol()

hasCellBlockCodecClass

boolean hasCellBlockCodecClass()

getCellBlockCodecClass

String getCellBlockCodecClass()

hasCellBlockCompressorClass

boolean hasCellBlockCompressorClass()

getCellBlockCompressorClass

String getCellBlockCompressorClass()


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