@Generated(value="software.amazon.awssdk:codegen") public final class GetEngineStatusResponse extends NeptunedataResponse implements ToCopyableBuilder<GetEngineStatusResponse.Builder,GetEngineStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEngineStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEngineStatusResponse.Builder |
builder() |
String |
dbEngineVersion()
Set to the Neptune engine version running on your DB cluster.
|
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. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<String,Document> |
features()
Contains status information about the features enabled on your DB cluster.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
QueryLanguageVersion |
gremlin()
Contains information about the Gremlin query language available on your cluster.
|
boolean |
hasFeatures()
For responses, this returns true if the service returned a value for the Features property.
|
int |
hashCode() |
boolean |
hasLabMode()
For responses, this returns true if the service returned a value for the LabMode property.
|
boolean |
hasSettings()
For responses, this returns true if the service returned a value for the Settings property.
|
Map<String,String> |
labMode()
Contains Lab Mode settings being used by the engine.
|
QueryLanguageVersion |
opencypher()
Contains information about the openCypher query language available on your cluster.
|
String |
role()
Set to
reader if the instance is a read-replica, or to writer if the instance is the
primary instance. |
Integer |
rollingBackTrxCount()
If there are transactions being rolled back, this field is set to the number of such transactions.
|
String |
rollingBackTrxEarliestStartTime()
Set to the start time of the earliest transaction being rolled back.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEngineStatusResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
settings()
Contains information about the current settings on your DB cluster.
|
QueryLanguageVersion |
sparql()
Contains information about the SPARQL query language available on your cluster.
|
String |
startTime()
Set to the UTC time at which the current server process started.
|
String |
status()
Set to
healthy if the instance is not experiencing problems. |
GetEngineStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String status()
Set to healthy if the instance is not experiencing problems. If the instance is recovering from a
crash or from being rebooted and there are active transactions running from the latest server shutdown, status is
set to recovery.
healthy if the instance is not experiencing problems. If the instance is recovering
from a crash or from being rebooted and there are active transactions running from the latest server
shutdown, status is set to recovery.public final String startTime()
Set to the UTC time at which the current server process started.
public final String dbEngineVersion()
Set to the Neptune engine version running on your DB cluster. If this engine version has been manually patched
since it was released, the version number is prefixed by Patch-.
Patch-.public final String role()
Set to reader if the instance is a read-replica, or to writer if the instance is the
primary instance.
reader if the instance is a read-replica, or to writer if the instance
is the primary instance.public final 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.
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.public final QueryLanguageVersion gremlin()
Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.
public final QueryLanguageVersion sparql()
Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.
public final QueryLanguageVersion opencypher()
Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.
public final boolean hasLabMode()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,String> labMode()
Contains Lab Mode settings being used by the engine.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasLabMode() method.
public final Integer rollingBackTrxCount()
If there are transactions being rolled back, this field is set to the number of such transactions. If there are none, the field doesn't appear at all.
public final String rollingBackTrxEarliestStartTime()
Set to the start time of the earliest transaction being rolled back. If no transactions are being rolled back, the field doesn't appear at all.
public final boolean hasFeatures()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,Document> features()
Contains status information about the features enabled on your DB cluster.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFeatures() method.
public final boolean hasSettings()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,String> settings()
Contains information about the current settings on your DB cluster. For example, contains the current cluster
query timeout setting (clusterQueryTimeoutInMs).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSettings() method.
clusterQueryTimeoutInMs).public GetEngineStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEngineStatusResponse.Builder,GetEngineStatusResponse>toBuilder in class AwsResponsepublic static GetEngineStatusResponse.Builder builder()
public static Class<? extends GetEngineStatusResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.