Package inference
Interface GrpcService.CudaSharedMemoryRegisterRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.CudaSharedMemoryRegisterRequest,GrpcService.CudaSharedMemoryRegisterRequest.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.CudaSharedMemoryRegisterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong@@ ..long@@ ..getName()@@ @@ ..com.google.protobuf.ByteString@@ @@ ..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 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.
-
getRawHandle
com.google.protobuf.ByteString getRawHandle()@@ .. cpp:var:: bytes raw_handle @@ @@ The raw serialized cudaIPC handle. @@
bytes raw_handle = 2;- Returns:
- The rawHandle.
-
getDeviceId
long getDeviceId()@@ .. cpp:var:: int64 device_id @@ @@ The GPU device ID on which the cudaIPC handle was created. @@
int64 device_id = 3;- Returns:
- The deviceId.
-
getByteSize
long getByteSize()@@ .. cpp:var:: uint64 byte_size @@ @@ Size of the shared memory block, in bytes. @@
uint64 byte_size = 4;- Returns:
- The byteSize.
-