ByteStreamDownloader

public class ByteStreamDownloader
extends Object

java.lang.Object
   ↳ com.android.tradefed.cache.remote.ByteStreamDownloader


Một ứng dụng triển khai phương thức Read của dịch vụ gRPC ByteStream.

Tóm tắt

Hàm khởi tạo công khai

ByteStreamDownloader(String instanceName, Channel channel, CallCredentials callCredentials, Duration callTimeout)

Phương thức công khai

ListenableFuture<Void> downloadBlob(Digest digest, OutputStream out)

Tải BLOB xuống bằng dịch vụ ByteStream từ xa.

Hàm khởi tạo công khai

ByteStreamDownloader

public ByteStreamDownloader (String instanceName, 
                Channel channel, 
                CallCredentials callCredentials, 
                Duration callTimeout)

Tham số
instanceName String

channel Channel

callCredentials CallCredentials

callTimeout Duration

Phương thức công khai

downloadBlob

public ListenableFuture<Void> downloadBlob (Digest digest, 
                OutputStream out)

Tải BLOB xuống bằng dịch vụ ByteStream từ xa.

Tham số
digest Digest: chuỗi đại diện của BLOB cần tải xuống.

out OutputStream: ERROR(/OutputStream) nơi tải BLOB xuống.

Giá trị trả về
ListenableFuture<Void>