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