com.oy.shared.lw.samples.mysqlrepl
Class MySqlReplContext
java.lang.Object
com.oy.shared.lw.samples.mysqlrepl.MySqlReplContext
- public final class MySqlReplContext
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootDbName
private java.lang.String rootDbName
dbName
private java.lang.String dbName
tableName
private java.lang.String tableName
tableCreatePostfix
private java.lang.String tableCreatePostfix
checkDelayMillis
private int checkDelayMillis
purgeDelayMillis
private int purgeDelayMillis
canPurgeBinLogs
private boolean canPurgeBinLogs
pool
private MySqlReplConnectionPool pool
hasBinLogEnabled
private boolean hasBinLogEnabled
canModify
private boolean canModify
MySqlReplContext
public MySqlReplContext()
setCanModify
void setCanModify(boolean value)
assertCanModify
private void assertCanModify()
setDbName
public void setDbName(java.lang.String value)
setRootDbName
public void setRootDbName(java.lang.String value)
getDbName
public java.lang.String getDbName()
getRootDbName
public java.lang.String getRootDbName()
setTableName
public void setTableName(java.lang.String value)
getTableName
public java.lang.String getTableName()
setPurgeDelayMillis
public void setPurgeDelayMillis(int value)
setCheckDelayMillis
public void setCheckDelayMillis(int value)
getPurgeDelayMillis
public int getPurgeDelayMillis()
getCheckDelayMillis
public int getCheckDelayMillis()
setTableCreatePostfix
public void setTableCreatePostfix(java.lang.String value)
getTableCreatePostfix
public java.lang.String getTableCreatePostfix()
getCanPurgeBinLogs
public boolean getCanPurgeBinLogs()
setCanPurgeBinLogs
public void setCanPurgeBinLogs(boolean value)
getConnectionPool
public MySqlReplConnectionPool getConnectionPool()
setConnectionPool
public void setConnectionPool(MySqlReplConnectionPool value)
getHasBinLogEnabled
public boolean getHasBinLogEnabled()
setHasBinLogEnabled
void setHasBinLogEnabled(boolean value)
Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com