public class LateAggregationParams extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LateAggregationParams.LateAggregationParamsBuilder  | 
| Modifier and Type | Field and Description | 
|---|---|
static long | 
DEFAULT_HEARTBEAT_MS  | 
static int | 
INTERVAL_DIVIDER  | 
static long | 
MIN_STEP_MS  | 
| Modifier and Type | Method and Description | 
|---|---|
static LateAggregationParams.LateAggregationParamsBuilder | 
builder()  | 
long | 
getHeartbeat()  | 
long | 
getInterval()  | 
long | 
getStep()  | 
public static final long MIN_STEP_MS
public static final int INTERVAL_DIVIDER
public static final long DEFAULT_HEARTBEAT_MS
public long getStep()
public long getInterval()
public long getHeartbeat()
public static LateAggregationParams.LateAggregationParamsBuilder builder()
Copyright © 2021. All rights reserved.