| Package | Description |
|---|---|
| org.gcube.common.database | |
| org.gcube.common.database.engine |
| Modifier and Type | Method and Description |
|---|---|
DatabaseEndpoint |
DatabaseProvider.get(DatabaseEndpointIdentifier endpointIdentifier)
Retrieve a
DatabaseEndpoint by the means of a DatabaseEndpointIdentifier |
DatabaseEndpoint |
DatabaseProvider.get(String databaseInstanceId,
String endpointId)
Retrieves a
DatabaseEndpoint by providing a database and endpoint name without the need to instantiate a DatabaseEndpointIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
DatabaseEndpoint |
DatabaseInstance.getEndpoint(String endpointId)
Custom methods
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DatabaseEndpoint> |
DatabaseInstance.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseInstance.addEndpoint(DatabaseEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseInstance.setEndpoints(Map<String,DatabaseEndpoint> endpoints) |
| Constructor and Description |
|---|
DatabaseInstance(String id,
Map<String,DatabaseEndpoint> endpoints,
Platform platform,
HostingNode node) |
Copyright © 2017. All Rights Reserved.