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)
          repeated uint32 methods = 2;
 int getMethodsCount()
          repeated uint32 methods = 2;
 List<Integer> getMethodsList()
          repeated uint32 methods = 2;
 long getVersion()
          required uint64 version = 1;
 boolean hasVersion()
          required uint64 version = 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

hasVersion

boolean hasVersion()
required uint64 version = 1;


getVersion

long getVersion()
required uint64 version = 1;


getMethodsList

List<Integer> getMethodsList()
repeated uint32 methods = 2;


getMethodsCount

int getMethodsCount()
repeated uint32 methods = 2;


getMethods

int getMethods(int index)
repeated uint32 methods = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.