Uses of Class
tech.skworks.tachyon.service.contracts.system.PingRequest
Packages that use PingRequest
Package
Description
-
Uses of PingRequest in tech.skworks.tachyon.service.contracts.system
Methods in tech.skworks.tachyon.service.contracts.system that return PingRequestModifier and TypeMethodDescriptionPingRequest.Builder.build()PingRequest.Builder.buildPartial()static PingRequestPingRequest.getDefaultInstance()PingRequest.Builder.getDefaultInstanceForType()PingRequest.getDefaultInstanceForType()static PingRequestPingRequest.parseDelimitedFrom(InputStream input) static PingRequestPingRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestPingRequest.parseFrom(byte[] data) static PingRequestPingRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestPingRequest.parseFrom(com.google.protobuf.ByteString data) static PingRequestPingRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestPingRequest.parseFrom(com.google.protobuf.CodedInputStream input) static PingRequestPingRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestPingRequest.parseFrom(InputStream input) static PingRequestPingRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestPingRequest.parseFrom(ByteBuffer data) static PingRequestPingRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.system that return types with arguments of type PingRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PingRequest> PingRequest.getParserForType()static io.grpc.MethodDescriptor<PingRequest, PingResponse> SystemGrpc.getPingMethod()static com.google.protobuf.Parser<PingRequest> PingRequest.parser()Methods in tech.skworks.tachyon.service.contracts.system with parameters of type PingRequestModifier and TypeMethodDescriptionPingRequest.Builder.mergeFrom(PingRequest other) static PingRequest.BuilderPingRequest.newBuilder(PingRequest prototype) io.smallrye.mutiny.Uni<PingResponse> MutinySystemGrpc.MutinySystemStub.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> MutinySystemGrpc.SystemImplBase.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> System.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> SystemBean.ping(PingRequest request) io.smallrye.mutiny.Uni<PingResponse> SystemClient.ping(PingRequest request) default voidSystemGrpc.AsyncService.ping(PingRequest request, io.grpc.stub.StreamObserver<PingResponse> responseObserver) SystemGrpc.SystemBlockingStub.ping(PingRequest request) SystemGrpc.SystemBlockingV2Stub.ping(PingRequest request) com.google.common.util.concurrent.ListenableFuture<PingResponse> SystemGrpc.SystemFutureStub.ping(PingRequest request) voidSystemGrpc.SystemStub.ping(PingRequest request, io.grpc.stub.StreamObserver<PingResponse> responseObserver) -
Uses of PingRequest in tech.skworks.tachyon.service.infra
Methods in tech.skworks.tachyon.service.infra with parameters of type PingRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<PingResponse> SystemGrpcService.ping(PingRequest request)