public static final class ArtifactStagingServiceGrpc.ArtifactStagingServiceFutureStub extends io.grpc.stub.AbstractStub<ArtifactStagingServiceGrpc.ArtifactStagingServiceFutureStub>
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.ArtifactStagingServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ArtifactApi.CommitManifestResponse> |
commitManifest(ArtifactApi.CommitManifestRequest request)
Commit the manifest for a Job.
|
protected ArtifactStagingServiceGrpc.ArtifactStagingServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ArtifactStagingServiceGrpc.ArtifactStagingServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<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.