C# Class RavenFS.Synchronization.ContentUpdateWorkItem

Inheritance: SynchronizationWorkItem
Datei anzeigen Open project: hibernating-rhinos/RavenFS Class Usage Examples

Private Properties

Property Type Description
GetLocalFileDataInfo DataInfo
IsRemoteRdcCompatible bool
PushByUsingMultipartRequest Task
SynchronizeTo Task
UploadToAsync Task

Public Methods

Method Description
Cancel ( ) : void
ContentUpdateWorkItem ( string file, string sourceServerUrl, TransactionalStorage storage, SigGenerator sigGenerator ) : System
Equals ( ContentUpdateWorkItem other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PerformAsync ( string destination ) : Task
ToString ( ) : string

Private Methods

Method Description
GetLocalFileDataInfo ( string fileName ) : DataInfo
IsRemoteRdcCompatible ( RdcStats destinationServerRdcStats ) : bool
PushByUsingMultipartRequest ( string destinationServerUrl, Stream sourceFileStream, IList needList ) : Task
SynchronizeTo ( string destinationServerUrl, ISignatureRepository localSignatureRepository, ISignatureRepository remoteSignatureRepository, SignatureManifest sourceSignatureManifest, SignatureManifest destinationSignatureManifest ) : Task
UploadToAsync ( string destinationServerUrl ) : Task

Method Details

Cancel() public method

public Cancel ( ) : void
return void

ContentUpdateWorkItem() public method

public ContentUpdateWorkItem ( string file, string sourceServerUrl, TransactionalStorage storage, SigGenerator sigGenerator ) : System
file string
sourceServerUrl string
storage RavenFS.Storage.TransactionalStorage
sigGenerator RavenFS.Synchronization.Rdc.Wrapper.SigGenerator
return System

Equals() public method

public Equals ( ContentUpdateWorkItem other ) : bool
other ContentUpdateWorkItem
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PerformAsync() public method

public PerformAsync ( string destination ) : Task
destination string
return Task

ToString() public method

public ToString ( ) : string
return string