Uses of Class
inference.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder
Packages that use GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder
-
Uses of GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder in inference
Methods in inference that return GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.BuilderModifier and TypeMethodDescriptionGrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clear()GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clearByteSize()@@ .. cpp:var:: uint64 byte_size @@ @@ Size of the shared memory region, in bytes.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clearKey()@@ .. cpp:var:: string shared_memory_key @@ @@ The key of the underlying memory object that contains the @@ shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clearName()@@ @@ .. cpp:var:: string name @@ @@ The name for the shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clearOffset()@@ .. cpp:var:: uint64 offset @@ @@ Offset, in bytes, within the underlying memory object to @@ the start of the shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.clone()GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.mergeFrom(com.google.protobuf.Message other) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.mergeFrom(GrpcService.SystemSharedMemoryStatusResponse.RegionStatus other) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.newBuilder()GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.newBuilder(GrpcService.SystemSharedMemoryStatusResponse.RegionStatus prototype) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.newBuilderForType()GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcService.SystemSharedMemoryStatusResponse.Builder.putRegionsBuilderIfAbsent(String key) @@ @@ .. cpp:var:: map<string,RegionStatus> regions @@ @@ Status for each of the registered regions, indexed by @@ region name.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setByteSize(long value) @@ .. cpp:var:: uint64 byte_size @@ @@ Size of the shared memory region, in bytes.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) @@ .. cpp:var:: string shared_memory_key @@ @@ The key of the underlying memory object that contains the @@ shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setKeyBytes(com.google.protobuf.ByteString value) @@ .. cpp:var:: string shared_memory_key @@ @@ The key of the underlying memory object that contains the @@ shared memory region.@@ @@ .. cpp:var:: string name @@ @@ The name for the shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setNameBytes(com.google.protobuf.ByteString value) @@ @@ .. cpp:var:: string name @@ @@ The name for the shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setOffset(long value) @@ .. cpp:var:: uint64 offset @@ @@ Offset, in bytes, within the underlying memory object to @@ the start of the shared memory region.GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.SystemSharedMemoryStatusResponse.RegionStatus.toBuilder()