Метод | Описание | |
---|---|---|
Commit ( ) : void | ||
NestedTableStorage ( IStorage masterStorage, |
||
RecreateFiles ( ) : void | ||
RestoreTableFromTheOtherTable ( string newTableFullPath ) : void |
Works only for master tables
|
|
Rollback ( ) : void | ||
Table_Dispose ( ) : void | ||
Table_Read ( bool useCache, byte offset, int quantity ) : byte[] | ||
Table_Read ( bool useCache, long offset, int quantity ) : byte[] | ||
Table_WriteByOffset ( byte offset, byte data ) : void | ||
Table_WriteByOffset ( long offset, byte data ) : void | ||
Table_WriteToTheEnd ( byte data ) : byte[] | ||
TransactionalCommit ( ) : void | ||
TransactionalCommitIsFinished ( ) : void | ||
TransactionalRollback ( ) : void |
public NestedTableStorage ( IStorage masterStorage, |
||
masterStorage | IStorage | |
trieSettings | ||
Результат | System |
public RestoreTableFromTheOtherTable ( string newTableFullPath ) : void | ||
newTableFullPath | string | |
Результат | void |
public Table_Read ( bool useCache, byte offset, int quantity ) : byte[] | ||
useCache | bool | |
offset | byte | |
quantity | int | |
Результат | byte[] |
public Table_Read ( bool useCache, long offset, int quantity ) : byte[] | ||
useCache | bool | |
offset | long | |
quantity | int | |
Результат | byte[] |
public Table_WriteByOffset ( byte offset, byte data ) : void | ||
offset | byte | |
data | byte | |
Результат | void |
public Table_WriteByOffset ( long offset, byte data ) : void | ||
offset | long | |
data | byte | |
Результат | void |
public Table_WriteToTheEnd ( byte data ) : byte[] | ||
data | byte | |
Результат | byte[] |
public TransactionalCommitIsFinished ( ) : void | ||
Результат | void |