public class ReferentialSynchroResult extends Object
Modifier and Type | Field and Description |
---|---|
protected Exception |
error
Deprecated.
|
protected Map<String,Integer> |
insertHits
Deprecated.
Number of insert done (per table).
|
protected String |
localUrl
Deprecated.
|
protected ProgressionModel |
progressionModel
Deprecated.
|
protected String |
remoteUrl
Deprecated.
|
protected Map<String,Integer> |
rowHits
Deprecated.
Number of rows detected to update (per table).
|
protected Set<String> |
tableNames
Deprecated.
All table treated.
|
protected Map<String,Timestamp> |
updateDateHits
Deprecated.
timestamp of last update date (per table).
|
protected Map<String,Integer> |
updateHits
Deprecated.
Number of update done (per table).
|
Constructor and Description |
---|
ReferentialSynchroResult()
Deprecated.
|
ReferentialSynchroResult(String localUrl,
String remoteUrl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addInserts(String tableName,
int nb)
Deprecated.
|
void |
addRows(String tableName,
int nb)
Deprecated.
|
void |
addTableName(String tableName)
Deprecated.
|
void |
addUpdates(String tableName,
int nb)
Deprecated.
|
Exception |
getError()
Deprecated.
|
String |
getLocalUrl()
Deprecated.
|
int |
getNbInserts(String tableName)
Deprecated.
|
int |
getNbRows(String tableName)
Deprecated.
|
int |
getNbUpdates(String tableName)
Deprecated.
|
ProgressionModel |
getProgressionModel()
Deprecated.
|
String |
getRemoteUrl()
Deprecated.
|
Set<String> |
getTableNames()
Deprecated.
|
int |
getTotalInserts()
Deprecated.
|
int |
getTotalRows()
Deprecated.
|
int |
getTotalUpdates()
Deprecated.
|
Timestamp |
getUpdateDate(String tableName)
Deprecated.
|
boolean |
isSuccess()
Deprecated.
|
void |
setError(Exception error)
Deprecated.
|
void |
setLocalUrl(String localUrl)
Deprecated.
|
void |
setRemoteUrl(String remoteUrl)
Deprecated.
|
void |
setUpdateDate(String tableName,
Timestamp t)
Deprecated.
|
protected final Map<String,Integer> rowHits
protected final Map<String,Integer> insertHits
protected final Map<String,Integer> updateHits
protected final Map<String,Timestamp> updateDateHits
protected final Set<String> tableNames
protected final ProgressionModel progressionModel
public ReferentialSynchroResult()
public ReferentialSynchroResult(String localUrl, String remoteUrl)
public void setLocalUrl(String localUrl)
public void setRemoteUrl(String remoteUrl)
public boolean isSuccess()
public ProgressionModel getProgressionModel()
public Set<String> getTableNames()
public int getTotalRows()
public int getTotalInserts()
public int getTotalUpdates()
public int getNbInserts(String tableName)
public int getNbUpdates(String tableName)
public void addUpdates(String tableName, int nb)
public void addInserts(String tableName, int nb)
public Timestamp getUpdateDate(String tableName)
public void setUpdateDate(String tableName, Timestamp t)
public void addTableName(String tableName)
public String getLocalUrl()
public String getRemoteUrl()
Copyright © 2012–2014 IFREMER. All rights reserved.