Lines Matching refs:Offloader
90 Last offloader attempt at %s failed to offload %d files.
548 """Google Storage offloader interface."""
600 """Google Storage Offloader."""
767 """Fake Google Storage Offloader that only deletes directories."""
943 class Offloader(object):
972 'Offloader multiprocessing is set to:%r', multiprocessing)
1162 help='GS Offloader will only the delete the '
1172 help='Limit the offloader logs to a specified '
1262 offloader = Offloader(options)
1264 wait_for_gs_write_access(offloader.gs_uri)
1266 offloader.offload_once()
1282 @param offloader_type: Type of offloader action as string.
1301 @param offloader_type: Type of offloader action as string.