A B C D E S T V 
All Classes All Packages

A

addFocusedHost(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Add a host that is focused upon when the page loads.
addFocusedHost(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
addSource(String, String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Add a new source query to the chart.
addSource(String, String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
addSource(String, String, boolean) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Add a new source query to the chart.
addSource(String, String, boolean) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
addSource(String, String, boolean, String, boolean) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Add a new source query to the chart.
addSource(String, String, boolean, String, boolean) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 

B

BooleanFilter - Class in com.wavefront.slug.filters
filter which filters out false boolean field, used to omit not-disabled field by default.
BooleanFilter() - Constructor for class com.wavefront.slug.filters.BooleanFilter
 
build() - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Build the chart slug.
build() - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
build() - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Build the dashboard slug.
buildAndEncode() - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Deprecated.
use ChartSlugBuilder.buildAndEscape() instead to avoid incorrect escape in url fragments. Build and encoded the chart slug to be used in the chart url. This only works in v1 slugs, as it encodes special characters as well.
buildAndEncode() - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
Deprecated.
buildAndEscape() - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Build and escape the chart slug to be used in the chart url.
buildAndEscape() - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
buildAndEscape() - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Build and escape the dashboard slug to be used in the dashboard url.

C

Chart - Class in com.wavefront.slug.chart
Internal POJO represents a chart with RISON compatible property name, used in ChartSlug.
Chart() - Constructor for class com.wavefront.slug.chart.Chart
 
ChartSettings - Class in com.wavefront.slug.chart
Deprecated.
This object is deprecated and only properties below are supported, all of other properties should be added into chartAttributes section, which is a general JSON structure in Chart.
ChartSettings() - Constructor for class com.wavefront.slug.chart.ChartSettings
Deprecated.
 
ChartSlug - Class in com.wavefront.slug.chart
Internal POJO with chart details and start time and end time
ChartSlug() - Constructor for class com.wavefront.slug.chart.ChartSlug
 
chartSlugBuilder() - Static method in class com.wavefront.slug.SlugBuilders
 
ChartSlugBuilder - Interface in com.wavefront.slug.chart
ChartSlugBuilderImpl - Class in com.wavefront.slug.chart
Builder implementation for ChartSlugBuilder using Jackson RISON Lib (https://github.com/bazaarvoice/rison).
ChartSlugBuilderImpl(SlugVersion) - Constructor for class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
ChartSlugBuilders - Class in com.wavefront.slug.chart
Static factories for Chart slug builder (ChartSlugBuilder).
ChartSlugBuilders() - Constructor for class com.wavefront.slug.chart.ChartSlugBuilders
 
chartSlugBuilderV1() - Static method in class com.wavefront.slug.SlugBuilders
Deprecated.
ChartSource - Class in com.wavefront.slug.chart
Internal POJO represents a a chart source with RISON compatible property name, used in ChartSlug.
ChartSource() - Constructor for class com.wavefront.slug.chart.ChartSource
 
com.wavefront.slug - package com.wavefront.slug
 
com.wavefront.slug.chart - package com.wavefront.slug.chart
 
com.wavefront.slug.dashboard - package com.wavefront.slug.dashboard
 
com.wavefront.slug.filters - package com.wavefront.slug.filters
 

D

dashboardSlugBuilder() - Static method in class com.wavefront.slug.SlugBuilders
 
DashboardSlugBuilder - Interface in com.wavefront.slug.dashboard
DashboardSlugBuilders - Class in com.wavefront.slug.dashboard
Static factories for Dashboard slug builder (DashboardSlugBuilder).
DashboardSlugBuilders() - Constructor for class com.wavefront.slug.dashboard.DashboardSlugBuilders
 
dashboardSlugBuilderV1() - Static method in class com.wavefront.slug.SlugBuilders
Deprecated.

E

equals(Object) - Method in class com.wavefront.slug.filters.BooleanFilter
 

S

setBase(int) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Sets the base of the y-axis of the chart.
setBase(int) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setChartAttributes(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Sets the chart's attributes from a JSON serialized string.
setChartAttributes(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setChartSettings(ChartSettings) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Sets the chart's settings from a ChartSettings objects.
setChartSettings(ChartSettings) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setChartSettings(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Sets the chart's settings from a JSON serialized string.
setChartSettings(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setCompare(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Sets the comparison option for the entire chart.
setCompare(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setCompare(String) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Sets the comparison option for the entire dashboard.
setCustomerId(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the customer id for the chart.
setCustomerId(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setDescription(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Sets the description of the chart.
setDescription(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setDynamicDashboardVariable(String, String) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Sets the value of a list dashboard variable in the dashboard.
setEnd(long) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the end millis.
setEnd(long) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setEnd(long) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Set the end millis.
setEnd(ReadableInstant) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the end millis.
setEnd(ReadableInstant) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setEnd(ReadableInstant) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Set the end millis.
setGranularity(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the granularity of the entire chart.
setGranularity(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setId(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the chart id.
setId(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setListDashboardVariable(String, String) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Sets the value of a list dashboard variable in the dashboard.
setLiveRefresh(boolean) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Set the flag whether we want to turn on live refresh (default is off, so used it when you want to turn on live refresh).
setName(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the name of the chart.
setName(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setSimpleDashboardVariable(String, String) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Sets the value of a simple dashboard variable in the dashboard.
setStart(long) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the start millis.
setStart(long) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setStart(long) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Set the start millis.
setStart(ReadableInstant) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Set the start instant.
setStart(ReadableInstant) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setStart(ReadableInstant) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Set the start instant.
setUnits(String) - Method in interface com.wavefront.slug.chart.ChartSlugBuilder
Units to use for the chart (rendered to the right of the Y-axis).
setUnits(String) - Method in class com.wavefront.slug.chart.ChartSlugBuilderImpl
 
setWindowSize(String) - Method in interface com.wavefront.slug.dashboard.DashboardSlugBuilder
Set the live refresh window size, this value needs to be provided if live refresh is turned on or default is `2h`.
slugBuilder() - Static method in class com.wavefront.slug.chart.ChartSlugBuilders
 
slugBuilder() - Static method in class com.wavefront.slug.dashboard.DashboardSlugBuilders
 
SlugBuilders - Class in com.wavefront.slug
Static factory to generate different slug builders: 1.
SlugBuilders() - Constructor for class com.wavefront.slug.SlugBuilders
 
slugBuilderV1() - Static method in class com.wavefront.slug.chart.ChartSlugBuilders
Deprecated.
slugBuilderV1() - Static method in class com.wavefront.slug.dashboard.DashboardSlugBuilders
Deprecated.
SlugVersion - Enum in com.wavefront.slug
Enums represents all the supported slug versions.

T

TimeRange - Class in com.wavefront.slug.chart
Internal POJO represents a time range with RISON compatible property name, used in ChartSlug.
TimeRange() - Constructor for class com.wavefront.slug.chart.TimeRange
 

V

V1 - com.wavefront.slug.SlugVersion
Deprecated.
V2 - com.wavefront.slug.SlugVersion
 
valueOf(String) - Static method in enum com.wavefront.slug.SlugVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.wavefront.slug.SlugVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E S T V 
All Classes All Packages