Uses of Class
inference.GrpcService.SystemSharedMemoryStatusRequest
Packages that use GrpcService.SystemSharedMemoryStatusRequest
-
Uses of GrpcService.SystemSharedMemoryStatusRequest in inference
Methods in inference that return GrpcService.SystemSharedMemoryStatusRequestModifier and TypeMethodDescriptionGrpcService.SystemSharedMemoryStatusRequest.Builder.build()GrpcService.SystemSharedMemoryStatusRequest.Builder.buildPartial()GrpcService.SystemSharedMemoryStatusRequest.getDefaultInstance()GrpcService.SystemSharedMemoryStatusRequest.Builder.getDefaultInstanceForType()GrpcService.SystemSharedMemoryStatusRequest.getDefaultInstanceForType()GrpcService.SystemSharedMemoryStatusRequest.parseDelimitedFrom(InputStream input) GrpcService.SystemSharedMemoryStatusRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(byte[] data) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(com.google.protobuf.ByteString data) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(InputStream input) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(ByteBuffer data) GrpcService.SystemSharedMemoryStatusRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.SystemSharedMemoryStatusRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcService.SystemSharedMemoryStatusRequest> GrpcService.SystemSharedMemoryStatusRequest.getParserForType()static io.grpc.MethodDescriptor<GrpcService.SystemSharedMemoryStatusRequest, GrpcService.SystemSharedMemoryStatusResponse> GRPCInferenceServiceGrpc.getSystemSharedMemoryStatusMethod()static com.google.protobuf.Parser<GrpcService.SystemSharedMemoryStatusRequest> GrpcService.SystemSharedMemoryStatusRequest.parser()Methods in inference with parameters of type GrpcService.SystemSharedMemoryStatusRequestModifier and TypeMethodDescriptionGrpcService.SystemSharedMemoryStatusRequest.Builder.mergeFrom(GrpcService.SystemSharedMemoryStatusRequest other) GrpcService.SystemSharedMemoryStatusRequest.newBuilder(GrpcService.SystemSharedMemoryStatusRequest prototype) default voidGRPCInferenceServiceGrpc.AsyncService.systemSharedMemoryStatus(GrpcService.SystemSharedMemoryStatusRequest request, io.grpc.stub.StreamObserver<GrpcService.SystemSharedMemoryStatusResponse> responseObserver) @@ .. cpp:var:: rpc SystemSharedMemoryStatus( @@ SystemSharedMemoryStatusRequest) @@ returns (SystemSharedMemoryStatusRespose) @@ @@ Get the status of all registered system-shared-memory regions.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.systemSharedMemoryStatus(GrpcService.SystemSharedMemoryStatusRequest request) @@ .. cpp:var:: rpc SystemSharedMemoryStatus( @@ SystemSharedMemoryStatusRequest) @@ returns (SystemSharedMemoryStatusRespose) @@ @@ Get the status of all registered system-shared-memory regions.com.google.common.util.concurrent.ListenableFuture<GrpcService.SystemSharedMemoryStatusResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.systemSharedMemoryStatus(GrpcService.SystemSharedMemoryStatusRequest request) @@ .. cpp:var:: rpc SystemSharedMemoryStatus( @@ SystemSharedMemoryStatusRequest) @@ returns (SystemSharedMemoryStatusRespose) @@ @@ Get the status of all registered system-shared-memory regions.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.systemSharedMemoryStatus(GrpcService.SystemSharedMemoryStatusRequest request, io.grpc.stub.StreamObserver<GrpcService.SystemSharedMemoryStatusResponse> responseObserver) @@ .. cpp:var:: rpc SystemSharedMemoryStatus( @@ SystemSharedMemoryStatusRequest) @@ returns (SystemSharedMemoryStatusRespose) @@ @@ Get the status of all registered system-shared-memory regions.