public class

WindowAggregationType

extends Object
implements AggregationType
java.lang.Object
   ↳ org.apache.helix.healthcheck.WindowAggregationType

Summary

Constants
String TYPE_NAME
[Expand]
Inherited Constants
From interface org.apache.helix.healthcheck.AggregationType
Fields
public final String WINDOW_DELIM
Public Constructors
WindowAggregationType(int ws)
Public Methods
String getName()
String merge(String incomingVal, String existingVal, long prevTimestamp)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.helix.healthcheck.AggregationType

Constants

public static final String TYPE_NAME

Constant Value: "window"

Fields

public final String WINDOW_DELIM

Constant Value: "#"

Public Constructors

public WindowAggregationType (int ws)

Public Methods

public String getName ()

public String merge (String incomingVal, String existingVal, long prevTimestamp)