public final class RateConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static long[] | BANDWIDTH_RATESBandwidth limiter rates - already optimized. |
static long[] | BASIC_RATESBasic rate periods for simple statistics: 1 minute, 10 minutes, and 1 hour. |
static long | FIVE_MINUTESConvenience constant for 5 minutes (300,000 ms) |
static long | ONE_DAYConvenience constant for 1 day (86,400,000 ms) |
static long | ONE_HOURConvenience constant for 1 hour (3,600,000 ms) |
static long | ONE_MINUTEConvenience constant for 1 minute (60,000 ms) |
static long[] | SHORT_TERM_RATESShort-term rate periods for real-time metrics: 1 minute, 10 minutes, and 1 hour. |
static long[] | SIDEBAR_RATESExtended rate periods including 5 minutes for sidebar display. |
static long[] | STANDARD_RATESStandard optimized rate periods: 1 minute, 1 hour, and 24 hours. |
static long | TEN_MINUTESConvenience constant for 10 minutes (600,000 ms) |
static long | THIRTY_MINUTESConvenience constant for 30 minutes (1,800,000 ms) |
static long[] | TUNNEL_RATESTunnel-specific rate periods including 10 minutes for build statistics. |
static long[] | TUNNEL_TEST_RATESTunnel test timing rate periods: 1 minute and 1 hour. |
static long[] | TUNNEL_VERIFY_RATESTunnel verification rate periods: 1 minute, 10 minutes, and 1 hour. |
public static final long[] BANDWIDTH_RATES
public static final long[] BASIC_RATES
public static final long FIVE_MINUTES
public static final long ONE_DAY
public static final long ONE_HOUR
public static final long ONE_MINUTE
public static final long[] SHORT_TERM_RATES
public static final long[] SIDEBAR_RATES
public static final long[] STANDARD_RATES
public static final long TEN_MINUTES
public static final long THIRTY_MINUTES
public static final long[] TUNNEL_RATES
public static final long[] TUNNEL_TEST_RATES
public static final long[] TUNNEL_VERIFY_RATES