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

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

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


Method Summary
 int getMethods(int index)
           
 int getMethodsCount()
           
 List<Integer> getMethodsList()
           
 long getVersion()
           
 boolean hasVersion()
           
 
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

hasVersion

boolean hasVersion()

getVersion

long getVersion()

getMethodsList

List<Integer> getMethodsList()

getMethodsCount

int getMethodsCount()

getMethods

int getMethods(int index)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.