Package inference
Interface GrpcService.CudaSharedMemoryStatusResponse.RegionStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.CudaSharedMemoryStatusResponse.RegionStatus,GrpcService.CudaSharedMemoryStatusResponse.RegionStatus.Builder
- Enclosing class:
GrpcService.CudaSharedMemoryStatusResponse
public static interface GrpcService.CudaSharedMemoryStatusResponse.RegionStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong@@ ..long@@ ..getName()@@ @@ ..com.google.protobuf.ByteString@@ @@ ..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 for the shared memory region. @@
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()@@ @@ .. cpp:var:: string name @@ @@ The name for the shared memory region. @@
string name = 1;- Returns:
- The bytes for name.
-
getDeviceId
long getDeviceId()@@ .. cpp:var:: uin64 device_id @@ @@ The GPU device ID where the cudaIPC handle was created. @@
uint64 device_id = 2;- Returns:
- The deviceId.
-
getByteSize
long getByteSize()@@ .. cpp:var:: uint64 byte_size @@ @@ Size of the shared memory region, in bytes. @@
uint64 byte_size = 3;- Returns:
- The byteSize.
-