C# Class Volante.Impl.ReplicationMasterDatabaseImpl

Inheritance: DatabaseImpl, ReplicationMasterDatabase
Mostrar archivo Open project: kjk/volante Class Usage Examples

Public Methods

Method Description
GetNumberOfAvailableHosts ( ) : int
Open ( IFile file, int cacheSizeInBytes ) : void
ReplicationMasterDatabaseImpl ( string hosts, int asyncBufSize ) : Volante

Method Details

GetNumberOfAvailableHosts() public method

public GetNumberOfAvailableHosts ( ) : int
return int

Open() public method

public Open ( IFile file, int cacheSizeInBytes ) : void
file IFile
cacheSizeInBytes int
return void

ReplicationMasterDatabaseImpl() public method

public ReplicationMasterDatabaseImpl ( string hosts, int asyncBufSize ) : Volante
hosts string
asyncBufSize int
return Volante