org.apache.hadoop.ipc.protobuf
Interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder

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

public static interface ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getProtocol()
           
 String getRpcKind()
           
 boolean hasProtocol()
           
 boolean hasRpcKind()
           
 
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

hasProtocol

boolean hasProtocol()

getProtocol

String getProtocol()

hasRpcKind

boolean hasRpcKind()

getRpcKind

String getRpcKind()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.