public class GrouperProvisioningOutput extends Object
| Constructor and Description |
|---|
GrouperProvisioningOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDelete(int deletesToAdd)
add delete count
|
void |
addInsert(int insertToAdd)
add insert records
|
void |
addQueryCount(int amountToAdd)
add to query count
|
void |
addRecordsSelectedFromOrigin(int recordsToAdd)
add records selected from the FROM database
|
void |
addRecordsSelectedTarget(int recordsToAdd)
add records selected to
|
void |
addRecordsWithDeleteErrors(int recordsWithDeleteToAdd)
add records with delete error
|
void |
addRecordsWithEqualData(int recordsWithEqualDataToAdd)
records with equal data
|
void |
addRecordsWithInsertErrors(int insertErrorsToAdd)
add records with insert errors
|
void |
addRecordsWithPrimaryKeyErrors(int addRecordsWithPrimaryKeyErrors)
add records with primary key errors
|
void |
addRecordsWithUpdateErrors(int recordsWithUpdateErrorsToAdd)
add records with update errors
|
void |
addReplace(int replacesToAdd)
add replace count
|
void |
addUpdate(int updatesToAdd)
add update count
|
void |
copyToHib3LoaderLog(Hib3GrouperLoaderLog hib3GrouperLoaderLog) |
void |
debugMapAdd(String key,
int value)
increment a value in the debug map
|
int |
getDelete() |
GrouperProvisioner |
getGrouperProvisioner() |
int |
getInsert() |
String |
getMessage() |
long |
getMillisGetData()
millis get data
|
long |
getMillisLoadData() |
int |
getQueryCount() |
int |
getRecordsSelectedFromOrigin()
records selected from the FROM database
|
int |
getRecordsSelectedTarget()
records selected in the "to" database
|
int |
getRecordsWithDeleteErrors() |
int |
getRecordsWithEqualData()
records with equal data
|
int |
getRecordsWithErrors()
count of all errors
|
int |
getRecordsWithInsertErrors()
records with insert errors
|
int |
getRecordsWithPrimaryKeyErrors()
records with primary key errors
|
int |
getRecordsWithUpdateErrors()
records with update errors
|
int |
getReplace() |
Set<ProvisioningGroup> |
getSwitchedToGroups()
groups that were switched to
|
int |
getTotalCount()
total count of records
|
int |
getUpdate() |
boolean |
isSwitchedToFull()
if there were so many records that switched to full sync
switchFromIncrementalToFullIfOverRecords
|
void |
setDelete(int delete1) |
void |
setGrouperProvisioner(GrouperProvisioner grouperProvisioner) |
void |
setInsert(int insert1) |
void |
setMessage(String message1) |
void |
setMillisGetData(long millisGetData1)
millis get data
|
void |
setMillisLoadData(long millisLoadData1) |
void |
setQueryCount(int queryCount) |
void |
setRecordsSelectedFromOrigin(int recordsSelectedFrom1)
records selected from the FROM database
|
void |
setRecordsSelectedTarget(int recordsSelectedTo1)
records selected in the "to" database
|
void |
setRecordsWithDeleteErrors(int recordsWithDeleteErrors) |
void |
setRecordsWithEqualData(int recordsWithEqualData1)
records with equal data
|
void |
setRecordsWithInsertErrors(int recordsWithInsertErrors)
records with insert errors
|
void |
setRecordsWithPrimaryKeyErrors(int recordsWithPrimaryKeyErrors1)
records with primary key errors
|
void |
setRecordsWithUpdateErrors(int recordsWithUpdateErrors1)
records with update errors
|
void |
setReplace(int replace) |
void |
setSwitchedToFull(boolean switchedToFull1)
if there were so many records that switched to full sync
|
void |
setSwitchedToGroups(Set<ProvisioningGroup> switchedToGroups1)
groups that were switched to
|
void |
setTotalCount(int totalCount1)
total count of records
|
void |
setUpdate(int update1) |
String |
toString() |
public String toString()
toString in class ObjectObject.toString()public long getMillisGetData()
public void setMillisGetData(long millisGetData1)
millisGetData1 - public long getMillisLoadData()
public void setMillisLoadData(long millisLoadData1)
millisLoadData1 - public int getTotalCount()
public void setTotalCount(int totalCount1)
totalCount1 - public Set<ProvisioningGroup> getSwitchedToGroups()
public void setSwitchedToGroups(Set<ProvisioningGroup> switchedToGroups1)
switchedToGroups1 - public boolean isSwitchedToFull()
public void setSwitchedToFull(boolean switchedToFull1)
switchedToFull1 - public int getRecordsSelectedFromOrigin()
public void setRecordsSelectedFromOrigin(int recordsSelectedFrom1)
recordsSelectedFrom1 - the recordsSelectedFrom to setpublic void addRecordsSelectedFromOrigin(int recordsToAdd)
recordsToAdd - public int getQueryCount()
public void setQueryCount(int queryCount)
queryCount - the queryCount to setpublic void addQueryCount(int amountToAdd)
amountToAdd - public int getRecordsSelectedTarget()
public void setRecordsSelectedTarget(int recordsSelectedTo1)
recordsSelectedTo1 - the recordsSelectedTo to setpublic void addRecordsSelectedTarget(int recordsToAdd)
recordsToAdd - public int getRecordsWithEqualData()
public void setRecordsWithEqualData(int recordsWithEqualData1)
recordsWithEqualData1 - the recordsWithEqualData to setpublic void addRecordsWithEqualData(int recordsWithEqualDataToAdd)
recordsWithEqualDataToAdd - public int getRecordsWithErrors()
public int getRecordsWithDeleteErrors()
public void setRecordsWithDeleteErrors(int recordsWithDeleteErrors)
recordsWithDeleteErrors - the recordsWithDeleteErrors to setpublic void addRecordsWithDeleteErrors(int recordsWithDeleteToAdd)
recordsWithDeleteToAdd - public int getRecordsWithInsertErrors()
public void setRecordsWithInsertErrors(int recordsWithInsertErrors)
recordsWithInsertErrors - the recordsWithInsertErrors to setpublic void addRecordsWithInsertErrors(int insertErrorsToAdd)
insertErrorsToAdd - public int getRecordsWithUpdateErrors()
public void setRecordsWithUpdateErrors(int recordsWithUpdateErrors1)
recordsWithUpdateErrors1 - the recordsWithUpdateErrors to setpublic void addRecordsWithUpdateErrors(int recordsWithUpdateErrorsToAdd)
recordsWithUpdateErrorsToAdd - public int getRecordsWithPrimaryKeyErrors()
public void setRecordsWithPrimaryKeyErrors(int recordsWithPrimaryKeyErrors1)
recordsWithPrimaryKeyErrors1 - the recordsWithPrimaryKeyErrors to setpublic void addRecordsWithPrimaryKeyErrors(int addRecordsWithPrimaryKeyErrors)
addRecordsWithPrimaryKeyErrors - public int getInsert()
public void setInsert(int insert1)
insert1 - the insert to setpublic void addInsert(int insertToAdd)
insertToAdd - public int getReplace()
public void setReplace(int replace)
public int getUpdate()
public void setUpdate(int update1)
update1 - the update to setpublic void addUpdate(int updatesToAdd)
updatesToAdd - public void addReplace(int replacesToAdd)
replacesToAdd - public int getDelete()
public void setDelete(int delete1)
delete1 - the delete to setpublic void addDelete(int deletesToAdd)
deletesToAdd - public String getMessage()
public void setMessage(String message1)
message1 - the message to setpublic void copyToHib3LoaderLog(Hib3GrouperLoaderLog hib3GrouperLoaderLog)
public GrouperProvisioner getGrouperProvisioner()
public void setGrouperProvisioner(GrouperProvisioner grouperProvisioner)
public void debugMapAdd(String key, int value)
key - value - Copyright © 2016 Internet2. All rights reserved.