C# Class Volante.Impl.ReplicationMasterDatabaseImpl

Inheritance: DatabaseImpl, ReplicationMasterDatabase
Afficher le fichier Open project: kjk/volante Class Usage Examples

Méthodes publiques

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

Method Details

GetNumberOfAvailableHosts() public méthode

public GetNumberOfAvailableHosts ( ) : int
Résultat int

Open() public méthode

public Open ( IFile file, int cacheSizeInBytes ) : void
file IFile
cacheSizeInBytes int
Résultat void

ReplicationMasterDatabaseImpl() public méthode

public ReplicationMasterDatabaseImpl ( string hosts, int asyncBufSize ) : Volante
hosts string
asyncBufSize int
Résultat Volante