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()
          required string rpcKind = 1;
 com.google.protobuf.ByteString getRpcKindBytes()
          required string rpcKind = 1;
 long getVersions(int index)
          repeated uint64 versions = 2;
 int getVersionsCount()
          repeated uint64 versions = 2;
 List<Long> getVersionsList()
          repeated uint64 versions = 2;
 boolean hasRpcKind()
          required string rpcKind = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRpcKind

boolean hasRpcKind()
required string rpcKind = 1;
RPC kind
 


getRpcKind

String getRpcKind()
required string rpcKind = 1;
RPC kind
 


getRpcKindBytes

com.google.protobuf.ByteString getRpcKindBytes()
required string rpcKind = 1;
RPC kind
 


getVersionsList

List<Long> getVersionsList()
repeated uint64 versions = 2;
Protocol version corresponding to the rpc kind.
 


getVersionsCount

int getVersionsCount()
repeated uint64 versions = 2;
Protocol version corresponding to the rpc kind.
 


getVersions

long getVersions(int index)
repeated uint64 versions = 2;
Protocol version corresponding to the rpc kind.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.