Package | Description |
---|---|
net.bluemind.monitoring.api | |
net.bluemind.monitoring.service.util |
Modifier and Type | Field and Description |
---|---|
java.util.List<FetchedData> |
Command.dataList
Formatted data in a list
|
java.util.List<FetchedData> |
ServerInformation.dataList
List of data given to the administrator.
|
java.util.List<FetchedData> |
FetchedData.dataPieces
The list of data pieces held by the fetched data.
|
Modifier and Type | Method and Description |
---|---|
FetchedData |
FetchedData.getDataPieceByTitle(java.lang.String title)
Fetches a data piece from its title.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerInformation.addData(FetchedData data)
Adds a new data to the list of data.
|
void |
FetchedData.addDataPiece(FetchedData dataPiece)
Adds a new data piece to the fetched data.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<FetchedData> |
Formatter.parseRawResultInFetchedDataList(java.lang.String result)
Parses data into a list.
|
Modifier and Type | Method and Description |
---|---|
static void |
Formatter.fillDataPieces(FetchedData data,
int eltCount,
java.lang.String[] titles)
Automatically fills the data pieces of a fetched data with the data that
it contains and the given titles.
|
Copyright © 2021. All Rights Reserved.