public interface LocalRepoTransport extends RepoTransport, ContextWithLocalRepoManager
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getFileInProgressPaths(UUID fromRepository,
UUID toRepository) |
void |
markFileInProgress(UUID fromRepository,
UUID toRepository,
String path,
boolean inProgress)
Before transferring a file, mark it to be 'inProgress' for this specific from-to connection.
|
beginPutFile, close, copy, delete, endPutFile, endSyncFromRepository, endSyncToRepository, getChangeSetDto, getClientRepositoryDto, getClientRepositoryId, getFileData, getPathPrefix, getPublicKey, getRemoteRoot, getRemoteRootWithoutPathPrefix, getRepoFileDto, getRepositoryDto, getRepositoryId, getRepoTransportFactory, getVersionInfoDto, makeDirectory, makeSymlink, move, prefixPath, prepareForChangeSetDto, putFileData, putParentConfigPropSetDto, requestRepoConnection, setClientRepositoryId, setRemoteRoot, setRepoTransportFactory, unprefixPathgetLocalRepoManagervoid markFileInProgress(UUID fromRepository, UUID toRepository, String path, boolean inProgress)
inProgress - True will set the marker, false will remove it.Set<String> getFileInProgressPaths(UUID fromRepository, UUID toRepository)
Copyright © 2013–2019. All rights reserved.