C# 클래스 NHibernate.Lob.External.FileSystemCasConnection

상속: AbstractExternalBlobConnection
파일 보기 프로젝트 열기: sebmarkbage/calyptus.lob 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateFolder ( byte contentIdentifier ) : void
DeleteFolder ( byte contentIdentifier ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( byte contentIdentifier ) : void
contentIdentifier byte
리턴 void

Equals() 공개 메소드

public Equals ( IExternalBlobConnection connection ) : bool
connection IExternalBlobConnection
리턴 bool

FileSystemCasConnection() 공개 메소드

public FileSystemCasConnection ( string storagePath ) : System
storagePath string
리턴 System

FileSystemCasConnection() 공개 메소드

public FileSystemCasConnection ( string storagePath, string hashName ) : System
storagePath string
hashName string
리턴 System

GarbageCollect() 공개 메소드

public GarbageCollect ( IEnumerable livingBlobIdentifiers ) : void
livingBlobIdentifiers IEnumerable
리턴 void

GetPath() 공개 메소드

public GetPath ( byte contentIdentifier ) : string
contentIdentifier byte
리턴 string

OpenReader() 공개 메소드

public OpenReader ( byte contentIdentifier ) : Stream
contentIdentifier byte
리턴 Stream

OpenWriter() 공개 메소드

public OpenWriter ( ) : ExternalBlobWriter
리턴 ExternalBlobWriter