A B C D F G I L M N O P R S T U V W 
All Classes All Packages

A

AbstractGraphSONMessageSerializerV1 - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV1() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
AbstractGraphSONMessageSerializerV1(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
AbstractGraphSONMessageSerializerV1.GremlinServerModule - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV1.ResponseMessageSerializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV2 - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV2() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
AbstractGraphSONMessageSerializerV2(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
Deprecated.
AbstractGraphSONMessageSerializerV2(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
AbstractGraphSONMessageSerializerV2.GremlinServerModule - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV2.RequestMessageDeserializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV2.RequestMessageSerializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV2.ResponseMessageDeserializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractGraphSONMessageSerializerV2.ResponseMessageSerializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
AbstractMessageSerializer<M> - Class in org.apache.tinkerpop.gremlin.util.ser
Base MessageSerializer that serializers can implement to get some helper methods around configuring a Mapper.Builder.
AbstractMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractMessageSerializer
 
add(Object...) - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage.Builder
 
addArg(String, Object) - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage.Builder
 
addIoRegistries(Map<String, Object>, Mapper.Builder) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractMessageSerializer
Reads a list of fully qualified class names from the value of the AbstractMessageSerializer.TOKEN_IO_REGISTRIES configuration key.
ARGS_ALIASES - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
Argument name that allows definition of alias names for Graph and TraversalSource objects on the remote system.
ARGS_BATCH_SIZE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
Argument name that allows definition of the number of iterations each ResponseMessage should contain - overrides the @{code resultIterationBatchSize} server setting.
ARGS_BINDINGS - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
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.
ARGS_EVAL_TIMEOUT - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
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.
ARGS_FORCE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
ARGS_GREMLIN - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
Argument name that corresponds to the Gremlin to evaluate.
ARGS_HOST - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
ARGS_LANGUAGE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
Argument name that allows definition of the flavor of Gremlin used (e.g.
ARGS_MAINTAIN_STATE_AFTER_EXCEPTION - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
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.
ARGS_MANAGE_TRANSACTION - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
ARGS_MATERIALIZE_PROPERTIES - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
The name of the argument that allows to control the serialization of properties on the server.
ARGS_SASL - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
ARGS_SASL_MECHANISM - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
ARGS_SESSION - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
ARGS_USER_AGENT - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
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.
AUTHENTICATE - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 407: A challenge from the server for the client to authenticate its request.

B

build(String) - Static method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
 
build(UUID) - Static method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage
 
build(RequestMessage) - Static method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage
 

C

code(ResponseStatusCode) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
configure(Map<String, Object>, Map<String, Graph>) - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
Configure the serializer with mapper settings as required.
configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
configure(Map<String, Object>, Map<String, Graph>) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
create() - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage.Builder
Create the request message given the settings provided to the RequestMessage.Builder.
create() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
create(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.NettyBufferFactory
 
createObject(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.RequestMessageDeserializer
 
createObject(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.ResponseMessageDeserializer
 

D

deserializeRequest(ByteBuf) - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
Deserialize a Netty ByteBuf into a RequestMessage.
deserializeRequest(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
deserializeRequest(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
deserializeRequest(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
 
deserializeRequest(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
 
deserializeRequest(String) - Method in interface org.apache.tinkerpop.gremlin.util.ser.MessageTextSerializer
 
deserializeResponse(ByteBuf) - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
Deserialize a Netty ByteBuf into a ResponseMessage.
deserializeResponse(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
deserializeResponse(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
deserializeResponse(ByteBuf) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
 
deserializeResponse(String) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
 
deserializeResponse(String) - Method in interface org.apache.tinkerpop.gremlin.util.ser.MessageTextSerializer
 

F

FORBIDDEN - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 403: The server could authenticate the request, but will not fulfill it.
from(RequestMessage) - Static method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
 

G

getArgs() - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
A Map of arguments that are supplied to the RequestMessage.op.
getAttributes() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseStatus
Gets the meta-data related to the response.
getCode() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseStatus
Gets the ResponseStatusCode that describes how the server responded to the request.
getData() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseResult
 
getFromValue(int) - Static method in enum org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
 
getListStringFromConfig(String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractMessageSerializer
Gets a List of strings from the configuration object.
getMapper() - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
Gets the "mapper" that performs the underlying serialization work.
getMapper() - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
getMapper() - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
getMapper() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
getMessage() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseStatus
Gets the message associated with the code.
getMeta() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseResult
 
getOp() - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
The operation or command to perform as defined by a particular Processor.
getProcessor() - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
The name of the Processor that should handle the RequestMessage.op.
getRequestId() - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
The id of the current request and is used to track the message within Gremlin Server and in its response.
getRequestId() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage
 
getResult() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage
 
getStatus() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage
 
getValue() - Method in enum org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
 
getValue() - Method in enum org.apache.tinkerpop.gremlin.util.ser.Serializers
 
GRAPHBINARY_V1 - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphBinary 1.0.
GraphBinaryMessageSerializerV1 - Class in org.apache.tinkerpop.gremlin.util.ser
 
GraphBinaryMessageSerializerV1() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
Creates a new instance of the message serializer using the default type serializers.
GraphBinaryMessageSerializerV1(TypeSerializerRegistry) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
GraphBinaryMessageSerializerV1(TypeSerializerRegistry.Builder) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
GRAPHSON - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 3.0.
GRAPHSON_V1 - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 1.0 with types.
GRAPHSON_V1_UNTYPED - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 1.0 without types.
GRAPHSON_V2 - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 2.0 with types.
GRAPHSON_V2_UNTYPED - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 2.0 without types.
GRAPHSON_V3 - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 3.0 with types.
GRAPHSON_V3_UNTYPED - org.apache.tinkerpop.gremlin.util.ser.Serializers
GraphSON 3.0 without types.
GraphSONMessageSerializerV1 - Class in org.apache.tinkerpop.gremlin.util.ser
Serialize results to JSON with version 1.0.x schema.
GraphSONMessageSerializerV1() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
GraphSONMessageSerializerV1(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
GraphSONMessageSerializerV2 - Class in org.apache.tinkerpop.gremlin.util.ser
Serialize results to JSON with version 2.0.x schema and the extended module.
GraphSONMessageSerializerV2() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
Creates a default GraphSONMessageSerializer.
GraphSONMessageSerializerV2(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
Deprecated.
GraphSONMessageSerializerV2(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
Create a GraphSONMessageSerializer with a provided GraphSONMapper.Builder.
GraphSONMessageSerializerV3 - Class in org.apache.tinkerpop.gremlin.util.ser
Serialize results to JSON with version 3.0.x schema and the extended module.
GraphSONMessageSerializerV3() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
Creates a default GraphSONMessageSerializer.
GraphSONMessageSerializerV3(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
Deprecated.
GraphSONMessageSerializerV3(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
Create a GraphSONMessageSerializer with a provided GraphSONMapper.Builder.
GraphSONUntypedMessageSerializerV1 - Class in org.apache.tinkerpop.gremlin.util.ser
Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.
GraphSONUntypedMessageSerializerV1() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
GraphSONUntypedMessageSerializerV1(GraphSONMapper) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
GraphSONUntypedMessageSerializerV2 - Class in org.apache.tinkerpop.gremlin.util.ser
Serialize results to JSON with version 2.0.x schema and the extended module without embedded types.
GraphSONUntypedMessageSerializerV2() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
Creates a default GraphSONMessageSerializer.
GraphSONUntypedMessageSerializerV2(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
Create a GraphSONMessageSerializer with a provided GraphSONMapper.Builder.
GraphSONUntypedMessageSerializerV3 - Class in org.apache.tinkerpop.gremlin.util.ser
Serialize results to JSON with version 3.0.x schema and the extended module without embedded types.
GraphSONUntypedMessageSerializerV3() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
Creates a default GraphSONMessageSerializer.
GraphSONUntypedMessageSerializerV3(GraphSONMapper.Builder) - Constructor for class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
Create a GraphSONMessageSerializer with a provided GraphSONMapper.Builder.
GremlinServerModule() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1.GremlinServerModule
 
GremlinServerModule() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.GremlinServerModule
 

I

INVALID - Static variable in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
An "invalid" message.
isFinalResponse() - Method in enum org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Indicates whether the status code can only be used in the last response for a particular request.
isSuccess() - Method in enum org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
 

L

logger - Static variable in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
 

M

mapper - Variable in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
mapper - Variable in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
mapTypeReference - Variable in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
MATERIALIZE_PROPERTIES_ALL - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
The name of the value denoting that all properties of Element should be returned.
MATERIALIZE_PROPERTIES_TOKENS - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
The name of the value denoting that only `ID` and `Label` of Element should be returned.
MessageSerializer<M> - Interface in org.apache.tinkerpop.gremlin.util
Serializes data to and from Gremlin Server.
MessageTextSerializer<M> - Interface in org.apache.tinkerpop.gremlin.util.ser
An extension to the MessageSerializer interface that allows a format to be compatible with text-based websocket messages.
MIME_GRAPHBINARY_V1 - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_GRAPHSON_V1 - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_GRAPHSON_V1_UNTYPED - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_GRAPHSON_V2 - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_GRAPHSON_V2_UNTYPED - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_GRAPHSON_V3 - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_GRAPHSON_V3_UNTYPED - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
MIME_JSON - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
mimeTypesSupported() - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
The list of mime types that the serializer supports.
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
 
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
 
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
 
mimeTypesSupported() - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
 

N

NettyBufferFactory - Class in org.apache.tinkerpop.gremlin.util.ser
Represents a factory to create Buffer instances from wrapped ByteBuf instances.
NettyBufferFactory() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.NettyBufferFactory
 
NO_CONTENT - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 204: The server processed the request but there is no result to return (e.g.

O

OP_PROCESSOR_NAME - Static variable in class org.apache.tinkerpop.gremlin.util.message.RequestMessage.Builder
 
OPS_AUTHENTICATION - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
OPS_BYTECODE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
OPS_CLOSE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
OPS_EVAL - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
OPS_INVALID - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
optionalArgs(String) - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
 
org.apache.tinkerpop.gremlin.util - package org.apache.tinkerpop.gremlin.util
 
org.apache.tinkerpop.gremlin.util.message - package org.apache.tinkerpop.gremlin.util.message
 
org.apache.tinkerpop.gremlin.util.ser - package org.apache.tinkerpop.gremlin.util.ser
 
org.apache.tinkerpop.gremlin.util.ser.binary - package org.apache.tinkerpop.gremlin.util.ser.binary
 
overrideRequestId(UUID) - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage.Builder
Override the request identifier with a specified one, otherwise the RequestMessage.Builder will randomly generate a UUID.

P

PARTIAL_CONTENT - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 206: The server successfully returned some content, but there is more in the stream to arrive - wait for a ResponseStatusCode.SUCCESS to signify the end of the stream.
processor(String) - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage.Builder
If this value is not set in the builder then the RequestMessage.processor defaults to the standard op processor (empty string).

R

read(KryoShim<I, ?>, I, Class<RequestMessage>) - Method in class org.apache.tinkerpop.gremlin.util.ser.RequestMessageGryoSerializer
 
read(KryoShim<I, ?>, I, Class<ResponseMessage>) - Method in class org.apache.tinkerpop.gremlin.util.ser.ResponseMessageGryoSerializer
 
readRaw(Buffer, Consumer<ByteBuf>) - Static method in class org.apache.tinkerpop.gremlin.util.ser.NettyBufferFactory
Utility method to allow reading from the underlying bytes using a Netty ByteBuf instance for interoperability, advancing the reader index of the Buffer after the consumer is called.
readValue(ByteBuf, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.util.ser.binary.RequestMessageSerializer
 
readValue(ByteBuf, GraphBinaryReader) - Method in class org.apache.tinkerpop.gremlin.util.ser.binary.ResponseMessageSerializer
 
REQUEST_ERROR_INVALID_REQUEST_ARGUMENTS - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 499: The request message was parseable, but the arguments supplied in the message were in conflict or incomplete.
REQUEST_ERROR_MALFORMED_REQUEST - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 498: The request message was not properly formatted which means it could not be parsed at all or the "op" code was not recognized such that Gremlin Server could properly route it for processing.
REQUEST_ERROR_SERIALIZATION - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 497: The request message contains objects that were not serializable on the client side.
REQUEST_ID - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
The key for the unique identifier of the request.
RequestMessage - Class in org.apache.tinkerpop.gremlin.util.message
The model for a request message sent to the server.
RequestMessage.Builder - Class in org.apache.tinkerpop.gremlin.util.message
Builder class for RequestMessage.
RequestMessageDeserializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.RequestMessageDeserializer
 
RequestMessageGryoSerializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
RequestMessageGryoSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.RequestMessageGryoSerializer
 
RequestMessageSerializer - Class in org.apache.tinkerpop.gremlin.util.ser.binary
 
RequestMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.RequestMessageSerializer
 
RequestMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.binary.RequestMessageSerializer
 
ResponseMessage - Class in org.apache.tinkerpop.gremlin.util.message
 
ResponseMessage.Builder - Class in org.apache.tinkerpop.gremlin.util.message
 
ResponseMessageDeserializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.ResponseMessageDeserializer
 
ResponseMessageGryoSerializer - Class in org.apache.tinkerpop.gremlin.util.ser
 
ResponseMessageGryoSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.ResponseMessageGryoSerializer
 
ResponseMessageSerializer - Class in org.apache.tinkerpop.gremlin.util.ser.binary
 
ResponseMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1.ResponseMessageSerializer
 
ResponseMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.ResponseMessageSerializer
 
ResponseMessageSerializer() - Constructor for class org.apache.tinkerpop.gremlin.util.ser.binary.ResponseMessageSerializer
 
responseMetaData(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
ResponseResult - Class in org.apache.tinkerpop.gremlin.util.message
 
ResponseResult(Object, Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.util.message.ResponseResult
 
ResponseStatus - Class in org.apache.tinkerpop.gremlin.util.message
 
ResponseStatus(ResponseStatusCode, String, Map<String, Object>) - Constructor for class org.apache.tinkerpop.gremlin.util.message.ResponseStatus
 
ResponseStatusCode - Enum in org.apache.tinkerpop.gremlin.util.message
Response status codes for Gremlin Server responses.
result(Object) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 

S

ser(RequestMessage, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.RequestMessageSerializer
 
ser(ResponseMessage, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1.ResponseMessageSerializer
 
ser(ResponseMessage, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.ResponseMessageSerializer
 
SerializationException - Exception in org.apache.tinkerpop.gremlin.util.ser
 
SerializationException(String) - Constructor for exception org.apache.tinkerpop.gremlin.util.ser.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.util.ser.SerializationException
 
SerializationException(Throwable) - Constructor for exception org.apache.tinkerpop.gremlin.util.ser.SerializationException
 
serialize(RequestMessage, JsonGenerator, SerializerProvider) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.RequestMessageSerializer
 
serialize(ResponseMessage, JsonGenerator, SerializerProvider) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1.ResponseMessageSerializer
 
serialize(ResponseMessage, JsonGenerator, SerializerProvider) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.ResponseMessageSerializer
 
serializeRequestAsBinary(RequestMessage, ByteBufAllocator) - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
Serialize a ResponseMessage to a Netty ByteBuf.
serializeRequestAsBinary(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
serializeRequestAsBinary(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
serializeRequestAsBinary(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
 
serializeRequestAsString(RequestMessage, ByteBufAllocator) - Method in interface org.apache.tinkerpop.gremlin.util.ser.MessageTextSerializer
 
serializeResponseAsBinary(ResponseMessage, ByteBufAllocator) - Method in interface org.apache.tinkerpop.gremlin.util.MessageSerializer
Serialize a ResponseMessage to a Netty ByteBuf.
serializeResponseAsBinary(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1
 
serializeResponseAsBinary(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2
 
serializeResponseAsBinary(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV1
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV2
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV1
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV2
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in class org.apache.tinkerpop.gremlin.util.ser.GraphSONUntypedMessageSerializerV3
 
serializeResponseAsString(ResponseMessage, ByteBufAllocator) - Method in interface org.apache.tinkerpop.gremlin.util.ser.MessageTextSerializer
 
Serializers - Enum in org.apache.tinkerpop.gremlin.util.ser
An enum of the default serializers.
serializeWithType(RequestMessage, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.RequestMessageSerializer
 
serializeWithType(ResponseMessage, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV1.ResponseMessageSerializer
 
serializeWithType(ResponseMessage, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractGraphSONMessageSerializerV2.ResponseMessageSerializer
 
SerTokens - Class in org.apache.tinkerpop.gremlin.util.ser
 
SERVER_ERROR - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 500: A general server error occurred that prevented the request from being processed.
SERVER_ERROR_EVALUATION - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 597: The request submitted for processing evaluated by the server with errors and could not be processed.
SERVER_ERROR_FAIL_STEP - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 595: A server error that is produced when the GraphTraversal.fail() step is triggered.
SERVER_ERROR_SERIALIZATION - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 599: The server was not capable of serializing an object that was returned from the script supplied on the request.
SERVER_ERROR_TEMPORARY - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 596: A server error that indicates that the client should retry the request.
SERVER_ERROR_TIMEOUT - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 598: The server exceeded one of the timeout settings for the request and could therefore only partially responded or did not respond at all.
simpleInstance() - Method in enum org.apache.tinkerpop.gremlin.util.ser.Serializers
 
STATUS_ATTRIBUTE_EXCEPTIONS - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
Refers to the hierarchy of exception names for a particular exception thrown on the server.
STATUS_ATTRIBUTE_FAIL_STEP_MESSAGE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
The value of this key holds a string representation of the data held by a Failure as produced by Failure.format().
STATUS_ATTRIBUTE_STACK_TRACE - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
Refers to the stacktrace for an exception thrown on the server
STATUS_ATTRIBUTE_WARNINGS - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
A ResultSet#statusAttributes() key for user-facing warnings.
statusAttribute(String, Object) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
statusAttributeException(Throwable) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
statusAttributes(Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
statusMessage(String) - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage.Builder
 
SUCCESS - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 200: The server successfully processed a request to completion - there are no messages remaining in this stream.

T

TOKEN_ARGS - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_ATTRIBUTES - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_BUILDER - Static variable in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
TOKEN_CODE - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_CUSTOM - Static variable in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
TOKEN_DATA - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_IO_REGISTRIES - Static variable in class org.apache.tinkerpop.gremlin.util.ser.AbstractMessageSerializer
 
TOKEN_MESSAGE - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_META - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_OP - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_PROCESSOR - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_REQUEST - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_RESULT - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
TOKEN_SERIALIZE_RESULT_TO_STRING - Static variable in class org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
 
TOKEN_STATUS - Static variable in class org.apache.tinkerpop.gremlin.util.ser.SerTokens
 
Tokens - Class in org.apache.tinkerpop.gremlin.util
String constants used in gremlin-driver and gremlin-server.
TOO_MANY_REQUESTS - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 429: Indicates that too many requests have been sent in a given amount of time.
toString() - Method in class org.apache.tinkerpop.gremlin.util.message.RequestMessage
 
toString() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseMessage
 
toString() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseResult
 
toString() - Method in class org.apache.tinkerpop.gremlin.util.message.ResponseStatus
 
tryInstanceMethod(Class) - Method in class org.apache.tinkerpop.gremlin.util.ser.AbstractMessageSerializer
 

U

UNAUTHORIZED - org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Code 401: The server could not authenticate the request or the client requested a resource it did not have access to.

V

VAL_TRAVERSAL_SOURCE_ALIAS - Static variable in class org.apache.tinkerpop.gremlin.util.Tokens
 
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.util.ser.Serializers
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tinkerpop.gremlin.util.message.ResponseStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tinkerpop.gremlin.util.ser.Serializers
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(ByteBuffer) - Method in class org.apache.tinkerpop.gremlin.util.ser.NettyBufferFactory
 
write(KryoShim<?, O>, O, RequestMessage) - Method in class org.apache.tinkerpop.gremlin.util.ser.RequestMessageGryoSerializer
 
write(KryoShim<?, O>, O, ResponseMessage) - Method in class org.apache.tinkerpop.gremlin.util.ser.ResponseMessageGryoSerializer
 
writeRaw(Buffer, Consumer<ByteBuf>) - Static method in class org.apache.tinkerpop.gremlin.util.ser.NettyBufferFactory
Allows writing from the underlying bytes using a Netty ByteBuf instance for interoperability, advancing the writer index of the Buffer after the consumer is called.
writeValue(RequestMessage, ByteBuf, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.util.ser.binary.RequestMessageSerializer
 
writeValue(ResponseMessage, ByteBuf, GraphBinaryWriter) - Method in class org.apache.tinkerpop.gremlin.util.ser.binary.ResponseMessageSerializer
 
A B C D F G I L M N O P R S T U V W 
All Classes All Packages