A C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Adapter() - Constructor for class eu.binjr.sources.netdata.api.Chart.ChartTypeEnum.Adapter
- Adapter() - Constructor for class eu.binjr.sources.netdata.api.ChartSummary.OsEnum.Adapter
- alarmsCount(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- AREA - eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
- AVERAGE - eu.binjr.sources.netdata.api.GroupingMethod
C
- Chart - Class in eu.binjr.sources.netdata.api
-
Chart
- Chart() - Constructor for class eu.binjr.sources.netdata.api.Chart
- Chart.ChartTypeEnum - Enum in eu.binjr.sources.netdata.api
-
The chart type.
- Chart.ChartTypeEnum.Adapter - Class in eu.binjr.sources.netdata.api
- ChartDimensions - Class in eu.binjr.sources.netdata.api
-
ChartDimensions
- ChartDimensions() - Constructor for class eu.binjr.sources.netdata.api.ChartDimensions
- charts(Map<String, Chart>) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- chartsCount(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- ChartSummary - Class in eu.binjr.sources.netdata.api
-
ChartSummary
- ChartSummary() - Constructor for class eu.binjr.sources.netdata.api.ChartSummary
- ChartSummary.OsEnum - Enum in eu.binjr.sources.netdata.api
-
The netdata server host operating system.
- ChartSummary.OsEnum.Adapter - Class in eu.binjr.sources.netdata.api
- chartType(Chart.ChartTypeEnum) - Method in class eu.binjr.sources.netdata.api.Chart
- craftFetchUri(String, Instant, Instant) - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
D
- dataUrl(String) - Method in class eu.binjr.sources.netdata.api.Chart
- dimensions(Map<String, ChartDimensions>) - Method in class eu.binjr.sources.netdata.api.Chart
- dimensionsCount(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- disableServerSideDownsampling - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
-
Set to true to disable server-side down-sampling (aka "grouping").
- disableTimeFrameAlignment - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
-
Set to true to disable Netdata alignment of all series on the same time-frame.
- duration(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
E
- enabled(Boolean) - Method in class eu.binjr.sources.netdata.api.Chart
- ENDPOINT - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- equals(Object) - Method in class eu.binjr.sources.netdata.api.Chart
- equals(Object) - Method in class eu.binjr.sources.netdata.api.ChartDimensions
- equals(Object) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- eu.binjr.sources.netdata.adapters - package eu.binjr.sources.netdata.adapters
- eu.binjr.sources.netdata.api - package eu.binjr.sources.netdata.api
F
- family(String) - Method in class eu.binjr.sources.netdata.api.Chart
- fetchReadAheadSeconds - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
- fetchReadBehindSeconds - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
- firstEntry(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- FREEBSD - eu.binjr.sources.netdata.api.ChartSummary.OsEnum
- fromUrl(String, ZoneId) - Static method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
-
Returns a new instance of
NetdataAdapterfor the provided address and time zone. - fromValue(String) - Static method in enum eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
- fromValue(String) - Static method in enum eu.binjr.sources.netdata.api.ChartSummary.OsEnum
G
- getAlarmsCount() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The number of alarms.
- getBindingTree() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
- getCharts() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
An object containing all the chart objects available at the netdata server.
- getChartsCount() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The number of charts.
- getChartType() - Method in class eu.binjr.sources.netdata.api.Chart
-
The chart type.
- getDataAdapter() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapterDialog
- getDataUrl() - Method in class eu.binjr.sources.netdata.api.Chart
-
The absolute path to get data values for this chart.
- getDecoder() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
- getDimensions() - Method in class eu.binjr.sources.netdata.api.Chart
-
An object containing all the chart dimensions available for the chart.
- getDimensionsCount() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The total number of dimensions.
- getDuration() - Method in class eu.binjr.sources.netdata.api.Chart
-
The duration, in seconds, of the round robin database maintained by netdata.
- getEnabled() - Method in class eu.binjr.sources.netdata.api.Chart
-
True when the chart is enabled.
- getEncoding() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
- getFamily() - Method in class eu.binjr.sources.netdata.api.Chart
-
The family of the chart.
- getFirstEntry() - Method in class eu.binjr.sources.netdata.api.Chart
-
The UNIX timestamp of the first entry (the oldest) in the round robin database.
- getGreen() - Method in class eu.binjr.sources.netdata.api.Chart
-
Chart health green threshold.
- getHistory() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The duration, in seconds, of the round robin database maintained by netdata.
- getHostname() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The hostname of the netdata server.
- getId() - Method in class eu.binjr.sources.netdata.api.Chart
-
The unique id of the chart.
- getInitialTimeRange(String, List<TimeSeriesInfo>) - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
- getInstance() - Static method in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
- getLastEntry() - Method in class eu.binjr.sources.netdata.api.Chart
-
The UNIX timestamp of the latest entry in the round robin database.
- getMemoryMode() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The name of the database memory mode on the server.
- getName() - Method in class eu.binjr.sources.netdata.api.Chart
-
The name of the chart.
- getName() - Method in class eu.binjr.sources.netdata.api.ChartDimensions
-
The name of the dimension
- getOs() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The netdata server host operating system.
- getPriority() - Method in class eu.binjr.sources.netdata.api.Chart
-
The relative priority of the chart.
- getRed() - Method in class eu.binjr.sources.netdata.api.Chart
-
Chart health red threshold.
- getReleaseChannel() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The release channel of the build on the server.
- getRrdMemoryBytes() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The size of the round robin database in bytes.
- getSourceName() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
- getTimezone() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The current timezone on the server.
- getTimeZoneId() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
- getTitle() - Method in class eu.binjr.sources.netdata.api.Chart
-
The title of the chart.
- getType() - Method in class eu.binjr.sources.netdata.api.Chart
-
The type of the chart.
- getUnits() - Method in class eu.binjr.sources.netdata.api.Chart
-
The unit of measurement for the values of all dimensions of the chart.
- getUpdateEvery() - Method in class eu.binjr.sources.netdata.api.Chart
-
The update frequency of this chart, in seconds.
- getUpdateEvery() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
The default update frequency of the netdata server.
- getValue() - Method in enum eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
- getValue() - Method in enum eu.binjr.sources.netdata.api.ChartSummary.OsEnum
- getVersion() - Method in class eu.binjr.sources.netdata.api.ChartSummary
-
netdata version of the server.
- green(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- groupingMethod - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
-
Netdata's grouping (i.e.
- GroupingMethod - Enum in eu.binjr.sources.netdata.api
- groupingTime - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
-
The grouping number of seconds.
H
- hashCode() - Method in class eu.binjr.sources.netdata.api.Chart
- hashCode() - Method in class eu.binjr.sources.netdata.api.ChartDimensions
- hashCode() - Method in class eu.binjr.sources.netdata.api.ChartSummary
- history(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- hostname(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
I
- id(String) - Method in class eu.binjr.sources.netdata.api.Chart
- INCREMENTAL_SUM - eu.binjr.sources.netdata.api.GroupingMethod
- isSortingRequired() - Method in class eu.binjr.sources.netdata.adapters.NetdataAdapter
L
- lastEntry(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- LINE - eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
- LINUX - eu.binjr.sources.netdata.api.ChartSummary.OsEnum
M
- MACOS - eu.binjr.sources.netdata.api.ChartSummary.OsEnum
- MAX - eu.binjr.sources.netdata.api.GroupingMethod
- maxSamplesAllowed - Variable in class eu.binjr.sources.netdata.adapters.NetdataAdapterPreferences
-
The maximum number of samples to recover from Netdata.
- MEDIAN - eu.binjr.sources.netdata.api.GroupingMethod
- memoryMode(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- MIN - eu.binjr.sources.netdata.api.GroupingMethod
N
- name(String) - Method in class eu.binjr.sources.netdata.api.Chart
- name(String) - Method in class eu.binjr.sources.netdata.api.ChartDimensions
- NetdataAdapter - Class in eu.binjr.sources.netdata.adapters
-
A
DataAdapterimplementation capable of consuming data from the Netdata (https://netdata.cloud) API. - NetdataAdapter() - Constructor for class eu.binjr.sources.netdata.adapters.NetdataAdapter
-
Initialises a new instance of the
NetdataAdapterclass. - NetdataAdapterDialog - Class in eu.binjr.sources.netdata.adapters
-
A dialog box that returns a
NetdataAdapterbuilt according to user inputs. - NetdataAdapterDialog(Node) - Constructor for class eu.binjr.sources.netdata.adapters.NetdataAdapterDialog
-
Initializes a new instance of the
DataAdapterDialogclass. - NetdataAdapterInfo - Class in eu.binjr.sources.netdata.adapters
-
Defines the metadata associated with the NetdataDataAdapter
- NetdataAdapterInfo() - Constructor for class eu.binjr.sources.netdata.adapters.NetdataAdapterInfo
-
Initialises a new instance of the
NetdataAdapterInfoclass. - NetdataAdapterPreferences - Class in eu.binjr.sources.netdata.adapters
-
Defines the preferences associated with the Netdata adapter.
O
- os(ChartSummary.OsEnum) - Method in class eu.binjr.sources.netdata.api.ChartSummary
P
- priority(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- putChartsItem(String, Chart) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- putDimensionsItem(String, ChartDimensions) - Method in class eu.binjr.sources.netdata.api.Chart
R
- read(JsonReader) - Method in class eu.binjr.sources.netdata.api.Chart.ChartTypeEnum.Adapter
- read(JsonReader) - Method in class eu.binjr.sources.netdata.api.ChartSummary.OsEnum.Adapter
- red(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- releaseChannel(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- rrdMemoryBytes(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
S
- SERIALIZED_NAME_ALARMS_COUNT - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_CHART_TYPE - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_CHARTS - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_CHARTS_COUNT - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_DATA_URL - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_DIMENSIONS - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_DIMENSIONS_COUNT - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_DURATION - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_ENABLED - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_FAMILY - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_FIRST_ENTRY - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_GREEN - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_HISTORY - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_HOSTNAME - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_ID - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_LAST_ENTRY - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_MEMORY_MODE - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_NAME - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_NAME - Static variable in class eu.binjr.sources.netdata.api.ChartDimensions
- SERIALIZED_NAME_OS - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_PRIORITY - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_RED - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_RELEASE_CHANNEL - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_RRD_MEMORY_BYTES - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_TIMEZONE - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_TITLE - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_TYPE - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_UNITS - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_UPDATE_EVERY - Static variable in class eu.binjr.sources.netdata.api.Chart
- SERIALIZED_NAME_UPDATE_EVERY - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- SERIALIZED_NAME_VERSION - Static variable in class eu.binjr.sources.netdata.api.ChartSummary
- setAlarmsCount(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setCharts(Map<String, Chart>) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setChartsCount(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setChartType(Chart.ChartTypeEnum) - Method in class eu.binjr.sources.netdata.api.Chart
- setDataUrl(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setDimensions(Map<String, ChartDimensions>) - Method in class eu.binjr.sources.netdata.api.Chart
- setDimensionsCount(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setDuration(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setEnabled(Boolean) - Method in class eu.binjr.sources.netdata.api.Chart
- setFamily(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setFirstEntry(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setGreen(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setHistory(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setHostname(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setId(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setLastEntry(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setMemoryMode(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setName(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setName(String) - Method in class eu.binjr.sources.netdata.api.ChartDimensions
- setOs(ChartSummary.OsEnum) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setPriority(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setRed(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setReleaseChannel(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setRrdMemoryBytes(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setTimezone(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setTitle(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setType(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setUnits(String) - Method in class eu.binjr.sources.netdata.api.Chart
- setUpdateEvery(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- setUpdateEvery(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- setVersion(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- STACKED - eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
- STDDEV - eu.binjr.sources.netdata.api.GroupingMethod
- SUM - eu.binjr.sources.netdata.api.GroupingMethod
T
- timezone(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
- title(String) - Method in class eu.binjr.sources.netdata.api.Chart
- toString() - Method in enum eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
- toString() - Method in class eu.binjr.sources.netdata.api.Chart
- toString() - Method in class eu.binjr.sources.netdata.api.ChartDimensions
- toString() - Method in enum eu.binjr.sources.netdata.api.ChartSummary.OsEnum
- toString() - Method in class eu.binjr.sources.netdata.api.ChartSummary
- toString() - Method in enum eu.binjr.sources.netdata.api.GroupingMethod
- type(String) - Method in class eu.binjr.sources.netdata.api.Chart
U
- units(String) - Method in class eu.binjr.sources.netdata.api.Chart
- updateEvery(BigDecimal) - Method in class eu.binjr.sources.netdata.api.Chart
- updateEvery(BigDecimal) - Method in class eu.binjr.sources.netdata.api.ChartSummary
V
- valueOf(String) - Static method in enum eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.binjr.sources.netdata.api.ChartSummary.OsEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.binjr.sources.netdata.api.GroupingMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum eu.binjr.sources.netdata.api.Chart.ChartTypeEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.binjr.sources.netdata.api.ChartSummary.OsEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.binjr.sources.netdata.api.GroupingMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version(String) - Method in class eu.binjr.sources.netdata.api.ChartSummary
W
- write(JsonWriter, Chart.ChartTypeEnum) - Method in class eu.binjr.sources.netdata.api.Chart.ChartTypeEnum.Adapter
- write(JsonWriter, ChartSummary.OsEnum) - Method in class eu.binjr.sources.netdata.api.ChartSummary.OsEnum.Adapter
All Classes All Packages