| Package | Description |
|---|---|
| org.heigit.bigspatialdata.oshdb.api.db |
API-Implementations of the informative OSHDB-Base-Class.
|
| org.heigit.bigspatialdata.oshdb.api.mapreducer |
Central front-end of the API.
|
| org.heigit.bigspatialdata.oshdb.api.mapreducer.backend |
Specialised MapReducers.
|
| org.heigit.bigspatialdata.oshdb.api.object |
API-Objects used within map, aggregate and reduce steps.
|
| Modifier and Type | Method and Description |
|---|---|
<X extends OSHDBMapReducible> |
OSHDBIgnite.createMapReducer(Class<X> forClass) |
<X extends OSHDBMapReducible> |
OSHDBJdbc.createMapReducer(Class<X> forClass) |
abstract <X extends OSHDBMapReducible> |
OSHDBDatabase.createMapReducer(Class<X> forClass)
Factory function that creates a mapReducer object of the appropriate data type class for this
oshdb backend implemenation.
|
| Constructor and Description |
|---|
MapReducer(OSHDBDatabase oshdb,
Class<? extends OSHDBMapReducible> forClass) |
| Constructor and Description |
|---|
MapReducerIgniteAffinityCall(OSHDBDatabase oshdb,
Class<? extends OSHDBMapReducible> forClass) |
MapReducerIgniteLocalPeek(OSHDBDatabase oshdb,
Class<? extends OSHDBMapReducible> forClass) |
MapReducerIgniteScanQuery(OSHDBDatabase oshdb,
Class<? extends OSHDBMapReducible> forClass) |
MapReducerJdbcMultithread(OSHDBDatabase oshdb,
Class<? extends OSHDBMapReducible> forClass) |
MapReducerJdbcSinglethread(OSHDBDatabase oshdb,
Class<? extends OSHDBMapReducible> forClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
OSMContribution
Holds information about a single modification ("contribution") of a single entity in database.
|
class |
OSMEntitySnapshot
Stores information about a single data entity at a specific time "snapshot".
|
Copyright © 2016–2020 HeiGIT. All rights reserved.