C# Class NHibernate.Lob.External.FileSystemCasConnection

Inheritance: AbstractExternalBlobConnection
Afficher le fichier Open project: sebmarkbage/calyptus.lob Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( byte contentIdentifier ) : void
Equals ( IExternalBlobConnection connection ) : bool
FileSystemCasConnection ( string storagePath ) : System
FileSystemCasConnection ( string storagePath, string hashName ) : System
GarbageCollect ( IEnumerable livingBlobIdentifiers ) : void
GetPath ( byte contentIdentifier ) : string
OpenReader ( byte contentIdentifier ) : Stream
OpenWriter ( ) : ExternalBlobWriter

Private Methods

Méthode Description
CreateFolder ( byte contentIdentifier ) : void
DeleteFolder ( byte contentIdentifier ) : void

Method Details

Delete() public méthode

public Delete ( byte contentIdentifier ) : void
contentIdentifier byte
Résultat void

Equals() public méthode

public Equals ( IExternalBlobConnection connection ) : bool
connection IExternalBlobConnection
Résultat bool

FileSystemCasConnection() public méthode

public FileSystemCasConnection ( string storagePath ) : System
storagePath string
Résultat System

FileSystemCasConnection() public méthode

public FileSystemCasConnection ( string storagePath, string hashName ) : System
storagePath string
hashName string
Résultat System

GarbageCollect() public méthode

public GarbageCollect ( IEnumerable livingBlobIdentifiers ) : void
livingBlobIdentifiers IEnumerable
Résultat void

GetPath() public méthode

public GetPath ( byte contentIdentifier ) : string
contentIdentifier byte
Résultat string

OpenReader() public méthode

public OpenReader ( byte contentIdentifier ) : Stream
contentIdentifier byte
Résultat Stream

OpenWriter() public méthode

public OpenWriter ( ) : ExternalBlobWriter
Résultat ExternalBlobWriter