public static final class ArtifactStagingServiceGrpc.ArtifactStagingServiceBlockingStub extends io.grpc.stub.AbstractStub<ArtifactStagingServiceGrpc.ArtifactStagingServiceBlockingStub>
A service to stage artifacts for use in a Job. RPCs made to an ArtifactStagingService endpoint should include some form of identification for the job as a header.
| Modifier and Type | Method and Description |
|---|---|
protected ArtifactStagingServiceGrpc.ArtifactStagingServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ArtifactApi.CommitManifestResponse |
commitManifest(ArtifactApi.CommitManifestRequest request)
Commit the manifest for a Job.
|
protected ArtifactStagingServiceGrpc.ArtifactStagingServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ArtifactStagingServiceGrpc.ArtifactStagingServiceBlockingStub>public ArtifactApi.CommitManifestResponse commitManifest(ArtifactApi.CommitManifestRequest request)
Commit the manifest for a Job. All artifacts must have been successfully uploaded before this call is made. Throws error INVALID_ARGUMENT if not all of the members of the manifest are present
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.