Uses of Enum Class
org.netxms.client.constants.DciAggregationFunction
Packages that use DciAggregationFunction
-
Uses of DciAggregationFunction in org.netxms.client
Methods in org.netxms.client with parameters of type DciAggregationFunctionModifier and TypeMethodDescriptionNXCSession.getCollectedData(long nodeId, long dciId, Date from, Date to, int maxRows, HistoricalDataType valueType, DciTier tier, DciAggregationFunction function) Get collected DCI data from server with explicit tier and aggregation function selection.NXCSession.getCollectedData(long nodeId, long dciId, Date from, Date to, HistoricalDataType valueType, DciTier tier, DciAggregationFunction function, long delegateReadObject, HistoricalDataReceiver receiver) Get collected DCI data from server incrementally. -
Uses of DciAggregationFunction in org.netxms.client.constants
Methods in org.netxms.client.constants that return DciAggregationFunctionModifier and TypeMethodDescriptionstatic DciAggregationFunctionDciAggregationFunction.getByValue(int value) static DciAggregationFunctionReturns the enum constant of this class with the specified name.static DciAggregationFunction[]DciAggregationFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.