Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
com.pervasive.datarush.cal.monitoring | |
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
com.pervasive.datarush.monitoring |
Provides classes and interfaces for reporting on commonly monitored
resources such as memory, threads, and I/O.
|
Modifier and Type | Method and Description |
---|---|
List<RuntimeStatistic<?>> |
MonitoredCallable.getStatistics()
Returns the statistics for this callable
|
Modifier and Type | Method and Description |
---|---|
static NodeStatisticsSnapshot |
NodeStatisticsSnapshot.captureThisJVM(String nodeID,
String host,
JobServerInformation jobWorkerInfo,
List<RuntimeStatistic<?>> additionalStats) |
Modifier and Type | Method and Description |
---|---|
RuntimeStatistic<?> |
LogicalStatistic.statistic()
Returns the pair of
LogicalStatistic.definition() and LogicalStatistic.supplier() . |
Modifier and Type | Method and Description |
---|---|
static List<RuntimeStatistic<?>> |
LogicalStatistics.statistics(List<LogicalStatistic> logicalStatistics)
Utility method to select each of the
LogicalStatistic.statistic() 's from
the specified list. |
Modifier and Type | Method and Description |
---|---|
LogicalStatistic.Builder |
LogicalStatistic.Builder.define(RuntimeStatistic<?> statistic)
Sets the values for
LogicalStatistic.definition() and LogicalStatistic.supplier()
based on those specified. |
void |
StatisticsRegistry.register(RuntimeStatistic<?> statistic)
Registers the given statistics object.
|
Modifier and Type | Method and Description |
---|---|
RuntimeStatistic<T> |
RuntimeStatistic.finalSnapshot()
Creates a final snapshot of this statistic
|
RuntimeStatistic<T> |
RuntimeStatistic.snapshot()
Creates a snapshot of this statistic
|
Modifier and Type | Method and Description |
---|---|
List<RuntimeStatistic<?>> |
StatisticsMap.entries()
Returns the list of statistic pairs
|
Modifier and Type | Method and Description |
---|---|
static String |
StatisticFormats.format(RuntimeStatistic<?> statistic)
Formats the given runtime statistics as a string for presentation in the UI.
|
<T extends StatisticSupplier> |
StatisticsMap.put(RuntimeStatistic<T> statistic)
Type-safe put that adds a pair of statistic and definition
|
Modifier and Type | Method and Description |
---|---|
static StatisticsMap |
StatisticSuppliers.aggregate(List<RuntimeStatistic<?>> details)
Performs aggregation across statistic details by the standard
aggregation defined for each
StatisticDefinition . |
Constructor and Description |
---|
StatisticsMap(List<RuntimeStatistic<?>> entries)
Creates a map consisting of the specified entries
|
Copyright © 2016 Actian Corporation. All rights reserved.