Class LdapSyncOutput
java.lang.Object
edu.internet2.middleware.grouper.app.ldapProvisioning.LdapSyncOutput
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDelete
(int deletesToAdd) add delete countvoid
addInsert
(int insertToAdd) add insert rowsvoid
addQueryCount
(int amountToAdd) add to query countvoid
addRowsSelectedFrom
(int rowsToAdd) add rows selected from the FROM databasevoid
addRowsSelectedTo
(int rowsToAdd) add rows selected tovoid
addRowsWithDeleteErrors
(int rowsWithDeleteToAdd) add rows with delete errorvoid
addRowsWithEqualData
(int rowsWithEqualDataToAdd) rows with equal datavoid
addRowsWithInsertErrors
(int insertErrorsToAdd) add rows with insert errorsvoid
addRowsWithPrimaryKeyErrors
(int addRowsWithPrimaryKeyErrors) add rows with primary key errorsvoid
addRowsWithUpdateErrors
(int rowsWithUpdateErrorsToAdd) add rows with update errorsvoid
addUpdate
(int updatesToAdd) add update countint
int
long
millis get datalong
int
int
rows selected from the FROM databaseint
rows selected in the "to" databaseint
int
rows with equal dataint
rows with insert errorsint
rows with primary key errorsint
rows with update errorsgroups that were switched toint
total count of recordsint
boolean
if there were so many records that switched to full sync switchFromIncrementalToFullIfOverRecordsvoid
setDelete
(int delete1) void
setInsert
(int insert1) void
setMessage
(String message1) void
setMillisGetData
(long millisGetData1) millis get datavoid
setMillisLoadData
(long millisLoadData1) void
setQueryCount
(int queryCount) void
setRowsSelectedFrom
(int rowsSelectedFrom1) rows selected from the FROM databasevoid
setRowsSelectedTo
(int rowsSelectedTo1) rows selected in the "to" databasevoid
setRowsWithDeleteErrors
(int rowsWithDeleteErrors) void
setRowsWithEqualData
(int rowsWithEqualData1) rows with equal datavoid
setRowsWithInsertErrors
(int rowsWithInsertErrors) rows with insert errorsvoid
setRowsWithPrimaryKeyErrors
(int rowsWithPrimaryKeyErrors1) rows with primary key errorsvoid
setRowsWithUpdateErrors
(int rowsWithUpdateErrors1) rows with update errorsvoid
setSwitchedToFull
(boolean switchedToFull1) if there were so many records that switched to full syncvoid
setSwitchedToGroups
(Set<String> switchedToGroups1) groups that were switched tovoid
setTotalCount
(int totalCount1) total count of recordsvoid
setUpdate
(int update1)
-
Constructor Details
-
LdapSyncOutput
public LdapSyncOutput()
-
-
Method Details
-
getMillisGetData
public long getMillisGetData()millis get data- Returns:
-
setMillisGetData
public void setMillisGetData(long millisGetData1) millis get data- Parameters:
millisGetData1
-
-
getMillisLoadData
public long getMillisLoadData()- Returns:
-
setMillisLoadData
public void setMillisLoadData(long millisLoadData1) - Parameters:
millisLoadData1
-
-
getTotalCount
public int getTotalCount()total count of records- Returns:
- the total count
-
setTotalCount
public void setTotalCount(int totalCount1) total count of records- Parameters:
totalCount1
-
-
getSwitchedToGroups
groups that were switched to- Returns:
- groups
-
setSwitchedToGroups
groups that were switched to- Parameters:
switchedToGroups1
-
-
isSwitchedToFull
public boolean isSwitchedToFull()if there were so many records that switched to full sync switchFromIncrementalToFullIfOverRecords- Returns:
- if switched to full
-
setSwitchedToFull
public void setSwitchedToFull(boolean switchedToFull1) if there were so many records that switched to full sync- Parameters:
switchedToFull1
-
-
getRowsSelectedFrom
public int getRowsSelectedFrom()rows selected from the FROM database- Returns:
- the rowsSelectedFrom
-
setRowsSelectedFrom
public void setRowsSelectedFrom(int rowsSelectedFrom1) rows selected from the FROM database- Parameters:
rowsSelectedFrom1
- the rowsSelectedFrom to set
-
addRowsSelectedFrom
public void addRowsSelectedFrom(int rowsToAdd) add rows selected from the FROM database- Parameters:
rowsToAdd
-
-
getQueryCount
public int getQueryCount()- Returns:
- the queryCount
-
setQueryCount
public void setQueryCount(int queryCount) - Parameters:
queryCount
- the queryCount to set
-
addQueryCount
public void addQueryCount(int amountToAdd) add to query count- Parameters:
amountToAdd
-
-
getRowsSelectedTo
public int getRowsSelectedTo()rows selected in the "to" database- Returns:
- the rowsSelectedTo
-
setRowsSelectedTo
public void setRowsSelectedTo(int rowsSelectedTo1) rows selected in the "to" database- Parameters:
rowsSelectedTo1
- the rowsSelectedTo to set
-
addRowsSelectedTo
public void addRowsSelectedTo(int rowsToAdd) add rows selected to- Parameters:
rowsToAdd
-
-
getRowsWithEqualData
public int getRowsWithEqualData()rows with equal data- Returns:
- the rowsWithEqualData
-
setRowsWithEqualData
public void setRowsWithEqualData(int rowsWithEqualData1) rows with equal data- Parameters:
rowsWithEqualData1
- the rowsWithEqualData to set
-
addRowsWithEqualData
public void addRowsWithEqualData(int rowsWithEqualDataToAdd) rows with equal data- Parameters:
rowsWithEqualDataToAdd
-
-
getRowsWithDeleteErrors
public int getRowsWithDeleteErrors()- Returns:
- the rowsWithDeleteErrors
-
setRowsWithDeleteErrors
public void setRowsWithDeleteErrors(int rowsWithDeleteErrors) - Parameters:
rowsWithDeleteErrors
- the rowsWithDeleteErrors to set
-
addRowsWithDeleteErrors
public void addRowsWithDeleteErrors(int rowsWithDeleteToAdd) add rows with delete error- Parameters:
rowsWithDeleteToAdd
-
-
getRowsWithInsertErrors
public int getRowsWithInsertErrors()rows with insert errors- Returns:
- the rowsWithInsertErrors
-
setRowsWithInsertErrors
public void setRowsWithInsertErrors(int rowsWithInsertErrors) rows with insert errors- Parameters:
rowsWithInsertErrors
- the rowsWithInsertErrors to set
-
addRowsWithInsertErrors
public void addRowsWithInsertErrors(int insertErrorsToAdd) add rows with insert errors- Parameters:
insertErrorsToAdd
-
-
getRowsWithUpdateErrors
public int getRowsWithUpdateErrors()rows with update errors- Returns:
- the rowsWithUpdateErrors
-
setRowsWithUpdateErrors
public void setRowsWithUpdateErrors(int rowsWithUpdateErrors1) rows with update errors- Parameters:
rowsWithUpdateErrors1
- the rowsWithUpdateErrors to set
-
addRowsWithUpdateErrors
public void addRowsWithUpdateErrors(int rowsWithUpdateErrorsToAdd) add rows with update errors- Parameters:
rowsWithUpdateErrorsToAdd
-
-
getRowsWithPrimaryKeyErrors
public int getRowsWithPrimaryKeyErrors()rows with primary key errors- Returns:
- the rowsWithPrimaryKeyErrors
-
setRowsWithPrimaryKeyErrors
public void setRowsWithPrimaryKeyErrors(int rowsWithPrimaryKeyErrors1) rows with primary key errors- Parameters:
rowsWithPrimaryKeyErrors1
- the rowsWithPrimaryKeyErrors to set
-
addRowsWithPrimaryKeyErrors
public void addRowsWithPrimaryKeyErrors(int addRowsWithPrimaryKeyErrors) add rows with primary key errors- Parameters:
addRowsWithPrimaryKeyErrors
-
-
getInsert
public int getInsert()- Returns:
- the insert
-
setInsert
public void setInsert(int insert1) - Parameters:
insert1
- the insert to set
-
addInsert
public void addInsert(int insertToAdd) add insert rows- Parameters:
insertToAdd
-
-
getUpdate
public int getUpdate()- Returns:
- the update
-
setUpdate
public void setUpdate(int update1) - Parameters:
update1
- the update to set
-
addUpdate
public void addUpdate(int updatesToAdd) add update count- Parameters:
updatesToAdd
-
-
getDelete
public int getDelete()- Returns:
- the delete
-
setDelete
public void setDelete(int delete1) - Parameters:
delete1
- the delete to set
-
addDelete
public void addDelete(int deletesToAdd) add delete count- Parameters:
deletesToAdd
-
-
getMessage
- Returns:
- the message
-
setMessage
- Parameters:
message1
- the message to set
-