Method | Description | |
---|---|---|
AsyncReplicationMasterFile ( IFile file, String hosts, int asyncBufSize, bool ack ) : System |
Constructor of replication master file local file used to store data locally slave node hosts to which replication will be performed size of asynchronous buffer whether master should wait acknowledgment from slave node during trasanction commit
|
|
AsyncReplicationMasterFile ( |
Constructor of replication master file replication database local file used to store data locally size of asynchronous buffer
|
|
Close ( ) : void | ||
Write ( long pos, byte buf ) : void | ||
run ( ) : void |
Method | Description | |
---|---|---|
start ( ) : void |
public AsyncReplicationMasterFile ( IFile file, String hosts, int asyncBufSize, bool ack ) : System | ||
file | IFile | |
hosts | String | |
asyncBufSize | int | |
ack | bool | |
return | System |
public AsyncReplicationMasterFile ( |
||
db | ||
file | IFile | |
asyncBufSize | int | |
return | System |