Package org.redisson.api
Class TimeSeriesEntry<V,L>
java.lang.Object
org.redisson.api.TimeSeriesEntry<V,L>
- Type Parameters:
V
- value typeL
- label type
Time-series collection entry
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionTimeSeriesEntry
(long timestamp, V value) TimeSeriesEntry
(long timestamp, V value, L label) -
Method Summary