C# Class ZeroInstall.Store.Implementations.OptimiseRun

Manages state during a single IStore.Optimise run.
Inheritance: IDisposable
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Свойство Type Description
SavedBytes long

Méthodes publiques

Méthode Description
Dispose ( ) : void
OptimiseRun ( string storePath ) : System

Creates a new optimise run.

Work ( ManifestDigest manifestDigest ) : void

Executes the work-step for a single implementation.

Private Methods

Méthode Description
JoinWithHardlink ( StoreFile file1, StoreFile file2 ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OptimiseRun() public méthode

Creates a new optimise run.
public OptimiseRun ( string storePath ) : System
storePath string The .
Résultat System

Work() public méthode

Executes the work-step for a single implementation.
public Work ( ManifestDigest manifestDigest ) : void
manifestDigest ManifestDigest
Résultat void

Property Details

SavedBytes public_oe property

The number of bytes saved by deduplication.
public long SavedBytes
Résultat long