C# 클래스 Deveel.Data.Store.Journaled.JournaledFileStore

상속: StoreBase
파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
Delete ( ) : void
Exists ( ) : bool
Lock ( ) : void
Unlock ( ) : void

보호된 메소드들

메소드 설명
CloseStore ( ) : void
OpenStore ( bool readOnly ) : void
Read ( long offset, byte buffer, int index, int length ) : int
SetDataAreaSize ( long length ) : void
Write ( long offset, byte buffer, int index, int length ) : void

비공개 메소드들

메소드 설명
JournaledFileStore ( string resourceName, LoggingBufferManager bufferManager, bool readOnly ) : System

메소드 상세

CloseStore() 보호된 메소드

protected CloseStore ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Exists() 공개 메소드

public Exists ( ) : bool
리턴 bool

Lock() 공개 메소드

public Lock ( ) : void
리턴 void

OpenStore() 보호된 메소드

protected OpenStore ( bool readOnly ) : void
readOnly bool
리턴 void

Read() 보호된 메소드

protected Read ( long offset, byte buffer, int index, int length ) : int
offset long
buffer byte
index int
length int
리턴 int

SetDataAreaSize() 보호된 메소드

protected SetDataAreaSize ( long length ) : void
length long
리턴 void

Unlock() 공개 메소드

public Unlock ( ) : void
리턴 void

Write() 보호된 메소드

protected Write ( long offset, byte buffer, int index, int length ) : void
offset long
buffer byte
index int
length int
리턴 void