public interface WorkerHeartbeatRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsWorkerProperties(java.lang.String key)
map<string, string> worker_properties = 4; |
java.lang.String |
getServiceId()
string service_id = 1; |
com.google.protobuf.ByteString |
getServiceIdBytes()
string service_id = 1; |
long |
getShardIds(int index)
repeated uint64 shard_ids = 5; |
int |
getShardIdsCount()
repeated uint64 shard_ids = 5; |
java.util.List<java.lang.Long> |
getShardIdsList()
repeated uint64 shard_ids = 5; |
ShardReportInfo |
getShardReportInfos(int index)
repeated .staros.ShardReportInfo shard_report_infos = 6; |
int |
getShardReportInfosCount()
repeated .staros.ShardReportInfo shard_report_infos = 6; |
java.util.List<ShardReportInfo> |
getShardReportInfosList()
repeated .staros.ShardReportInfo shard_report_infos = 6; |
ShardReportInfoOrBuilder |
getShardReportInfosOrBuilder(int index)
repeated .staros.ShardReportInfo shard_report_infos = 6; |
java.util.List<? extends ShardReportInfoOrBuilder> |
getShardReportInfosOrBuilderList()
repeated .staros.ShardReportInfo shard_report_infos = 6; |
long |
getStartTime()
uint64 start_time = 3; |
long |
getWorkerId()
uint64 worker_id = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getWorkerProperties()
Deprecated.
|
int |
getWorkerPropertiesCount()
map<string, string> worker_properties = 4; |
java.util.Map<java.lang.String,java.lang.String> |
getWorkerPropertiesMap()
map<string, string> worker_properties = 4; |
java.lang.String |
getWorkerPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> worker_properties = 4; |
java.lang.String |
getWorkerPropertiesOrThrow(java.lang.String key)
map<string, string> worker_properties = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceId()
string service_id = 1;com.google.protobuf.ByteString getServiceIdBytes()
string service_id = 1;long getWorkerId()
uint64 worker_id = 2;long getStartTime()
uint64 start_time = 3;int getWorkerPropertiesCount()
map<string, string> worker_properties = 4;boolean containsWorkerProperties(java.lang.String key)
map<string, string> worker_properties = 4;@Deprecated java.util.Map<java.lang.String,java.lang.String> getWorkerProperties()
getWorkerPropertiesMap() instead.java.util.Map<java.lang.String,java.lang.String> getWorkerPropertiesMap()
map<string, string> worker_properties = 4;java.lang.String getWorkerPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> worker_properties = 4;java.lang.String getWorkerPropertiesOrThrow(java.lang.String key)
map<string, string> worker_properties = 4;java.util.List<java.lang.Long> getShardIdsList()
repeated uint64 shard_ids = 5;int getShardIdsCount()
repeated uint64 shard_ids = 5;long getShardIds(int index)
repeated uint64 shard_ids = 5;index - The index of the element to return.java.util.List<ShardReportInfo> getShardReportInfosList()
repeated .staros.ShardReportInfo shard_report_infos = 6;ShardReportInfo getShardReportInfos(int index)
repeated .staros.ShardReportInfo shard_report_infos = 6;int getShardReportInfosCount()
repeated .staros.ShardReportInfo shard_report_infos = 6;java.util.List<? extends ShardReportInfoOrBuilder> getShardReportInfosOrBuilderList()
repeated .staros.ShardReportInfo shard_report_infos = 6;ShardReportInfoOrBuilder getShardReportInfosOrBuilder(int index)
repeated .staros.ShardReportInfo shard_report_infos = 6;Copyright © 2024. All rights reserved.