| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
default ExecuteGremlinProfileQueryResponse |
NeptunedataClient.executeGremlinProfileQuery(Consumer<ExecuteGremlinProfileQueryRequest.Builder> executeGremlinProfileQueryRequest)
Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and
produces a profile report as output.
|
default CompletableFuture<ExecuteGremlinProfileQueryResponse> |
NeptunedataAsyncClient.executeGremlinProfileQuery(Consumer<ExecuteGremlinProfileQueryRequest.Builder> executeGremlinProfileQueryRequest)
Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and
produces a profile report as output.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.builder() |
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.chop(Integer chop)
If non-zero, causes the results string to be truncated at that number of characters.
|
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.gremlinQuery(String gremlinQuery)
The Gremlin query string to profile.
|
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.indexOps(Boolean indexOps)
If this flag is set to
TRUE, the results include a detailed report of all index operations that
took place during query execution and serialization. |
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.results(Boolean results)
If this flag is set to
TRUE, the query results are gathered and displayed as part of the profile
report. |
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.Builder.serializer(String serializer)
If non-null, the gathered results are returned in a serialized response message in the format specified by
this parameter.
|
ExecuteGremlinProfileQueryRequest.Builder |
ExecuteGremlinProfileQueryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecuteGremlinProfileQueryRequest.Builder> |
ExecuteGremlinProfileQueryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.