public interface CubeService
Modifier and Type | Method and Description |
---|---|
long |
get(ReadBuilder addressBuilder)
Using the supplied
ReadBuilder to obtain the address, looks up the cube value. |
List<Rollup> |
getSchema()
Provides the list of rollups thus specifying the available combinations of addressable dimensions for a cube.
|
long get(ReadBuilder addressBuilder) throws IllegalArgumentException
ReadBuilder
to obtain the address, looks up the cube value.
Should the cube support no dimensions (e.g. count all), then calling with an empty ReadBuilder
will return this. E.g. cubeService.get(new ReadBuilder());addressBuilder
- To obtain the address at which to look up from the cubeIllegalArgumentException
- Should the addressBuilder provide an address that does not exist in the cubeCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.