C# 클래스 Volante.Impl.ReplicationMasterDatabaseImpl

상속: DatabaseImpl, ReplicationMasterDatabase
파일 보기 프로젝트 열기: kjk/volante 1 사용 예제들

공개 메소드들

메소드 설명
GetNumberOfAvailableHosts ( ) : int
Open ( IFile file, int cacheSizeInBytes ) : void
ReplicationMasterDatabaseImpl ( string hosts, int asyncBufSize ) : Volante

메소드 상세

GetNumberOfAvailableHosts() 공개 메소드

public GetNumberOfAvailableHosts ( ) : int
리턴 int

Open() 공개 메소드

public Open ( IFile file, int cacheSizeInBytes ) : void
file IFile
cacheSizeInBytes int
리턴 void

ReplicationMasterDatabaseImpl() 공개 메소드

public ReplicationMasterDatabaseImpl ( string hosts, int asyncBufSize ) : Volante
hosts string
asyncBufSize int
리턴 Volante