Package inference
Interface GrpcService.SystemSharedMemoryRegisterRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.SystemSharedMemoryRegisterRequest,GrpcService.SystemSharedMemoryRegisterRequest.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.SystemSharedMemoryRegisterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getName
String getName()@@ @@ .. cpp:var:: string name @@ @@ The name of the region to register. @@
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()@@ @@ .. cpp:var:: string name @@ @@ The name of the region to register. @@
string name = 1;- Returns:
- The bytes for name.
-
getKey
String getKey()@@ .. cpp:var:: string shared_memory_key @@ @@ The key of the underlying memory object that contains the @@ shared memory region. @@
string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()@@ .. cpp:var:: string shared_memory_key @@ @@ The key of the underlying memory object that contains the @@ shared memory region. @@
string key = 2;- Returns:
- The bytes for key.
-
getOffset
long getOffset()@@ .. cpp:var:: uint64 offset @@ @@ Offset, in bytes, within the underlying memory object to @@ the start of the shared memory region. @@
uint64 offset = 3;- Returns:
- The offset.
-
getByteSize
long getByteSize()@@ .. cpp:var:: uint64 byte_size @@ @@ Size of the shared memory region, in bytes. @@
uint64 byte_size = 4;- Returns:
- The byteSize.
-