Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.DecodeSnapshotRequest
Packages that use DecodeSnapshotRequest
Package
Description
-
Uses of DecodeSnapshotRequest in tech.skworks.tachyon.service.contracts.snapshot
Methods in tech.skworks.tachyon.service.contracts.snapshot that return DecodeSnapshotRequestModifier and TypeMethodDescriptionDecodeSnapshotRequest.Builder.build()DecodeSnapshotRequest.Builder.buildPartial()static DecodeSnapshotRequestDecodeSnapshotRequest.getDefaultInstance()DecodeSnapshotRequest.Builder.getDefaultInstanceForType()DecodeSnapshotRequest.getDefaultInstanceForType()static DecodeSnapshotRequestDecodeSnapshotRequest.parseDelimitedFrom(InputStream input) static DecodeSnapshotRequestDecodeSnapshotRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(byte[] data) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(com.google.protobuf.ByteString data) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(InputStream input) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(ByteBuffer data) static DecodeSnapshotRequestDecodeSnapshotRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.snapshot that return types with arguments of type DecodeSnapshotRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DecodeSnapshotRequest, DecodeSnapshotResponse> SnapshotServiceGrpc.getDecodeSnapshotMethod()com.google.protobuf.Parser<DecodeSnapshotRequest> DecodeSnapshotRequest.getParserForType()static com.google.protobuf.Parser<DecodeSnapshotRequest> DecodeSnapshotRequest.parser()Methods in tech.skworks.tachyon.service.contracts.snapshot with parameters of type DecodeSnapshotRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<DecodeSnapshotResponse> MutinySnapshotServiceGrpc.MutinySnapshotServiceStub.decodeSnapshot(DecodeSnapshotRequest request) io.smallrye.mutiny.Uni<DecodeSnapshotResponse> MutinySnapshotServiceGrpc.SnapshotServiceImplBase.decodeSnapshot(DecodeSnapshotRequest request) io.smallrye.mutiny.Uni<DecodeSnapshotResponse> SnapshotService.decodeSnapshot(DecodeSnapshotRequest request) io.smallrye.mutiny.Uni<DecodeSnapshotResponse> SnapshotServiceBean.decodeSnapshot(DecodeSnapshotRequest request) io.smallrye.mutiny.Uni<DecodeSnapshotResponse> SnapshotServiceClient.decodeSnapshot(DecodeSnapshotRequest request) default voidSnapshotServiceGrpc.AsyncService.decodeSnapshot(DecodeSnapshotRequest request, io.grpc.stub.StreamObserver<DecodeSnapshotResponse> responseObserver) SnapshotServiceGrpc.SnapshotServiceBlockingStub.decodeSnapshot(DecodeSnapshotRequest request) SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub.decodeSnapshot(DecodeSnapshotRequest request) com.google.common.util.concurrent.ListenableFuture<DecodeSnapshotResponse> SnapshotServiceGrpc.SnapshotServiceFutureStub.decodeSnapshot(DecodeSnapshotRequest request) voidSnapshotServiceGrpc.SnapshotServiceStub.decodeSnapshot(DecodeSnapshotRequest request, io.grpc.stub.StreamObserver<DecodeSnapshotResponse> responseObserver) DecodeSnapshotRequest.Builder.mergeFrom(DecodeSnapshotRequest other) DecodeSnapshotRequest.newBuilder(DecodeSnapshotRequest prototype) -
Uses of DecodeSnapshotRequest in tech.skworks.tachyon.service.snapshot
Methods in tech.skworks.tachyon.service.snapshot with parameters of type DecodeSnapshotRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<DecodeSnapshotResponse> SnapshotGrpcService.decodeSnapshot(DecodeSnapshotRequest req)