C# Class Deveel.Data.Store.InMemoryStorageSystem

Inheritance: IStoreSystem
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Dispose ( bool disposing ) : void
IStoreSystem ( string name ) : IStore
IStoreSystem ( IStore store ) : bool

Method Details

CloseStore() public method

public CloseStore ( InMemoryStore store ) : bool
store InMemoryStore
return bool

CreateStore() public method

public CreateStore ( string name ) : InMemoryStore
name string
return InMemoryStore

CreateStore() public method

public CreateStore ( string name, int hashSize ) : InMemoryStore
name string
hashSize int
return InMemoryStore

DeleteStore() public method

public DeleteStore ( InMemoryStore store ) : bool
store InMemoryStore
return bool

Dispose() public method

public Dispose ( ) : void
return void

InMemoryStorageSystem() public method

public InMemoryStorageSystem ( ) : System
return System

Lock() public method

public Lock ( string lockName ) : void
lockName string
return void

OpenStore() public method

public OpenStore ( string name ) : InMemoryStore
name string
return InMemoryStore

SetCheckPoint() public method

public SetCheckPoint ( ) : void
return void

StoreExists() public method

public StoreExists ( string name ) : bool
name string
return bool

Unlock() public method

public Unlock ( string lockName ) : void
lockName string
return void