CasOptions

public class CasOptions
extends Object

java.lang.Object
com.google.android.tradefed.util.cas.CasOptions


CAS ダウンローダー クライアントのホスト全体の構成オプション。

概要

定数

String TYPE_NAME

パブリック コンストラクタ

CasOptions()

パブリック メソッド

long getBatchReadBlobsTimeoutInSeconds()
long getBatchUpdateBlobsTimeoutInSeconds()
long getCapabilitiesTimeoutInSeconds()
File getCasCacheDir()
long getCasConcurrency()
long getDownloadTimeoutMs()
long getMaxCacheSize()
long getMemoryLimitMiB()
long getRPCTimeoutInSeconds()
long getTreeTimeoutInSeconds()
boolean isForceDisabled()
boolean isForceDisabledFuseMount()

定数

TYPE_NAME

public static final String TYPE_NAME

定数値: "cas-downloader"

パブリック コンストラクタ

CasOptions

public CasOptions ()

パブリック メソッド

getBatchReadBlobsTimeoutInSeconds

public long getBatchReadBlobsTimeoutInSeconds ()

戻り値
long

getBatchUpdateBlobsTimeoutInSeconds

public long getBatchUpdateBlobsTimeoutInSeconds ()

戻り値
long

getCapabilitiesTimeoutInSeconds

public long getCapabilitiesTimeoutInSeconds ()

戻り値
long

getCasCacheDir

public File getCasCacheDir ()

戻り値
File

getCasConcurrency

public long getCasConcurrency ()

戻り値
long

getDownloadTimeoutMs

public long getDownloadTimeoutMs ()

戻り値
long

getMaxCacheSize

public long getMaxCacheSize ()

戻り値
long

getMemoryLimitMiB

public long getMemoryLimitMiB ()

戻り値
long

getRPCTimeoutInSeconds

public long getRPCTimeoutInSeconds ()

戻り値
long

getTreeTimeoutInSeconds

public long getTreeTimeoutInSeconds ()

戻り値
long

isForceDisabled

public boolean isForceDisabled ()

戻り値
boolean

isForceDisabledFuseMount

public boolean isForceDisabledFuseMount ()

戻り値
boolean