Package software.amazon.neptune.cluster
Class SuspendedEndpoints
- java.lang.Object
-
- software.amazon.neptune.cluster.SuspendedEndpoints
-
- All Implemented Interfaces:
EndpointFilter
public class SuspendedEndpoints extends Object implements EndpointFilter
-
-
Field Summary
Fields Modifier and Type Field Description static StringSTATE_ANNOTATIONstatic StringSUSPENDED-
Fields inherited from interface org.apache.tinkerpop.gremlin.driver.EndpointFilter
NULL_ENDPOINT_FILTER
-
-
Constructor Summary
Constructors Constructor Description SuspendedEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApprovalResultapproveEndpoint(Endpoint endpoint)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.driver.EndpointFilter
enrichEndpoint
-
-
-
-
Field Detail
-
STATE_ANNOTATION
public static final String STATE_ANNOTATION
- See Also:
- Constant Field Values
-
SUSPENDED
public static final String SUSPENDED
- See Also:
- Constant Field Values
-
-
Method Detail
-
approveEndpoint
public ApprovalResult approveEndpoint(Endpoint endpoint)
- Specified by:
approveEndpointin interfaceEndpointFilter
-
-