Package inference
Interface GrpcService.SystemSharedMemoryStatusResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.SystemSharedMemoryStatusResponse,GrpcService.SystemSharedMemoryStatusResponse.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.SystemSharedMemoryStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsRegions(String key) @@ @@ ..Deprecated.int@@ @@ ..@@ @@ ..getRegionsOrDefault(String key, GrpcService.SystemSharedMemoryStatusResponse.RegionStatus defaultValue) @@ @@ ..getRegionsOrThrow(String key) @@ @@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRegionsCount
int getRegionsCount()@@ @@ .. cpp:var:: map<string,RegionStatus> regions @@ @@ Status for each of the registered regions, indexed by @@ region name. @@
map<string, .inference.SystemSharedMemoryStatusResponse.RegionStatus> regions = 1; -
containsRegions
@@ @@ .. cpp:var:: map<string,RegionStatus> regions @@ @@ Status for each of the registered regions, indexed by @@ region name. @@
map<string, .inference.SystemSharedMemoryStatusResponse.RegionStatus> regions = 1; -
getRegions
Deprecated.UsegetRegionsMap()instead. -
getRegionsMap
Map<String,GrpcService.SystemSharedMemoryStatusResponse.RegionStatus> getRegionsMap()@@ @@ .. cpp:var:: map<string,RegionStatus> regions @@ @@ Status for each of the registered regions, indexed by @@ region name. @@
map<string, .inference.SystemSharedMemoryStatusResponse.RegionStatus> regions = 1; -
getRegionsOrThrow
@@ @@ .. cpp:var:: map<string,RegionStatus> regions @@ @@ Status for each of the registered regions, indexed by @@ region name. @@
map<string, .inference.SystemSharedMemoryStatusResponse.RegionStatus> regions = 1;
-