| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OSHDBH2
OSHDB database backend connector to a H2 database.
|
class |
OSHDBIgnite
OSHDB database backend connector to a Ignite system.
|
class |
OSHDBJdbc
OSHDB database backend connector to a JDBC database file.
|
| Modifier and Type | Method and Description |
|---|---|
OSHDBDatabase |
OSHDBDatabase.clearTimeout()
Clears a previously set timeout for queries on this ignite oshdb backend.
|
OSHDBDatabase |
OSHDBDatabase.prefix(String prefix)
Sets the "table/cache" name prefix to be used with this oshdb.
|
OSHDBDatabase |
OSHDBDatabase.timeout(double seconds)
Set a timeout for queries on this ignite oshdb backend.
|
OSHDBDatabase |
OSHDBDatabase.timeoutInMilliseconds(long milliSeconds)
Set a timeout for queries on this ignite oshdb backend.
|
| Modifier and Type | Field and Description |
|---|---|
protected OSHDBDatabase |
MapReducer.oshdb |
| Modifier and Type | Method and Description |
|---|---|
static MapReducer<OSMContribution> |
OSMContributionView.on(OSHDBDatabase oshdb) |
static MapReducer<OSMEntitySnapshot> |
OSMEntitySnapshotView.on(OSHDBDatabase oshdb) |
| 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) |
Copyright © 2016–2020 HeiGIT. All rights reserved.