public final class Tokens extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARGS_ALIASES
Argument name that allows definition of alias names for
Graph and TraversalSource objects on
the remote system. |
static String |
ARGS_BATCH_SIZE
Argument name that allows definition of the number of iterations each
ResponseMessage should contain -
overrides the @{code resultIterationBatchSize} server setting. |
static String |
ARGS_BINDINGS
Argument name that allows to provide a map of key/value pairs to apply as variables in the context of
the Gremlin request sent to the server.
|
static String |
ARGS_EVAL_TIMEOUT
Argument name that allows the override of the server setting that determines the maximum time to wait for a
request to execute on the server.
|
static String |
ARGS_FORCE |
static String |
ARGS_GREMLIN
Argument name that corresponds to the Gremlin to evaluate.
|
static String |
ARGS_HOST |
static String |
ARGS_LANGUAGE
Argument name that allows definition of the flavor of Gremlin used (e.g.
|
static String |
ARGS_MAINTAIN_STATE_AFTER_EXCEPTION
Argument name that is intended to be used with a session which when its value is
true makes it so
that a processing error or request timeout will not close the session, but leave it to continue processing in
whatever state it may hold. |
static String |
ARGS_MANAGE_TRANSACTION |
static String |
ARGS_SASL |
static String |
ARGS_SASL_MECHANISM |
static String |
ARGS_SESSION |
static String |
ARGS_USER_AGENT
A value that is a custom string that the user can pass to a server that might accept it for purpose of
identifying the kind of client it came from.
|
static String |
OPS_AUTHENTICATION |
static String |
OPS_BYTECODE |
static String |
OPS_CLOSE |
static String |
OPS_EVAL |
static String |
OPS_INVALID |
static String |
REQUEST_ID
The key for the unique identifier of the request.
|
static String |
STATUS_ATTRIBUTE_EXCEPTIONS
Refers to the hierarchy of exception names for a particular exception thrown on the server.
|
static String |
STATUS_ATTRIBUTE_FAIL_STEP_MESSAGE
The value of this key holds a string representation of the data held by a
Failure as produced by
Failure.format() . |
static String |
STATUS_ATTRIBUTE_STACK_TRACE
Refers to the stacktrace for an exception thrown on the server
|
static String |
STATUS_ATTRIBUTE_WARNINGS
A
ResultSet.statusAttributes() key for user-facing warnings. |
static String |
VAL_TRAVERSAL_SOURCE_ALIAS |
public static final String OPS_AUTHENTICATION
public static final String OPS_BYTECODE
public static final String OPS_EVAL
public static final String OPS_INVALID
public static final String OPS_CLOSE
public static final String REQUEST_ID
public static final String ARGS_BATCH_SIZE
ResponseMessage
should contain -
overrides the @{code resultIterationBatchSize} server setting.public static final String ARGS_BINDINGS
public static final String ARGS_ALIASES
Graph
and TraversalSource
objects on
the remote system.public static final String ARGS_FORCE
public static final String ARGS_GREMLIN
public static final String ARGS_LANGUAGE
public static final String ARGS_EVAL_TIMEOUT
public static final String ARGS_HOST
public static final String ARGS_SESSION
public static final String ARGS_MANAGE_TRANSACTION
public static final String ARGS_MAINTAIN_STATE_AFTER_EXCEPTION
true
makes it so
that a processing error or request timeout will not close the session, but leave it to continue processing in
whatever state it may hold. This argument only applies to the UnifiedChannelizer
.public static final String ARGS_SASL
public static final String ARGS_SASL_MECHANISM
public static final String ARGS_USER_AGENT
public static final String VAL_TRAVERSAL_SOURCE_ALIAS
public static final String STATUS_ATTRIBUTE_FAIL_STEP_MESSAGE
Failure
as produced by
Failure.format()
.public static final String STATUS_ATTRIBUTE_EXCEPTIONS
public static final String STATUS_ATTRIBUTE_STACK_TRACE
public static final String STATUS_ATTRIBUTE_WARNINGS
ResultSet.statusAttributes()
key for user-facing warnings.
Implementations that set this key should consider using one of these two recommended value types:
List
implementation containing
references for which String#valueOf(Object)
produces
a meaningful return value. For example, a list of strings.String#valueOf(Object)
produces a meaningful return value.
For example, a string.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.