public interface ResourceGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsNumIncomingNode(String key)
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6; |
boolean |
containsNumLoadedReplica(String key)
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4; |
boolean |
containsNumOutgoingNode(String key)
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5; |
int |
getCapacity()
int32 capacity = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
int |
getNumAvailableNode()
int32 num_available_node = 3; |
Map<String,Integer> |
getNumIncomingNode()
已过时。
|
int |
getNumIncomingNodeCount()
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6; |
Map<String,Integer> |
getNumIncomingNodeMap()
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6; |
int |
getNumIncomingNodeOrDefault(String key,
int defaultValue)
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6; |
int |
getNumIncomingNodeOrThrow(String key)
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6; |
Map<String,Integer> |
getNumLoadedReplica()
已过时。
|
int |
getNumLoadedReplicaCount()
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4; |
Map<String,Integer> |
getNumLoadedReplicaMap()
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4; |
int |
getNumLoadedReplicaOrDefault(String key,
int defaultValue)
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4; |
int |
getNumLoadedReplicaOrThrow(String key)
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4; |
Map<String,Integer> |
getNumOutgoingNode()
已过时。
|
int |
getNumOutgoingNodeCount()
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5; |
Map<String,Integer> |
getNumOutgoingNodeMap()
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5; |
int |
getNumOutgoingNodeOrDefault(String key,
int defaultValue)
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5; |
int |
getNumOutgoingNodeOrThrow(String key)
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5; |
String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;int getCapacity()
int32 capacity = 2;int getNumAvailableNode()
int32 num_available_node = 3;int getNumLoadedReplicaCount()
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4;boolean containsNumLoadedReplica(String key)
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4;@Deprecated Map<String,Integer> getNumLoadedReplica()
getNumLoadedReplicaMap() instead.Map<String,Integer> getNumLoadedReplicaMap()
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4;int getNumLoadedReplicaOrDefault(String key, int defaultValue)
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4;int getNumLoadedReplicaOrThrow(String key)
collection name -> loaded replica num
map<string, int32> num_loaded_replica = 4;int getNumOutgoingNodeCount()
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5;boolean containsNumOutgoingNode(String key)
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5;@Deprecated Map<String,Integer> getNumOutgoingNode()
getNumOutgoingNodeMap() instead.Map<String,Integer> getNumOutgoingNodeMap()
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5;int getNumOutgoingNodeOrDefault(String key, int defaultValue)
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5;int getNumOutgoingNodeOrThrow(String key)
collection name -> accessed other rg's node num
map<string, int32> num_outgoing_node = 5;int getNumIncomingNodeCount()
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6;boolean containsNumIncomingNode(String key)
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6;@Deprecated Map<String,Integer> getNumIncomingNode()
getNumIncomingNodeMap() instead.Map<String,Integer> getNumIncomingNodeMap()
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6;int getNumIncomingNodeOrDefault(String key, int defaultValue)
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6;int getNumIncomingNodeOrThrow(String key)
collection name -> be accessed node num by other rg
map<string, int32> num_incoming_node = 6;Copyright © 2023. All rights reserved.