public static interface ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRpcKind()
RPC kind
|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getRpcKindBytes()
RPC kind
|
long |
getVersions(int index)
Protocol version corresponding to the rpc kind.
|
int |
getVersionsCount()
Protocol version corresponding to the rpc kind.
|
List<Long> |
getVersionsList()
Protocol version corresponding to the rpc kind.
|
boolean |
hasRpcKind()
RPC kind
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRpcKind()
RPC kind
required string rpcKind = 1;
String getRpcKind()
RPC kind
required string rpcKind = 1;
org.apache.hadoop.thirdparty.protobuf.ByteString getRpcKindBytes()
RPC kind
required string rpcKind = 1;
List<Long> getVersionsList()
Protocol version corresponding to the rpc kind.
repeated uint64 versions = 2;
int getVersionsCount()
Protocol version corresponding to the rpc kind.
repeated uint64 versions = 2;
long getVersions(int index)
Protocol version corresponding to the rpc kind.
repeated uint64 versions = 2;
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.