Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- acquireWait() - Method in class entsoe.ApiRateLimiter
-
Try to get a permit and wait until there is free permit.
- ApiRateLimiter - Class in entsoe
-
Limit the number of requests to a sensible limit.
- ApiRateLimiter(int, Duration, Duration) - Constructor for class entsoe.ApiRateLimiter
-
Create a new ApiRateLimiter
C
- compareTo(EntsoeDate) - Method in record class entsoe.EntsoeDate
E
- entsoe - package entsoe
- ENTSOE_SECURITY_TOKEN - Static variable in interface entsoe.EntsoeDefines
-
The String value of the ENTSOE_SECURITY_TOKEN configuration when specified as Java Property or as ENV variable.
- EntsoeClient - Class in entsoe
-
Access the ENTSO-E Transparency Platform.
- EntsoeClient() - Constructor for class entsoe.EntsoeClient
-
Default constructor which reads ENTSOE_SECURITY_TOKEN from Java Properties or ENV Variable.
- EntsoeClient(String) - Constructor for class entsoe.EntsoeClient
-
Explicit constructor that takes the ENTSOE_SECURITY_TOKEN as parameter.
- EntsoeDate - Record Class in entsoe
-
Helper record to handle the special date format used in the ENTSO-E API.
- EntsoeDate(ZonedDateTime) - Constructor for record class entsoe.EntsoeDate
-
Creates a new object based on the provided utc time.
- EntsoeDefines - Interface in entsoe
-
Shared constant collection
- EntsoeResolution - Enum Class in entsoe
-
ENTSO-E resolutions for day ahead spot price data.
- equals(Object) - Method in record class entsoe.EntsoeDate
-
Indicates whether some other object is "equal to" this one.
F
- fromENTSOEDate(EntsoeDate, int, EntsoeResolution) - Static method in record class entsoe.EntsoeDate
-
Constrict an new object based on an existing object and a relative offset (position).
- fromENTSOEDateString(String) - Static method in record class entsoe.EntsoeDate
-
Create a new object of the String representation of an ENTSO-E date.
G
- getEntsoeDate() - Method in record class entsoe.EntsoeDate
-
Date-only ENTSO-E String representation of the utc date object
- getEntsoeDateTime() - Method in record class entsoe.EntsoeDate
-
Date-time ENTSO-E String representation of the utc date object
- getRequestURL(EntsoeDate) - Method in class entsoe.EntsoeClient
-
Assemble the request URL for a specific date
- getSpotpriceDataRaw(EntsoeDate) - Method in class entsoe.EntsoeClient
-
Returns the raw spot price data as XML String.
- getTimeSeries(EntsoeDate, EntsoeResolution) - Method in class entsoe.EntsoeClient
-
Returns a TimeSeries that is truncated at the specified cutOffDate.
- getTimeSeries(EntsoeDate, EntsoeResolution, ZonedDateTime) - Method in class entsoe.EntsoeClient
-
Returns a TimeSeries that is truncated at the specified cutOffDate.
- getTransnetBWGrossPrice(BigDecimal) - Static method in class entsoe.Utils
-
Gross price example calculation for TransnetBW (Germany)
H
- hashCode() - Method in record class entsoe.EntsoeDate
-
Returns a hash code value for this object.
P
- padIntegerWithSpaces(int, int) - Static method in class entsoe.Utils
-
Pad integer with spaces
- padIntegerWithZeros(int, int) - Static method in class entsoe.Utils
-
Pad integer with zeros
- PT15M - Enum constant in enum class entsoe.EntsoeResolution
-
The 15-minute resolution.
- PT60M - Enum constant in enum class entsoe.EntsoeResolution
-
The 60-minute resolution.
T
- toString() - Method in record class entsoe.EntsoeDate
-
Returns a string representation of this record class.
U
- UTC_ZONE - Static variable in record class entsoe.EntsoeDate
-
The default ZoneId
- utcDate() - Method in record class entsoe.EntsoeDate
-
Returns the value of the
utcDaterecord component. - Utils - Class in entsoe
-
Utility functions.
- Utils() - Constructor for class entsoe.Utils
V
- valueOf(String) - Static method in enum class entsoe.EntsoeResolution
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class entsoe.EntsoeResolution
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values