Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Groovy] Class CustomGroupByDelta

java.lang.Object
  org.linkedin.glu.orchestration.engine.delta.CustomGroupByDelta

class CustomGroupByDelta

Authors:
yan@pongasoft.com


Property Summary
AccuracyLevel accuracy

java.util.Map counts

key is column name, value is the number of unique values for this column in the visible rows (rows that are excluded are the ones where the first column is undefined or the ones not in error if errorsOnly has been specified)

CustomDeltaDefinition deltaDefinition

SystemModel expectedModel

java.util.Map groupByDelta

java.util.Map totals

key is column name, value is the number of unique values for this column in all rows (whether visible or not)

 
Method Summary
CustomDeltaColumnDefinition getFirstColumn()

java.util.Collection getTailColumns()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

accuracy

AccuracyLevel accuracy


counts

java.util.Map counts
key is column name, value is the number of unique values for this column in the visible rows (rows that are excluded are the ones where the first column is undefined or the ones not in error if errorsOnly has been specified)


deltaDefinition

CustomDeltaDefinition deltaDefinition


expectedModel

SystemModel expectedModel


groupByDelta

java.util.Map groupByDelta


totals

java.util.Map totals
key is column name, value is the number of unique values for this column in all rows (whether visible or not)


 
Method Detail

getFirstColumn

CustomDeltaColumnDefinition getFirstColumn()


getTailColumns

java.util.Collection getTailColumns()


 

Groovy Documentation