public interface ShardInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsShardProperties(java.lang.String key)
map<string, string> shard_properties = 8; |
int |
getExpectedReplicaNum()
uint32 expected_replica_num = 9; |
FileCacheInfo |
getFileCache()
.staros.FileCacheInfo file_cache = 6; |
FileCacheInfoOrBuilder |
getFileCacheOrBuilder()
.staros.FileCacheInfo file_cache = 6; |
FilePathInfo |
getFilePath()
.staros.FilePathInfo file_path = 5; |
FilePathInfoOrBuilder |
getFilePathOrBuilder()
.staros.FilePathInfo file_path = 5; |
long |
getGroupIds(int index)
repeated uint64 group_ids = 2; |
int |
getGroupIdsCount()
repeated uint64 group_ids = 2; |
java.util.List<java.lang.Long> |
getGroupIdsList()
repeated uint64 group_ids = 2; |
int |
getHashCode()
int32 hash_code = 10; |
ReplicaInfo |
getReplicaInfo(int index)
repeated .staros.ReplicaInfo replica_info = 7; |
int |
getReplicaInfoCount()
repeated .staros.ReplicaInfo replica_info = 7; |
java.util.List<ReplicaInfo> |
getReplicaInfoList()
repeated .staros.ReplicaInfo replica_info = 7; |
ReplicaInfoOrBuilder |
getReplicaInfoOrBuilder(int index)
repeated .staros.ReplicaInfo replica_info = 7; |
java.util.List<? extends ReplicaInfoOrBuilder> |
getReplicaInfoOrBuilderList()
repeated .staros.ReplicaInfo replica_info = 7; |
java.lang.String |
getServiceId()
string service_id = 1; |
com.google.protobuf.ByteString |
getServiceIdBytes()
string service_id = 1; |
long |
getShardId()
uint64 shard_id = 3; |
java.util.Map<java.lang.String,java.lang.String> |
getShardProperties()
Deprecated.
|
int |
getShardPropertiesCount()
map<string, string> shard_properties = 8; |
java.util.Map<java.lang.String,java.lang.String> |
getShardPropertiesMap()
map<string, string> shard_properties = 8; |
java.lang.String |
getShardPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> shard_properties = 8; |
java.lang.String |
getShardPropertiesOrThrow(java.lang.String key)
map<string, string> shard_properties = 8; |
ShardState |
getShardState()
.staros.ShardState shard_state = 4; |
int |
getShardStateValue()
.staros.ShardState shard_state = 4; |
boolean |
hasFileCache()
.staros.FileCacheInfo file_cache = 6; |
boolean |
hasFilePath()
.staros.FilePathInfo file_path = 5; |
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;java.util.List<java.lang.Long> getGroupIdsList()
repeated uint64 group_ids = 2;int getGroupIdsCount()
repeated uint64 group_ids = 2;long getGroupIds(int index)
repeated uint64 group_ids = 2;index - The index of the element to return.long getShardId()
uint64 shard_id = 3;int getShardStateValue()
.staros.ShardState shard_state = 4;ShardState getShardState()
.staros.ShardState shard_state = 4;boolean hasFilePath()
.staros.FilePathInfo file_path = 5;FilePathInfo getFilePath()
.staros.FilePathInfo file_path = 5;FilePathInfoOrBuilder getFilePathOrBuilder()
.staros.FilePathInfo file_path = 5;boolean hasFileCache()
.staros.FileCacheInfo file_cache = 6;FileCacheInfo getFileCache()
.staros.FileCacheInfo file_cache = 6;FileCacheInfoOrBuilder getFileCacheOrBuilder()
.staros.FileCacheInfo file_cache = 6;java.util.List<ReplicaInfo> getReplicaInfoList()
repeated .staros.ReplicaInfo replica_info = 7;ReplicaInfo getReplicaInfo(int index)
repeated .staros.ReplicaInfo replica_info = 7;int getReplicaInfoCount()
repeated .staros.ReplicaInfo replica_info = 7;java.util.List<? extends ReplicaInfoOrBuilder> getReplicaInfoOrBuilderList()
repeated .staros.ReplicaInfo replica_info = 7;ReplicaInfoOrBuilder getReplicaInfoOrBuilder(int index)
repeated .staros.ReplicaInfo replica_info = 7;int getShardPropertiesCount()
map<string, string> shard_properties = 8;boolean containsShardProperties(java.lang.String key)
map<string, string> shard_properties = 8;@Deprecated java.util.Map<java.lang.String,java.lang.String> getShardProperties()
getShardPropertiesMap() instead.java.util.Map<java.lang.String,java.lang.String> getShardPropertiesMap()
map<string, string> shard_properties = 8;java.lang.String getShardPropertiesOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> shard_properties = 8;java.lang.String getShardPropertiesOrThrow(java.lang.String key)
map<string, string> shard_properties = 8;int getExpectedReplicaNum()
uint32 expected_replica_num = 9;int getHashCode()
int32 hash_code = 10;Copyright © 2024. All rights reserved.