Modifier and Type | Method and Description |
---|---|
List<TPS> |
TPSPart.getTpsData() |
Modifier and Type | Method and Description |
---|---|
void |
TPSPart.setAllTimePeak(TPS allTimePeak) |
void |
TPSPart.setLastPeak(TPS lastPeak) |
Modifier and Type | Method and Description |
---|---|
void |
TPSPart.addTpsData(Collection<TPS> data) |
Modifier and Type | Method and Description |
---|---|
Optional<TPS> |
TPSTable.getAllTimePeak() |
Optional<TPS> |
TPSTable.getAllTimePeak(UUID serverUUID) |
Map<UUID,List<TPS>> |
TPSTable.getAllTPS() |
List<TPS> |
TPSTable.getNetworkOnlineData() |
Optional<TPS> |
TPSTable.getPeakPlayerCount(long afterDate) |
Optional<TPS> |
TPSTable.getPeakPlayerCount(UUID serverUUID,
long afterDate) |
List<TPS> |
TPSTable.getTPSData() |
Modifier and Type | Method and Description |
---|---|
void |
TPSTable.insertTPS(TPS tps) |
Modifier and Type | Method and Description |
---|---|
void |
TPSTable.insertAllTPS(Map<UUID,List<TPS>> allTPS) |
Constructor and Description |
---|
TPSInsertProcessor(List<TPS> object) |
Modifier and Type | Method and Description |
---|---|
List<TPS> |
ServerImportData.getTpsData() |
Modifier and Type | Method and Description |
---|---|
ServerImportData.ServerImportDataBuilder |
ServerImportData.ServerImportDataBuilder.tpsData(TPS... tpsData) |
Modifier and Type | Method and Description |
---|---|
void |
ServerImportData.setTpsData(List<TPS> tpsData) |
ServerImportData.ServerImportDataBuilder |
ServerImportData.ServerImportDataBuilder.tpsData(Collection<TPS> tpsData) |
Modifier and Type | Method and Description |
---|---|
int |
TPSComparator.compare(TPS o1,
TPS o2) |
Modifier and Type | Method and Description |
---|---|
static List<TPS> |
TPSGraphCreator.filterTPS(List<TPS> tpsData,
long nowMinusScale) |
Modifier and Type | Method and Description |
---|---|
static String |
TPSGraphCreator.buildSeriesDataString(List<TPS> tpsData) |
static String |
RamGraphCreator.buildSeriesDataString(List<TPS> tpsData)
Creates a series data string from given data.
|
static String |
PlayerActivityGraphCreator.buildSeriesDataString(List<TPS> tpsData) |
static String |
CPUGraphCreator.buildSeriesDataString(List<TPS> tpsData) |
static String |
WorldLoadGraphCreator.buildSeriesDataStringChunks(List<TPS> tpsData)
Creates series data of chunk load.
|
static String |
WorldLoadGraphCreator.buildSeriesDataStringEntities(List<TPS> tpsData)
Creates series graph data of entity load.
|
static List<TPS> |
TPSGraphCreator.filterTPS(List<TPS> tpsData,
long nowMinusScale) |
Copyright © 2017. All rights reserved.