C# Class Deveel.Data.TableStateStore

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

Public Methods

Method Description
AddDeleteResource ( TableState resource ) : void
AddVisibleResource ( TableState resource ) : void
ContainsVisibleResource ( int tableId ) : bool
Create ( ) : long
Dispose ( ) : void
Flush ( ) : void
GetDeleteList ( ) : IEnumerable
GetVisibleList ( ) : IEnumerable
NextTableId ( ) : int
Open ( long offset ) : void
RemoveDeleteResource ( string name ) : void
RemoveVisibleResource ( string name ) : void
TableStateStore ( IStore store ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void
ReadStateResourceList ( IList list, long pointer ) : void
RemoveState ( IList list, String name ) : void
SerializeResources ( IEnumerable list ) : byte[]
WriteListToStore ( IEnumerable list ) : long

Method Details

AddDeleteResource() public method

public AddDeleteResource ( TableState resource ) : void
resource TableState
return void

AddVisibleResource() public method

public AddVisibleResource ( TableState resource ) : void
resource TableState
return void

ContainsVisibleResource() public method

public ContainsVisibleResource ( int tableId ) : bool
tableId int
return bool

Create() public method

public Create ( ) : long
return long

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

GetDeleteList() public method

public GetDeleteList ( ) : IEnumerable
return IEnumerable

GetVisibleList() public method

public GetVisibleList ( ) : IEnumerable
return IEnumerable

NextTableId() public method

public NextTableId ( ) : int
return int

Open() public method

public Open ( long offset ) : void
offset long
return void

RemoveDeleteResource() public method

public RemoveDeleteResource ( string name ) : void
name string
return void

RemoveVisibleResource() public method

public RemoveVisibleResource ( string name ) : void
name string
return void

TableStateStore() public method

public TableStateStore ( IStore store ) : System
store IStore
return System