| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
GetEngineStatusResult |
AbstractAmazonNeptunedata.getEngineStatus(GetEngineStatusRequest request) |
GetEngineStatusResult |
AmazonNeptunedataClient.getEngineStatus(GetEngineStatusRequest request)
Retrieves the status of the graph database on the host.
|
GetEngineStatusResult |
AmazonNeptunedata.getEngineStatus(GetEngineStatusRequest getEngineStatusRequest)
Retrieves the status of the graph database on the host.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEngineStatusResult> |
AmazonNeptunedataAsyncClient.getEngineStatusAsync(GetEngineStatusRequest request,
AsyncHandler<GetEngineStatusRequest,GetEngineStatusResult> asyncHandler) |
Future<GetEngineStatusResult> |
AbstractAmazonNeptunedataAsync.getEngineStatusAsync(GetEngineStatusRequest request,
AsyncHandler<GetEngineStatusRequest,GetEngineStatusResult> asyncHandler) |
Future<GetEngineStatusResult> |
AmazonNeptunedataAsync.getEngineStatusAsync(GetEngineStatusRequest getEngineStatusRequest,
AsyncHandler<GetEngineStatusRequest,GetEngineStatusResult> asyncHandler)
Retrieves the status of the graph database on the host.
|
| Modifier and Type | Method and Description |
|---|---|
GetEngineStatusResult |
GetEngineStatusResult.addLabModeEntry(String key,
String value)
Add a single LabMode entry
|
GetEngineStatusResult |
GetEngineStatusResult.addSettingsEntry(String key,
String value)
Add a single Settings entry
|
GetEngineStatusResult |
GetEngineStatusResult.clearLabModeEntries()
Removes all the entries added into LabMode.
|
GetEngineStatusResult |
GetEngineStatusResult.clearSettingsEntries()
Removes all the entries added into Settings.
|
GetEngineStatusResult |
GetEngineStatusResult.clone() |
GetEngineStatusResult |
GetEngineStatusResult.withDbEngineVersion(String dbEngineVersion)
Set to the Neptune engine version running on your DB cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withDfeQueryEngine(String dfeQueryEngine)
Set to
enabled if the DFE engine is fully enabled, or to viaQueryHint (the default) if
the DFE engine is only used with queries that have the useDFE query hint set to true. |
GetEngineStatusResult |
GetEngineStatusResult.withGremlin(QueryLanguageVersion gremlin)
Contains information about the Gremlin query language available on your cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withLabMode(Map<String,String> labMode)
Contains Lab Mode settings being used by the engine.
|
GetEngineStatusResult |
GetEngineStatusResult.withOpencypher(QueryLanguageVersion opencypher)
Contains information about the openCypher query language available on your cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withRole(String role)
Set to
reader if the instance is a read-replica, or to writer if the instance is the
primary instance. |
GetEngineStatusResult |
GetEngineStatusResult.withRollingBackTrxCount(Integer rollingBackTrxCount)
If there are transactions being rolled back, this field is set to the number of such transactions.
|
GetEngineStatusResult |
GetEngineStatusResult.withRollingBackTrxEarliestStartTime(String rollingBackTrxEarliestStartTime)
Set to the start time of the earliest transaction being rolled back.
|
GetEngineStatusResult |
GetEngineStatusResult.withSettings(Map<String,String> settings)
Contains information about the current settings on your DB cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withSparql(QueryLanguageVersion sparql)
Contains information about the SPARQL query language available on your cluster.
|
GetEngineStatusResult |
GetEngineStatusResult.withStartTime(String startTime)
Set to the UTC time at which the current server process started.
|
GetEngineStatusResult |
GetEngineStatusResult.withStatus(String status)
Set to
healthy if the instance is not experiencing problems. |
Copyright © 2025. All rights reserved.