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

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

Private Properties

프로퍼티 타입 설명
Configure void
CreateFileStore JournaledFileStore
Dispose void
GetFileLockName string

공개 메소드들

메소드 설명
CloseStore ( IStore store ) : bool
CreateStore ( string name ) : IStore
DeleteStore ( IStore store ) : bool
Dispose ( ) : void
JournaledStoreSystem ( IDatabaseContext context ) : System
Lock ( string lockName ) : void
OpenStore ( string name ) : IStore
SetCheckPoint ( ) : void
StoreExists ( string name ) : bool
Unlock ( string lockName ) : void

비공개 메소드들

메소드 설명
Configure ( ) : void
CreateFileStore ( string resourceName ) : JournaledFileStore
Dispose ( bool disposing ) : void
GetFileLockName ( string resourceName ) : string

메소드 상세

CloseStore() 공개 메소드

public CloseStore ( IStore store ) : bool
store IStore
리턴 bool

CreateStore() 공개 메소드

public CreateStore ( string name ) : IStore
name string
리턴 IStore

DeleteStore() 공개 메소드

public DeleteStore ( IStore store ) : bool
store IStore
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

JournaledStoreSystem() 공개 메소드

public JournaledStoreSystem ( IDatabaseContext context ) : System
context IDatabaseContext
리턴 System

Lock() 공개 메소드

public Lock ( string lockName ) : void
lockName string
리턴 void

OpenStore() 공개 메소드

public OpenStore ( string name ) : IStore
name string
리턴 IStore

SetCheckPoint() 공개 메소드

public SetCheckPoint ( ) : void
리턴 void

StoreExists() 공개 메소드

public StoreExists ( string name ) : bool
name string
리턴 bool

Unlock() 공개 메소드

public Unlock ( string lockName ) : void
lockName string
리턴 void