C# 클래스 Deveel.Data.Store.InMemoryStorageSystem

상속: IStoreSystem
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
CloseStore ( InMemoryStore store ) : bool
CreateStore ( string name ) : InMemoryStore
CreateStore ( string name, int hashSize ) : InMemoryStore
DeleteStore ( InMemoryStore store ) : bool
Dispose ( ) : void
InMemoryStorageSystem ( ) : System
Lock ( string lockName ) : void
OpenStore ( string name ) : InMemoryStore
SetCheckPoint ( ) : void
StoreExists ( string name ) : bool
Unlock ( string lockName ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
IStoreSystem ( string name ) : IStore
IStoreSystem ( IStore store ) : bool

메소드 상세

CloseStore() 공개 메소드

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

CreateStore() 공개 메소드

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

CreateStore() 공개 메소드

public CreateStore ( string name, int hashSize ) : InMemoryStore
name string
hashSize int
리턴 InMemoryStore

DeleteStore() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InMemoryStorageSystem() 공개 메소드

public InMemoryStorageSystem ( ) : System
리턴 System

Lock() 공개 메소드

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

OpenStore() 공개 메소드

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

SetCheckPoint() 공개 메소드

public SetCheckPoint ( ) : void
리턴 void

StoreExists() 공개 메소드

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

Unlock() 공개 메소드

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