Uses of Enum Class
org.netxms.client.constants.DciTier
Packages that use DciTier
-
Uses of DciTier in org.netxms.client
Methods in org.netxms.client with parameters of type DciTierModifier 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 DciTier in org.netxms.client.constants
Methods in org.netxms.client.constants that return DciTierModifier and TypeMethodDescriptionstatic DciTierDciTier.getByValue(int value) static DciTierReturns the enum constant of this class with the specified name.static DciTier[]DciTier.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DciTier in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return DciTierModifier and TypeMethodDescriptionDataSeries.getTierServed()Get the tier the server actually read from to fulfill the request.