| Class | Description |
|---|---|
| AbstractClient |
A client connecting to the GeoRocket api
|
| ClientAPIException |
An exception that will be created if an API exception has happened
on the client-side
|
| GeoRocketClient |
Provides interface to perform operations against a GeoRocket server
|
| ImportParams |
Parameters that can be passed to
startImport(ImportParams, io.vertx.core.Handler) |
| ImportResult |
Results returned by
startImport(ImportParams, io.vertx.core.Handler)
when the data has been imported into GeoRocket |
| SearchParams |
Parameters that can be passed to
search(SearchParams, io.vertx.core.Handler) |
| SearchReadStream |
A read stream from which merged chunks can be read
|
| SearchReadStreamResult |
Results that become available after a
SearchReadStream has been
read completely |
| SearchResult |
Results returned by
startImport(ImportParams, io.vertx.core.Handler)
when the data has been imported into GeoRocket |
| StoreClient |
A client connecting to the GeoRocket data store
|
| Enum | Description |
|---|---|
| ImportParams.Compression |
A compression method
|