public class

AccumulateAggregationType

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

Summary

Constants
String TYPE_NAME
[Expand]
Inherited Constants
From interface org.apache.helix.healthcheck.AggregationType
Public Constructors
AccumulateAggregationType()
Public Methods
String getName()
String merge(String iv, String ev, 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: "accumulate"

Public Constructors

public AccumulateAggregationType ()

Public Methods

public String getName ()

public String merge (String iv, String ev, long prevTimestamp)