public class DashboardConfiguration extends Object implements ResponseBody
DashboardConfigHandler
containing general configuration
values such as the time zone and the refresh interval.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_FLINK_REVISION |
static String |
FIELD_NAME_FLINK_VERSION |
static String |
FIELD_NAME_REFRESH_INTERVAL |
static String |
FIELD_NAME_TIMEZONE_NAME |
static String |
FIELD_NAME_TIMEZONE_OFFSET |
Constructor and Description |
---|
DashboardConfiguration(long refreshInterval,
String timeZoneName,
int timeZoneOffset,
String flinkVersion,
String flinkRevision) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static DashboardConfiguration |
from(long refreshInterval,
java.time.ZonedDateTime zonedDateTime) |
String |
getFlinkRevision() |
String |
getFlinkVersion() |
long |
getRefreshInterval() |
String |
getTimeZoneName() |
int |
getTimeZoneOffset() |
int |
hashCode() |
public static final String FIELD_NAME_REFRESH_INTERVAL
public static final String FIELD_NAME_TIMEZONE_OFFSET
public static final String FIELD_NAME_TIMEZONE_NAME
public static final String FIELD_NAME_FLINK_VERSION
public static final String FIELD_NAME_FLINK_REVISION
public long getRefreshInterval()
public int getTimeZoneOffset()
public String getTimeZoneName()
public String getFlinkVersion()
public String getFlinkRevision()
public static DashboardConfiguration from(long refreshInterval, java.time.ZonedDateTime zonedDateTime)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.