C# Класс RavenFS.Controllers.SynchronizationController

Наследование: RavenController
Показать файл Открыть проект

Приватные методы

Метод Описание
Active ( ) : HttpResponseMessage
ApplyConflict ( string filename, long remoteVersion, string remoteServerId, string remoteServerUrl ) : Task
AssertConflictDetection ( string fileName, NameValueCollection localMetadata, NameValueCollection sourceMetadata, ServerInfo sourceServer, bool &isConflictResolved ) : void
CheckSynchronizedFileStatus ( Guid>.Tuple fileInfo ) : FileStatus
Confirm ( ) : Task>
Conflicts ( ) : HttpResponseMessage
Delete ( string fileName ) : HttpResponseMessage
DeleteSynchronizationReport ( string fileName, StorageActionsAccessor accessor ) : void
FinishSynchronization ( string fileName, SynchronizationReport report, ServerInfo sourceServer, System.Guid sourceFileETag ) : void
Finished ( ) : HttpResponseMessage
GetLastSynchronization ( System.Guid from, StorageActionsAccessor accessor ) : SourceSynchronizationInformation
GetLocalMetadata ( string fileName ) : NameValueCollection
GetSynchronizationReport ( string fileName ) : SynchronizationReport
IncrementLastETag ( System.Guid sourceServerId, string sourceServerUrl, System.Guid sourceFileETag ) : HttpResponseMessage
LastSynchronization ( System.Guid from ) : HttpResponseMessage
MultipartProceed ( ) : Task
Pending ( ) : HttpResponseMessage
PublishFileNotification ( string fileName, FileChangeAction action ) : void
PublishSynchronizationNotification ( string fileName, ServerInfo sourceServer, SynchronizationType type, SynchronizationAction action ) : void
Rename ( string fileName, string rename ) : HttpResponseMessage
ResolveConflict ( string fileName, ConflictResolutionStrategy strategy ) : HttpResponseMessage
SaveSynchronizationReport ( string fileName, StorageActionsAccessor accessor, SynchronizationReport report ) : void
SaveSynchronizationSourceInformation ( ServerInfo sourceServer, System.Guid lastSourceEtag, StorageActionsAccessor accessor ) : void
Start ( string fileName, string destinationServerUrl ) : Task
StartupProceed ( string fileName, StorageActionsAccessor accessor ) : void
Status ( string fileName ) : HttpResponseMessage
StrategyAsGetCurrent ( string fileName ) : void
StrategyAsGetRemote ( string fileName ) : void
ToDestinations ( bool forceSyncingAll ) : Task
UpdateMetadata ( string fileName ) : HttpResponseMessage