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

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

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


Method Summary
 String getRpcKind()
           
 long getVersions(int index)
           
 int getVersionsCount()
           
 List<Long> getVersionsList()
           
 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

hasRpcKind

boolean hasRpcKind()

getRpcKind

String getRpcKind()

getVersionsList

List<Long> getVersionsList()

getVersionsCount

int getVersionsCount()

getVersions

long getVersions(int index)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.