public interface ProxyHeartbeatPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NetAddress |
getProxyAddress()
optional .alluxio.grpc.NetAddress proxyAddress = 1; |
NetAddressOrBuilder |
getProxyAddressOrBuilder()
optional .alluxio.grpc.NetAddress proxyAddress = 1; |
long |
getStartTime()
optional int64 startTime = 2; |
BuildVersion |
getVersion()
optional .alluxio.grpc.BuildVersion version = 3; |
BuildVersionOrBuilder |
getVersionOrBuilder()
optional .alluxio.grpc.BuildVersion version = 3; |
boolean |
hasProxyAddress()
optional .alluxio.grpc.NetAddress proxyAddress = 1; |
boolean |
hasStartTime()
optional int64 startTime = 2; |
boolean |
hasVersion()
optional .alluxio.grpc.BuildVersion version = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProxyAddress()
optional .alluxio.grpc.NetAddress proxyAddress = 1;
NetAddress getProxyAddress()
optional .alluxio.grpc.NetAddress proxyAddress = 1;
NetAddressOrBuilder getProxyAddressOrBuilder()
optional .alluxio.grpc.NetAddress proxyAddress = 1;
boolean hasStartTime()
optional int64 startTime = 2;
long getStartTime()
optional int64 startTime = 2;
boolean hasVersion()
optional .alluxio.grpc.BuildVersion version = 3;
BuildVersion getVersion()
optional .alluxio.grpc.BuildVersion version = 3;
BuildVersionOrBuilder getVersionOrBuilder()
optional .alluxio.grpc.BuildVersion version = 3;
Copyright © 2023. All Rights Reserved.