- Channelizer - Interface in org.apache.tinkerpop.gremlin.driver
-
Client-side channel initializer interface.
- Channelizer.AbstractChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- Channelizer.NioChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- Channelizer.WebSocketChannelizer - Class in org.apache.tinkerpop.gremlin.driver
-
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
Chooses a Connection to write the message to.
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client.ClusteredClient
-
- chooseConnection(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client.SessionedClient
-
- CLASS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- clearTransactionListeners() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
-
Removes all transaction listeners.
- Client - Class in org.apache.tinkerpop.gremlin.driver
-
- Client.ClusteredClient - Class in org.apache.tinkerpop.gremlin.driver
-
A Client implementation that does not operate in a session.
- Client.SessionedClient - Class in org.apache.tinkerpop.gremlin.driver
-
A Client implementation that operates in the context of a session.
- clone() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
When multiple workers on a single machine need MapReduce instances, it is possible to use clone.
- clone() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
When multiple workers on a single machine need VertexProgram instances, it is possible to use clone.
- close() - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- close() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
- close() - Method in interface org.apache.tinkerpop.gremlin.process.computer.ComputerResult
-
- close() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
-
Closes the transaction where the default close behavior will be executed.
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
Asynchronous close of the Client.
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client.ClusteredClient
-
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Client.SessionedClient
-
- closeAsync() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
- cluster - Variable in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- cluster - Variable in class org.apache.tinkerpop.gremlin.driver.Client
-
- Cluster - Class in org.apache.tinkerpop.gremlin.driver
-
A bunch of Gremlin Server instances.
- Cluster.Builder - Class in org.apache.tinkerpop.gremlin.driver
-
- combine(MK, Iterator<MV>, MapReduce.ReduceEmitter<RK, RV>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
The combine() method is logically executed at all "machines" in parallel.
- combine(M, M) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MessageCombiner
-
Combine two messages and return a message containing the combination.
- commit() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
-
Commits a transaction.
- Compare - Enum in org.apache.tinkerpop.gremlin.structure
-
Compare is a
BiPredicate that determines whether the first argument is
==,
!=,
>,
>=,
<,
<= to the second argument.
- compare(Object, Object) - Method in enum org.apache.tinkerpop.gremlin.structure.Order
- compareTo(MapReduce.NullObject) - Method in class org.apache.tinkerpop.gremlin.process.computer.MapReduce.NullObject
-
- compute(Class<C>) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
-
Declare the
GraphComputer to use for OLAP operations on the graph.
- compute() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
-
- computerHasAlreadyBeenSubmittedAVertexProgram() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
-
- computerHasNoVertexProgramNorMapReducers() - Static method in class org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
-
- ComputerResult - Interface in org.apache.tinkerpop.gremlin.process.computer
-
- configuration() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
-
Get the org.apache.commons.configuration.Configuration associated with the construction of this graph.
- configure(ChannelPipeline) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- configure(ChannelPipeline) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.NioChannelizer
-
- configure(ChannelPipeline) - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
- configure(Map<String, Object>, Map<String, Graph>) - Method in interface org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
Configure the serializer with mapper settings as required.
- configure(Object...) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
-
- connect() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Creates a
Client.ClusteredClient instance to this
Cluster, meaning requests will be routed to
one or more servers (depending on the cluster configuration), where each request represents the entirety of a
transaction.
- connect(String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster
-
Creates a
Client.SessionedClient instance to this
Cluster, meaning requests will be routed to
a single server (randomly selected from the cluster), where the same bindings will be available on each request.
- connected() - Method in interface org.apache.tinkerpop.gremlin.driver.Channelizer
-
Called after the channel connects.
- connected() - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
- connection - Variable in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- Contains - Enum in org.apache.tinkerpop.gremlin.structure
-
Contains is a
BiPredicate that evaluates whether the first object is contained within (or not
within) the second collection object.
- COUNTS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- create() - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- create() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
-
- create() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
-
- create() - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
-
Creates a transaction that can be executed across multiple threads.
- createMapper() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
-
- createMapper() - Method in interface org.apache.tinkerpop.gremlin.structure.io.Mapper
-
Create a new instance of the internal object mapper that an implementation represents.
- createMapReduce(Configuration) - Static method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
A helper method to construct a
MapReduce given the content of the supplied configuration.
- createVertexProgram(Configuration) - Static method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
A helper method to construct a
VertexProgram given the content of the supplied configuration.
- generateFinalResult(Iterator<KeyValue<RK, RV>>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
The key/value pairs emitted by reduce() (or map() in a map-only job) can be iterated to generate a local JVM Java object.
- get(Class<? extends T>) - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- get(String) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
-
Get the value associated with the provided key.
- get() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local.ReverseTraversalSupplier
-
- get(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
-
Gets a variable.
- getAvailableItemCount() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
Gets the number of items available on the client.
- getBoolean() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getByte() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getDouble() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getEdge() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getEdgeFunction() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
-
- getElement() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getElementComputeKeys() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
The
Element properties that will be mutated during the computation.
- getFeatures() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
- getFloat() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getIncidentTraversal() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Local
-
- getInt() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getIteration() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
-
Get the current iteration number.
- getKey() - Method in class org.apache.tinkerpop.gremlin.process.computer.KeyValue
-
- getLong() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getMapKeySort() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
- getMapReducers() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
- getMemoryComputeKeys() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
The
Memory keys that will be used during the computation.
- getMemoryKey() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
The results of the MapReduce job are associated with a memory-key to ultimately be stored in
Memory.
- getMessageCombiner() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
Combine the messages in route to a particular vertex.
- getMessageScopes(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
This method returns all the
MessageScope possibilities for a particular iteration of the vertex program.
- getObject() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getPreferredPersist() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
- getPreferredResultGraph() - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
- getReduceKeySort() - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
- getRuntime() - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
-
Get the amount of milliseconds the
GraphComputer has been executing thus far.
- getShort() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getString() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- getToSerialize() - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVertexProperty
-
- getValue() - Method in class org.apache.tinkerpop.gremlin.process.computer.KeyValue
-
- getVertex() - Method in class org.apache.tinkerpop.gremlin.driver.Result
-
- graph() - Method in interface org.apache.tinkerpop.gremlin.process.computer.ComputerResult
-
- graph() - Method in interface org.apache.tinkerpop.gremlin.structure.Element
-
Get the graph that this element is within.
- Graph - Interface in org.apache.tinkerpop.gremlin.structure
-
- graph() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
-
Gets the features related to "graph" operation.
- GRAPH - Static variable in interface org.apache.tinkerpop.gremlin.structure.Graph
-
- graph() - Method in interface org.apache.tinkerpop.gremlin.structure.VertexProperty
-
Get the graph that this element is within.
- Graph.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
-
Common exceptions to use with a graph.
- Graph.Features - Interface in org.apache.tinkerpop.gremlin.structure
-
An interface that represents the capabilities of a Graph implementation.
- Graph.Features.DataTypeFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
Base interface for features that relate to supporting different data types.
- Graph.Features.EdgeFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
Features that are related to
Edge operations.
- Graph.Features.EdgePropertyFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
- Graph.Features.ElementFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
Features that are related to
Element objects.
- Graph.Features.FeatureSet - Interface in org.apache.tinkerpop.gremlin.structure
-
A marker interface to identify any set of Features.
- Graph.Features.GraphFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
Features specific to a operations of a "graph".
- Graph.Features.PropertyFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
- Graph.Features.VariableFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
- Graph.Features.VertexFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
Features that are related to
Vertex operations.
- Graph.Features.VertexPropertyFeatures - Interface in org.apache.tinkerpop.gremlin.structure
-
- Graph.Helper - Annotation Type in org.apache.tinkerpop.gremlin.structure
-
Defines a method as a "helper method".
- Graph.Hidden - Class in org.apache.tinkerpop.gremlin.structure
-
This should only be used by vendors to create keys, labels, etc.
- Graph.Io - Interface in org.apache.tinkerpop.gremlin.structure
-
Provides access to functions related to reading and writing graph data.
- Graph.OptIn - Annotation Type in org.apache.tinkerpop.gremlin.structure
-
Defines the test suite that the implementer has decided to support and represents publicly as "passing".
- Graph.OptIns - Annotation Type in org.apache.tinkerpop.gremlin.structure
-
- Graph.OptOut - Annotation Type in org.apache.tinkerpop.gremlin.structure
-
Defines a test in the suite that the implementer does not want to run.
- Graph.OptOuts - Annotation Type in org.apache.tinkerpop.gremlin.structure
-
- Graph.Variables - Interface in org.apache.tinkerpop.gremlin.structure
-
Graph variables are a set of key/value pairs associated with the graph.The keys are String and the values
are Objects.
- Graph.Variables.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
-
- GraphComputer - Interface in org.apache.tinkerpop.gremlin.process.computer
-
- GraphComputer.Exceptions - Class in org.apache.tinkerpop.gremlin.process.computer
-
- GraphComputer.Features - Interface in org.apache.tinkerpop.gremlin.process.computer
-
- GraphComputer.Isolation - Enum in org.apache.tinkerpop.gremlin.process.computer
-
- GraphComputer.Persist - Enum in org.apache.tinkerpop.gremlin.process.computer
-
- GraphComputer.ResultGraph - Enum in org.apache.tinkerpop.gremlin.process.computer
-
- graphComputerNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
-
- graphDoesNotSupportProvidedGraphComputer(Class) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
-
- GraphMigrator - Class in org.apache.tinkerpop.gremlin.structure.io
-
GraphMigrator takes the data in one graph and pipes it to another graph.
- GraphMigrator() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.GraphMigrator
-
- graphMLReader() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
Creates a
GraphReader builder for GraphML serializations.
- GraphMLReader - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
-
GraphMLReader writes the data from a GraphML stream to a graph.
- GraphMLReader.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
-
Allows configuration and construction of the GraphMLReader instance.
- graphMLWriter() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
Creates a
GraphWriter builder for GraphML serializations.
- GraphMLWriter - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
-
GraphMLWriter writes a Graph to a GraphML OutputStream.
- GraphMLWriter.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphml
-
- GraphReader - Interface in org.apache.tinkerpop.gremlin.structure.io
-
Functions for reading a graph and its graph elements from a different format.
- graphSONMapper() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
By default, this method creates an instance of the most current version of
GraphSONMapper.Builder which is can produce a
Mapper implementation for GraphSON to
serialize data to and from the graph.
- GraphSONMapper - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
An extension to the standard Jackson
ObjectMapper which automatically registers the standard
GraphSONModule for serializing
Graph elements.
- GraphSONMapper.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
- GraphSONModule - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
- GraphSONModule(boolean) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONModule
-
- graphSONReader() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
Creates a
GraphReader builder for GraphSON serializations.
- GraphSONReader - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.
- GraphSONReader(GraphSONMapper, long, String, String) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader
-
- GraphSONReader.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
- GraphSONTokens - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
- GraphSONTokens() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- GraphSONTokens() - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
-
- GraphSONUtility(Graph) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONUtility
-
- GraphSONVertexProperty - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
- GraphSONVertexProperty(VertexProperty) - Constructor for class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVertexProperty
-
- graphSONWriter() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
Creates a
GraphWriter builder for GraphML serializations.
- GraphSONWriter - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.
- GraphSONWriter.Builder - Class in org.apache.tinkerpop.gremlin.structure.io.graphson
-
- GraphWriter - Interface in org.apache.tinkerpop.gremlin.structure.io
-
Functions for writing a graph and its elements to a different format.
- gryoMapper() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
By default, this method creates an instance of the most current version of GryoMapper which is
used to serialize data to and from the graph.
- gryoReader() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
- gryoWriter() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Io
-
- map(Vertex, MapReduce.MapEmitter<MK, MV>) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
The map() method is logically executed at all vertices in the graph in parallel.
- MAP_REDUCE - Static variable in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
- mapper(GraphSONMapper) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
-
- mapper(GraphSONMapper) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
-
Override all of the builder options with this mapper.
- Mapper<T> - Interface in org.apache.tinkerpop.gremlin.structure.io
-
Represents a low-level serialization class that can be used to map classes to serializers.
- mapReduce(MapReduce) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
-
- MapReduce<MK,MV,RK,RV,R> - Interface in org.apache.tinkerpop.gremlin.process.computer
-
A MapReduce is composed of map(), combine(), and reduce() stages.
- MapReduce.MapEmitter<K,V> - Interface in org.apache.tinkerpop.gremlin.process.computer
-
The MapEmitter is used to emit key/value pairs from the map() stage of the MapReduce job.
- MapReduce.NullObject - Class in org.apache.tinkerpop.gremlin.process.computer
-
A convenience singleton when a single key is needed so that all emitted values converge to the same combiner/reducer.
- MapReduce.ReduceEmitter<OK,OV> - Interface in org.apache.tinkerpop.gremlin.process.computer
-
The ReduceEmitter is used to emit key/value pairs from the combine() and reduce() stages of the MapReduce job.
- MapReduce.Stage - Enum in org.apache.tinkerpop.gremlin.process.computer
-
MapReduce is composed of three stages: map, combine, and reduce.
- maxConnectionPoolSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- maxContentLength(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
The maximum size in bytes of any request sent to the server.
- maxInProcessPerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- maxSimultaneousRequestsPerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- maxWaitForConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
The maximum amount of time to wait for a connection to be borrowed from the connection pool.
- memory() - Method in interface org.apache.tinkerpop.gremlin.process.computer.ComputerResult
-
Get the GraphComputer's computational sideEffects known as
Memory.
- Memory - Interface in org.apache.tinkerpop.gremlin.process.computer
-
The Memory of a
GraphComputer is a global data structure where by vertices can communicate information with one another.
- Memory.Admin - Interface in org.apache.tinkerpop.gremlin.process.computer
-
The Admin interface is used by the
GraphComputer to update the Memory.
- Memory.Exceptions - Class in org.apache.tinkerpop.gremlin.process.computer
-
- memoryDoesNotExist(String) - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
-
- memoryIsCurrentlyImmutable() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
-
- memoryKeyCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
-
- memoryKeyCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
-
- memoryValueCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
-
- MessageCombiner<M> - Interface in org.apache.tinkerpop.gremlin.process.computer
-
A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.
- MessageScope - Class in org.apache.tinkerpop.gremlin.process.computer
-
- MessageScope() - Constructor for class org.apache.tinkerpop.gremlin.process.computer.MessageScope
-
- MessageScope.Global - Class in org.apache.tinkerpop.gremlin.process.computer
-
A Global message is directed at an arbitrary vertex in the graph.
- MessageScope.Local<M> - Class in org.apache.tinkerpop.gremlin.process.computer
-
A Local message is directed to an adjacent (or "memory adjacent") vertex.
- MessageScope.Local.ReverseTraversalSupplier - Class in org.apache.tinkerpop.gremlin.process.computer
-
A helper class that can be used to generate the reverse traversal of the traversal within a
MessageScope.Local.
- MessageSerializer - Interface in org.apache.tinkerpop.gremlin.driver
-
Serializes data to and from Gremlin Server.
- Messenger<M> - Interface in org.apache.tinkerpop.gremlin.process.computer
-
The
Messenger serves as the routing system for messages between vertices.
- metaPropertiesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
-
- METRICS - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- migrateGraph(Graph, Graph) - Static method in class org.apache.tinkerpop.gremlin.structure.io.GraphMigrator
-
Use Gryo to pipe the data from one graph to another graph.
- migrateGraph(Graph, Graph, GraphReader, GraphWriter) - Static method in class org.apache.tinkerpop.gremlin.structure.io.GraphMigrator
-
Pipe the data from one graph to another graph.
- mimeTypesSupported() - Method in interface org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
The list of mime types that the serializer supports.
- minConnectionPoolSize(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- minInProcessPerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- minSimultaneousRequestsPerConnection(int) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- MODE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
-
- multiplePropertiesExistForProvidedKey(String) - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
-
- multiPropertiesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.VertexProperty.Exceptions
-
- select(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.LoadBalancingStrategy.RoundRobin
-
- select(RequestMessage) - Method in interface org.apache.tinkerpop.gremlin.driver.LoadBalancingStrategy
-
- sendMessage(MessageScope, M) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Messenger
-
The currently executing vertex can send a message with provided
MessageScope.
- serializer(String) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- serializer(Serializers) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- serializer(MessageSerializer) - Method in class org.apache.tinkerpop.gremlin.driver.Cluster.Builder
-
- serializeRequestAsBinary(RequestMessage, ByteBufAllocator) - Method in interface org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
Serialize a ResponseMessage to a Netty ByteBuf.
- serializeResponseAsBinary(ResponseMessage, ByteBufAllocator) - Method in interface org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
Serialize a ResponseMessage to a Netty ByteBuf.
- set(String, Object) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory
-
Set the value of the provided key.
- set(String, Object) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Variables
-
Sets a variable.
- setIteration(int) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory.Admin
-
- setRuntime(long) - Method in interface org.apache.tinkerpop.gremlin.process.computer.Memory.Admin
-
- setup(Memory) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
The method is called at the beginning of the computation.
- storeState(Configuration) - Method in interface org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
When it is necessary to store the state of a MapReduce job, this method is called.
- storeState(Configuration) - Method in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
When it is necessary to store the state of the VertexProgram, this method is called.
- stream() - Method in class org.apache.tinkerpop.gremlin.driver.ResultSet
-
Stream items with a blocking iterator.
- submit(String) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- submit(String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- submit() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer
-
- submit(Function<Graph, R>) - Method in interface org.apache.tinkerpop.gremlin.structure.Transaction
-
Submit a unit of work that represents a transaction returning a
Transaction.Workload that can be automatically
retried in the event of failure.
- submitAsync(String) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- submitAsync(String, Map<String, Object>) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- submitAsync(RequestMessage) - Method in class org.apache.tinkerpop.gremlin.driver.Client
-
- SUITE_GROOVY_ENVIRONMENT - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_GROOVY_ENVIRONMENT_INTEGRATE - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_GROOVY_ENVIRONMENT_PERFORMANCE - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_GROOVY_PROCESS_COMPUTER - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_GROOVY_PROCESS_STANDARD - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_PROCESS_COMPUTER - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_PROCESS_PERFORMANCE - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_PROCESS_STANDARD - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_STRUCTURE_PERFORMANCE - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- SUITE_STRUCTURE_STANDARD - Static variable in annotation type org.apache.tinkerpop.gremlin.structure.Graph.OptIn
-
- supports(Class<? extends Graph.Features.FeatureSet>, String) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
-
Implementers should not override this method.
- supportsAddEdges() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-
Determines if an
Edge can be added to a
Vertex.
- supportsAddProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element allows properties to be added.
- supportsAddProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
- supportsAddVertices() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
Determines if a
Vertex can be added to the
Graph.
- supportsAnyIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element any Java object is a suitable identifier.
- supportsAnyIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
Determines if an
VertexProperty any Java object is a suitable identifier.
- supportsBooleanArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of boolean values.
- supportsBooleanValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a boolean value.
- supportsByteArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of byte values.
- supportsByteValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a byte value.
- supportsComputer() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Determines if the
Graph implementation supports
GraphComputer based processing.
- supportsCustomIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element has mapper identifiers where "mapper" refers to an implementation
defined object.
- supportsCustomIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
Determines if an
VertexProperty has mapper identifiers where "mapper" refers to an implementation
defined object.
- supportsDirectObjects() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
Supports
VertexProgram and
MapReduce parameters to be direct referenced Java objects (no serialization required).
- supportsDoubleArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of double values.
- supportsDoubleValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a double value.
- supportsEdgeAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsEdgePropertyAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsEdgePropertyRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsEdgeRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsFloatArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of float values.
- supportsFloatValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a float value.
- supportsGlobalMessageScopes() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsIntegerArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of integer values.
- supportsIntegerValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a integer value.
- supportsIsolation(GraphComputer.Isolation) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsLocalMessageScopes() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsLongArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of long values.
- supportsLongValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a long value.
- supportsMapValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a Map value.
- supportsMetaProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
Determines if a
Vertex can support properties on vertex properties.
- supportsMixedListValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a List value.
- supportsMultiProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
Determines if a
Vertex can support multiple properties with the same key.
- supportsNumericIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element has numeric identifiers.
- supportsNumericIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
- supportsPersistence() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Determines if the Graph implementation supports persisting it's contents natively to disk.
- supportsProperties() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures
-
Determines if an
Element allows for the processing of at least one data type defined by the
features.
- supportsRemoveEdges() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-
Determines if an
Edge can be removed from a
Vertex.
- supportsRemoveProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element allows properties to be removed.
- supportsRemoveProperty() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
- supportsRemoveVertices() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
Determines if a
Vertex can be removed from the
Graph.
- supportsResultGraphPersistCombination(GraphComputer.ResultGraph, GraphComputer.Persist) - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsSerializableValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a Java serializable value.
- supportsSsl() - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
-
- supportsSsl() - Method in class org.apache.tinkerpop.gremlin.driver.Channelizer.WebSocketChannelizer
-
- supportsStringArrayValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of an array of string values.
- supportsStringIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element has string identifiers.
- supportsStringIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
- supportsStringValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a long value.
- supportsThreadedTransactions() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Determines if the
Graph implementation supports threaded transactions which allow a transaction
to be executed across multiple threads via
Transaction.create().
- supportsTransactions() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Determines if the Graph implementations supports transactions.
- supportsUniformListValues() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
-
Supports setting of a List value.
- supportsUserSuppliedIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element can have a user defined identifier.
- supportsUserSuppliedIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
Determines if a
VertexProperty allows an identifier to be assigned to it.
- supportsUuidIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Determines if an
Element has UUID identifiers.
- supportsUuidIds() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
- supportsVariables() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
-
- supportsVertexAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsVertexPropertyAddition() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsVertexPropertyRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- supportsVertexRemoval() - Method in interface org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Features
-
- value(String) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
-
Get the value of a
Property given it's key.
- VALUE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- VALUE - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
-
- value() - Method in interface org.apache.tinkerpop.gremlin.structure.Property
-
The value of the property.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Isolation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Persist
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.ResultGraph
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Compare
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Contains
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.CLOSE_BEHAVIOR
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.READ_WRITE_BEHAVIOR
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.Transaction.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Isolation
-
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.process.computer.GraphComputer.Persist
-
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.process.computer.GraphComputer.ResultGraph
-
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.process.computer.MapReduce.Stage
-
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.structure.Compare
-
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.structure.Contains
-
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.structure.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Element
-
Get the values of properties as an
Iterator.
- values() - Static method in enum org.apache.tinkerpop.gremlin.structure.Operator
-
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.structure.Order
-
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.structure.PropertyType
-
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.structure.Transaction.CLOSE_BEHAVIOR
-
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.structure.Transaction.READ_WRITE_BEHAVIOR
-
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.structure.Transaction.Status
-
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.structure.VertexProperty.Cardinality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableKeyCanNotBeEmpty() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
-
- variableKeyCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
-
- variables() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
-
Gets the features related to "graph sideEffects" operation.
- variables() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
-
- VARIABLES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- variablesNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
-
- variableValueCanNotBeNull() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Variables.Exceptions
-
- vertex() - Method in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
-
Gets the features related to "vertex" operation.
- VERTEX - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- Vertex - Interface in org.apache.tinkerpop.gremlin.structure
-
A
Vertex maintains pointers to both a set of incoming and outgoing
Edge objects.
- Vertex.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
-
Common exceptions to use with a vertex.
- VERTEX_PROGRAM - Static variable in interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram
-
- vertexAdditionsNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
-
- vertexFromJson(JsonNode) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONUtility
-
- vertexIdKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
-
The name of the key to supply to
BatchGraph.Builder.vertexIdKey when reading data into
the
Graph.
- vertexIdKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
-
The name of the key to supply to
BatchGraph.Builder.vertexIdKey when reading data into
the
Graph.
- vertexKeyTypes(Map<String, String>) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
-
Map of the data types of the vertex keys.
- vertexLabelKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
-
the key to use as the vertex label.
- vertexLabelKey(String) - Method in class org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
-
Set the name of the vertex label in the GraphML.
- VertexProgram<M> - Interface in org.apache.tinkerpop.gremlin.process.computer
-
A
VertexProgram represents one component of a distributed graph computation.
- VertexProgram.Builder - Interface in org.apache.tinkerpop.gremlin.process.computer
-
- VertexProgram.Features - Interface in org.apache.tinkerpop.gremlin.process.computer
-
- VertexProperty<V> - Interface in org.apache.tinkerpop.gremlin.structure
-
A
VertexProperty is similar to a
Property in that it denotes a key/value pair associated with an
Vertex, however it is different in the sense that it also represents an entity that it is an
Element
that can have properties of its own.
- VertexProperty.Cardinality - Enum in org.apache.tinkerpop.gremlin.structure
-
- VertexProperty.Exceptions - Class in org.apache.tinkerpop.gremlin.structure
-
Common exceptions to use with a property.
- vertexRemovalNotSupported() - Static method in class org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions
-
- vertexWithIdAlreadyExists(Object) - Static method in class org.apache.tinkerpop.gremlin.structure.Graph.Exceptions
-
- vertices() - Method in class org.apache.tinkerpop.gremlin.process.computer.MessageScope.Global
-
- vertices(Direction) - Method in interface org.apache.tinkerpop.gremlin.structure.Edge
-
Retrieve the vertex (or vertices) associated with this edge as defined by the direction.
- vertices(Object...) - Method in interface org.apache.tinkerpop.gremlin.structure.Graph
-
Get the
Vertex objects in this graph with the provided vertex ids.
- VERTICES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
-
- VERTICES - Static variable in class org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.GraphSONTokens
-
- vertices(Direction, String...) - Method in interface org.apache.tinkerpop.gremlin.structure.Vertex
-