Class StatisticsResource
java.lang.Object
net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Mondrian Server Info and Stats Endpoints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionServerInfoGet Mondrian Server InfoMondrianVersionGet Mondrian Server InfoGet Mondrian Stats
-
Constructor Details
-
StatisticsResource
public StatisticsResource()
-
-
Method Details
-
getMondrianStats
Get Mondrian Stats -
getMondrianServer
public ServerInfo getMondrianServer()Get Mondrian Server Info -
getMondrianServerVersion
public MondrianVersion getMondrianServerVersion()Get Mondrian Server Info
-