Uses of Class
com.aoindustries.aoserv.client.backup.MysqlReplication
-
Packages that use MysqlReplication Package Description com.aoindustries.aoserv.client.backup com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.mysql -
-
Uses of MysqlReplication in com.aoindustries.aoserv.client.backup
Methods in com.aoindustries.aoserv.client.backup that return MysqlReplication Modifier and Type Method Description MysqlReplicationMysqlReplicationTable. get(int pkey)Methods in com.aoindustries.aoserv.client.backup that return types with arguments of type MysqlReplication Modifier and Type Method Description List<MysqlReplication>FileReplication. getFailoverMySQLReplications()List<MysqlReplication>MysqlReplicationTable. getFailoverMySQLReplications(Package pk)List<MysqlReplication>MysqlReplicationTable. getFailoverMySQLReplications(Server aoServer)List<MysqlReplication>MysqlReplicationTable. getFailoverMySQLReplications(Server mysqlServer) -
Uses of MysqlReplication in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type MysqlReplication Modifier and Type Method Description List<MysqlReplication>Package. getFailoverMySQLReplications() -
Uses of MysqlReplication in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type MysqlReplication Modifier and Type Method Description List<MysqlReplication>Server. getFailoverMySQLReplications() -
Uses of MysqlReplication in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return types with arguments of type MysqlReplication Modifier and Type Method Description List<MysqlReplication>Server. getFailoverMySQLReplications()Methods in com.aoindustries.aoserv.client.mysql with parameters of type MysqlReplication Modifier and Type Method Description List<Database.CheckTableResult>Database. checkTables(MysqlReplication mysqlSlave, Collection<Table_Name> tableNames)Gets the table status on the master server or provided slave server.List<Database.TableStatus>Database. getTableStatus(MysqlReplication mysqlSlave)Gets the table status on the master server or provided slave server.
-