Метод | Описание | |
---|---|---|
CloseRemoteTable ( ) : void |
CloseRemoteTable, returns nothing
|
|
DataFileFlush ( ) : void |
Data file Flush
|
|
DataFileRead ( byte array, int offset, int count ) : int |
Reads Datafile
|
|
DataFileWrite ( byte array, int offset, int count, bool withFlush ) : void |
Writes to remote data file, return sets DataFileLength
|
|
DeleteRemoteTable ( ) : void |
DeleteRemoteTable
|
|
OpenRemoteTable ( string tableName ) : void |
Always first command, which send table name and receives back RemoteTableId Opens remote table (data, rollback and rollback helper files), if it doesn't exists, then creates it. All other operations are based on this RemoteTableId.
|
|
RemoteInstanceCommander ( IRemoteInstanceCommunicator communicator ) : System | ||
RollbackFileFlush ( ) : void |
Rollback file flush
|
|
RollbackFileRead ( byte array, int offset, int count ) : int |
RollbackFileRead
|
|
RollbackFileRecreate ( ) : void |
RollbackFileRecreate
|
|
RollbackFileWrite ( byte array, int offset, int count, bool withFlush ) : void |
Writes to remote rollback file, return sets RollbackFileLength
|
|
RollbackHelperFileRead ( byte array, int offset, int count ) : int |
RollbackHelperFileRead
|
|
RollbackHelperFileWrite ( byte array, int offset, int count, bool withFlush ) : void |
Writes to remote rollback helper file, return sets RollbackFileHelperLength
|
public DataFileRead ( byte array, int offset, int count ) : int | ||
array | byte | |
offset | int | |
count | int | |
Результат | int |
public DataFileWrite ( byte array, int offset, int count, bool withFlush ) : void | ||
array | byte | |
offset | int | |
count | int | |
withFlush | bool | |
Результат | void |
public OpenRemoteTable ( string tableName ) : void | ||
tableName | string | |
Результат | void |
public RemoteInstanceCommander ( IRemoteInstanceCommunicator communicator ) : System | ||
communicator | IRemoteInstanceCommunicator | |
Результат | System |
public RollbackFileRead ( byte array, int offset, int count ) : int | ||
array | byte | |
offset | int | |
count | int | |
Результат | int |
public RollbackFileWrite ( byte array, int offset, int count, bool withFlush ) : void | ||
array | byte | |
offset | int | |
count | int | |
withFlush | bool | |
Результат | void |
public RollbackHelperFileRead ( byte array, int offset, int count ) : int | ||
array | byte | |
offset | int | |
count | int | |
Результат | int |
public RollbackHelperFileWrite ( byte array, int offset, int count, bool withFlush ) : void | ||
array | byte | |
offset | int | |
count | int | |
withFlush | bool | |
Результат | void |