Uses of Class
LaColla.core.data.PurgeSummary

Packages that use PurgeSummary
LaColla.core.data   
LaColla.core.msg   
 

Uses of PurgeSummary in LaColla.core.data
 

Methods in LaColla.core.data that return PurgeSummary
 PurgeSummary Group.getPurgeSummary()
           
 PurgeSummary PurgeSummary.restoreSummary(java.lang.String address, java.lang.String groupId)
           
 

Methods in LaColla.core.data with parameters of type PurgeSummary
 java.util.ArrayList Log.getNotIn(TimestampSummary tSumm, PurgeSummary purge)
           
 void Log.purge(PurgeSummary lpurge)
           
 void Group.purgeLog(PurgeSummary lpurge)
           
 void Group.setPurgeSummary(PurgeSummary purgeSummary)
           
 

Uses of PurgeSummary in LaColla.core.msg
 

Methods in LaColla.core.msg that return PurgeSummary
 PurgeSummary msgEventsAcceptConsistencyRequest.getPurgeSummary()
           
 PurgeSummary msgEventsInvokeConsistencyRequest.getPurgeSummary()
           
 PurgeSummary msgEventsInvokeSynchronizationRequest.getPurgeSummary()
           
 

Methods in LaColla.core.msg with parameters of type PurgeSummary
 void msgEventsAcceptConsistencyRequest.setPurgeSummary(PurgeSummary purgeSummary)
           
 void msgEventsInvokeConsistencyRequest.setPurgeSummary(PurgeSummary purgeSummary)
           
 void msgEventsInvokeSynchronizationRequest.setPurgeSummary(PurgeSummary purgeSummary)