Uses of Class
inference.GrpcService.SystemSharedMemoryRegisterRequest
Packages that use GrpcService.SystemSharedMemoryRegisterRequest
-
Uses of GrpcService.SystemSharedMemoryRegisterRequest in inference
Methods in inference that return GrpcService.SystemSharedMemoryRegisterRequestModifier and TypeMethodDescriptionGrpcService.SystemSharedMemoryRegisterRequest.Builder.build()GrpcService.SystemSharedMemoryRegisterRequest.Builder.buildPartial()GrpcService.SystemSharedMemoryRegisterRequest.getDefaultInstance()GrpcService.SystemSharedMemoryRegisterRequest.Builder.getDefaultInstanceForType()GrpcService.SystemSharedMemoryRegisterRequest.getDefaultInstanceForType()GrpcService.SystemSharedMemoryRegisterRequest.parseDelimitedFrom(InputStream input) GrpcService.SystemSharedMemoryRegisterRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(byte[] data) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(com.google.protobuf.ByteString data) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(InputStream input) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(ByteBuffer data) GrpcService.SystemSharedMemoryRegisterRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.SystemSharedMemoryRegisterRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcService.SystemSharedMemoryRegisterRequest> GrpcService.SystemSharedMemoryRegisterRequest.getParserForType()static io.grpc.MethodDescriptor<GrpcService.SystemSharedMemoryRegisterRequest, GrpcService.SystemSharedMemoryRegisterResponse> GRPCInferenceServiceGrpc.getSystemSharedMemoryRegisterMethod()static com.google.protobuf.Parser<GrpcService.SystemSharedMemoryRegisterRequest> GrpcService.SystemSharedMemoryRegisterRequest.parser()Methods in inference with parameters of type GrpcService.SystemSharedMemoryRegisterRequestModifier and TypeMethodDescriptionGrpcService.SystemSharedMemoryRegisterRequest.Builder.mergeFrom(GrpcService.SystemSharedMemoryRegisterRequest other) GrpcService.SystemSharedMemoryRegisterRequest.newBuilder(GrpcService.SystemSharedMemoryRegisterRequest prototype) default voidGRPCInferenceServiceGrpc.AsyncService.systemSharedMemoryRegister(GrpcService.SystemSharedMemoryRegisterRequest request, io.grpc.stub.StreamObserver<GrpcService.SystemSharedMemoryRegisterResponse> responseObserver) @@ .. cpp:var:: rpc SystemSharedMemoryRegister( @@ SystemSharedMemoryRegisterRequest) @@ returns (SystemSharedMemoryRegisterResponse) @@ @@ Register a system-shared-memory region.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.systemSharedMemoryRegister(GrpcService.SystemSharedMemoryRegisterRequest request) @@ .. cpp:var:: rpc SystemSharedMemoryRegister( @@ SystemSharedMemoryRegisterRequest) @@ returns (SystemSharedMemoryRegisterResponse) @@ @@ Register a system-shared-memory region.com.google.common.util.concurrent.ListenableFuture<GrpcService.SystemSharedMemoryRegisterResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.systemSharedMemoryRegister(GrpcService.SystemSharedMemoryRegisterRequest request) @@ .. cpp:var:: rpc SystemSharedMemoryRegister( @@ SystemSharedMemoryRegisterRequest) @@ returns (SystemSharedMemoryRegisterResponse) @@ @@ Register a system-shared-memory region.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.systemSharedMemoryRegister(GrpcService.SystemSharedMemoryRegisterRequest request, io.grpc.stub.StreamObserver<GrpcService.SystemSharedMemoryRegisterResponse> responseObserver) @@ .. cpp:var:: rpc SystemSharedMemoryRegister( @@ SystemSharedMemoryRegisterRequest) @@ returns (SystemSharedMemoryRegisterResponse) @@ @@ Register a system-shared-memory region.