C# 클래스 Volante.Impl.AsyncReplicationMasterFile

File performing asynchronous replication of changed pages to specified slave nodes.
상속: ReplicationMasterFile
파일 보기 프로젝트 열기: kjk/volante

공개 메소드들

메소드 설명
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 ( ReplicationMasterDatabaseImpl db, IFile file, int asyncBufSize ) : System

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

비공개 메소드들

메소드 설명
start ( ) : void

메소드 상세

AsyncReplicationMasterFile() 공개 메소드

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
public AsyncReplicationMasterFile ( IFile file, String hosts, int asyncBufSize, bool ack ) : System
file IFile
hosts String
asyncBufSize int
ack bool
리턴 System

AsyncReplicationMasterFile() 공개 메소드

Constructor of replication master file replication database local file used to store data locally size of asynchronous buffer
public AsyncReplicationMasterFile ( ReplicationMasterDatabaseImpl db, IFile file, int asyncBufSize ) : System
db ReplicationMasterDatabaseImpl
file IFile
asyncBufSize int
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Write() 공개 메소드

public Write ( long pos, byte buf ) : void
pos long
buf byte
리턴 void

run() 공개 메소드

public run ( ) : void
리턴 void