Uses of Class
tech.skworks.tachyon.service.contracts.snapshot.DecodeSnapshotResponse
Packages that use DecodeSnapshotResponse
Package
Description
-
Uses of DecodeSnapshotResponse in tech.skworks.tachyon.api.services
Methods in tech.skworks.tachyon.api.services that return types with arguments of type DecodeSnapshotResponseModifier and TypeMethodDescriptionSnapshotService.decodeSnapshot(@NotNull String snapshotId) Fetches and decodes the actual data payload of a specific snapshot from the backend. -
Uses of DecodeSnapshotResponse in tech.skworks.tachyon.plugin.internal.snapshots
Methods in tech.skworks.tachyon.plugin.internal.snapshots that return types with arguments of type DecodeSnapshotResponse -
Uses of DecodeSnapshotResponse in tech.skworks.tachyon.service.contracts.snapshot
Methods in tech.skworks.tachyon.service.contracts.snapshot that return DecodeSnapshotResponseModifier and TypeMethodDescriptionDecodeSnapshotResponse.Builder.build()DecodeSnapshotResponse.Builder.buildPartial()SnapshotServiceGrpc.SnapshotServiceBlockingStub.decodeSnapshot(DecodeSnapshotRequest request) SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub.decodeSnapshot(DecodeSnapshotRequest request) static DecodeSnapshotResponseDecodeSnapshotResponse.getDefaultInstance()DecodeSnapshotResponse.Builder.getDefaultInstanceForType()DecodeSnapshotResponse.getDefaultInstanceForType()static DecodeSnapshotResponseDecodeSnapshotResponse.parseDelimitedFrom(InputStream input) static DecodeSnapshotResponseDecodeSnapshotResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(byte[] data) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(com.google.protobuf.ByteString data) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(com.google.protobuf.CodedInputStream input) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(InputStream input) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(ByteBuffer data) static DecodeSnapshotResponseDecodeSnapshotResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.snapshot that return types with arguments of type DecodeSnapshotResponseModifier 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) com.google.common.util.concurrent.ListenableFuture<DecodeSnapshotResponse> SnapshotServiceGrpc.SnapshotServiceFutureStub.decodeSnapshot(DecodeSnapshotRequest request) static io.grpc.MethodDescriptor<DecodeSnapshotRequest, DecodeSnapshotResponse> SnapshotServiceGrpc.getDecodeSnapshotMethod()com.google.protobuf.Parser<DecodeSnapshotResponse> DecodeSnapshotResponse.getParserForType()static com.google.protobuf.Parser<DecodeSnapshotResponse> DecodeSnapshotResponse.parser()Methods in tech.skworks.tachyon.service.contracts.snapshot with parameters of type DecodeSnapshotResponseModifier and TypeMethodDescriptionDecodeSnapshotResponse.Builder.mergeFrom(DecodeSnapshotResponse other) DecodeSnapshotResponse.newBuilder(DecodeSnapshotResponse prototype) Method parameters in tech.skworks.tachyon.service.contracts.snapshot with type arguments of type DecodeSnapshotResponseModifier and TypeMethodDescriptiondefault voidSnapshotServiceGrpc.AsyncService.decodeSnapshot(DecodeSnapshotRequest request, io.grpc.stub.StreamObserver<DecodeSnapshotResponse> responseObserver) voidSnapshotServiceGrpc.SnapshotServiceStub.decodeSnapshot(DecodeSnapshotRequest request, io.grpc.stub.StreamObserver<DecodeSnapshotResponse> responseObserver) -
Uses of DecodeSnapshotResponse in tech.skworks.tachyon.service.snapshot
Methods in tech.skworks.tachyon.service.snapshot that return types with arguments of type DecodeSnapshotResponseModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<DecodeSnapshotResponse> SnapshotGrpcService.decodeSnapshot(DecodeSnapshotRequest req)