Searched refs:retry_config_ (Results 1 – 5 of 5) sorted by relevance
39 retry_config_(retry_config) {} in RetryingFileSystem()58 retry_config_); in FileExists()66 retry_config_); in GetChildren()75 retry_config_); in GetMatchingPaths()81 retry_config_); in Stat()87 retry_config_); in DeleteFile()93 retry_config_); in CreateDir()99 retry_config_); in DeleteDir()107 retry_config_); in GetFileSize()115 retry_config_); in RenameFile()[all …]
34 retry_config_(config) {} in ComputeEngineMetadataClient()47 return RetryingUtils::CallWithRetries(get_metadata_from_gce, retry_config_); in GetMetadata()
59 const RetryConfig retry_config_; variable
348 retry_config_(retry_config) { in GcsWritableFile()372 retry_config_(retry_config) { in GcsWritableFile()461 retry_config_); in SyncImpl()606 RetryConfig retry_config_; member in tensorflow::__anon7adb83a40111::GcsWritableFile826 retry_config_(retry_config), in GcsFileSystem()961 retry_config_)); in NewWritableFile()1001 [this, fname]() { ClearFileCaches(fname); }, retry_config_)); in NewAppendableFile()1561 [this, &src]() { return DeleteFile(src); }, retry_config_); in RenameObject()1617 [this, &full_path]() { return DeleteFile(full_path); }, retry_config_); in DeleteRecursively()
335 RetryConfig retry_config_; variable