Skip navigation links
B C D E F G H I L P Q R S T V W 

B

build() - Method in class com.datastax.dse.graph.internal.DseRemoteConnection.Builder
builder(DseSession) - Static method in class com.datastax.dse.graph.internal.DseRemoteConnection
Get a DseRemoteConnection.Builder to create a properly initialized DseRemoteConnection.
BYTECODE_GRAPHSON_GRAPH_LANGUAGE - Static variable in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 

C

close() - Method in class com.datastax.dse.graph.internal.DseRemoteConnection
 
com.datastax.dse.graph.api - package com.datastax.dse.graph.api
 
com.datastax.dse.graph.api.predicates - package com.datastax.dse.graph.api.predicates
 
com.datastax.dse.graph.internal - package com.datastax.dse.graph.internal
 
com.datastax.dse.graph.internal.serde - package com.datastax.dse.graph.internal.serde
 
com.datastax.dse.graph.internal.utils - package com.datastax.dse.graph.internal.utils
 

D

DEFAULT_EDIT_DISTANCE - Static variable in class com.datastax.dse.graph.internal.EditDistance
 
distance - Variable in class com.datastax.dse.graph.internal.EditDistance
 
DriverObjectsModule - Class in com.datastax.dse.graph.internal.serde
 
DriverObjectsModule() - Constructor for class com.datastax.dse.graph.internal.serde.DriverObjectsModule
 
DseGraph - Class in com.datastax.dse.graph.api
Utility class for interacting with DataStax Enterprise Graph and Apache TinkerPop.
DseGraph() - Constructor for class com.datastax.dse.graph.api.DseGraph
 
DseGraphModule - Class in com.datastax.dse.graph.internal.serde
A Jackson Module to use for TinkerPop serialization/deserialization.
DseGraphModule() - Constructor for class com.datastax.dse.graph.internal.serde.DseGraphModule
 
DseGraphModule.DistanceGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.DistanceGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.EditDistanceSerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.LineStringGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.LineStringGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PointGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PointGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PolygonGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PolygonGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DsePredicate - Interface in com.datastax.dse.graph.internal
An extension of TinkerPop's BiPredicate adding simple pre-condition checking methods that have to be written in the implementations.
DseRemoteConnection - Class in com.datastax.dse.graph.internal
 
DseRemoteConnection.Builder - Class in com.datastax.dse.graph.internal
Builder class for creating a DseRemoteConnection

E

EditDistance - Class in com.datastax.dse.graph.internal
A container for a term and maximum edit distance.
EditDistance(String) - Constructor for class com.datastax.dse.graph.internal.EditDistance
 
EditDistance(String, int) - Constructor for class com.datastax.dse.graph.internal.EditDistance
 
equals(Object) - Method in class com.datastax.dse.graph.internal.EditDistance
 

F

fuzzy(String, int) - Static method in class com.datastax.dse.graph.api.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm (case sensitive).

G

Geo - Class in com.datastax.dse.graph.api.predicates
 
Geo() - Constructor for class com.datastax.dse.graph.api.predicates.Geo
 
Geo.Unit - Enum in com.datastax.dse.graph.api.predicates
 
GeoPredicate - Enum in com.datastax.dse.graph.internal
List of predicates for geolocation usage with DseGraph and Search indexes.
getOptimalStringAlignmentDistance(String, String) - Static method in class com.datastax.dse.graph.internal.utils.StringUtils
Finds the Optimal string alignment distance – also referred to as the Damerau-Levenshtein distance – between two strings.
getStatementFromBytecode(Bytecode) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
getTypeDefinitions() - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule
 
getTypeNamespace() - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule
 
GraphSONUtils - Class in com.datastax.dse.graph.internal.utils
 
GraphSONUtils() - Constructor for class com.datastax.dse.graph.internal.utils.GraphSONUtils
 

H

hashCode() - Method in class com.datastax.dse.graph.internal.EditDistance
 

I

inside(Point, double, Geo.Unit) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Graph predicate to find whether an entity is inside a defined area using a geo coordinate system.
inside(Point, double) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Graph predicate to find whether an entity is inside a defined area using a cartesian coordinate system.
inside(Polygon) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Graph predicate to find whether an entity is inside a defined Polygon.
isValidCondition(Object) - Method in interface com.datastax.dse.graph.internal.DsePredicate
 
isValidCondition(Object) - Method in enum com.datastax.dse.graph.internal.GeoPredicate
 

L

lineString(double...) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Create a LineString object with the list of points given in parameter.

P

parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.DistanceGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.LineStringGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.PointGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.PolygonGeometryDeserializer
 
phrase(String, int) - Static method in class com.datastax.dse.graph.api.predicates.Search
Supports finding words which are a within a specific distance away (case insensitive).
point(double, double) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Create a Point object with the given x-axis and y-axis coordinates.
polygon(double...) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Create a Polygon with the points given in parameters.
preEvaluate(Object) - Method in interface com.datastax.dse.graph.internal.DsePredicate
 
prefix(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search for a specific prefix at the beginning of the text property targeted (case sensitive).

Q

query - Variable in class com.datastax.dse.graph.internal.EditDistance
 

R

readStringAs(String, Class<V>) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
regex(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search for this regular expression inside the text property targeted (case sensitive).
ROW_TO_GRAPHSON2_TINKERPOP_OBJECTGRAPHNODE - Static variable in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 

S

Search - Class in com.datastax.dse.graph.api.predicates
 
Search() - Constructor for class com.datastax.dse.graph.api.predicates.Search
 
SearchPredicate - Enum in com.datastax.dse.graph.internal
List of predicates for geolocation usage with DseGraph and Search indexes.
serialize(EditDistance, JsonGenerator, SerializerProvider) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.EditDistanceSerializer
 
serializeWithType(EditDistance, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.EditDistanceSerializer
 
statementFromTraversal(GraphTraversal<S, E>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create an initialized GraphStatement from a GraphTraversal to use directly with a DseSession.
StringUtils - Class in com.datastax.dse.graph.internal.utils
Utilities for string manipulation.
StringUtils() - Constructor for class com.datastax.dse.graph.internal.utils.StringUtils
 
submit(Traversal<?, E>) - Method in class com.datastax.dse.graph.internal.DseRemoteConnection
 
submit(Bytecode) - Method in class com.datastax.dse.graph.internal.DseRemoteConnection
 
submitAsync(Bytecode) - Method in class com.datastax.dse.graph.internal.DseRemoteConnection
 

T

toDegrees(double) - Method in enum com.datastax.dse.graph.api.predicates.Geo.Unit
Convert distance to degrees (used internally only).
token(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search any instance of a certain token within the text property targeted (case insensitive).
tokenFuzzy(String, int) - Static method in class com.datastax.dse.graph.api.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm after having tokenized the data stored (case insensitive).
tokenPrefix(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search any instance of a certain token prefix within the text property targeted (case insensitive).
tokenRegex(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search any instance of the provided regular expression for the targeted property (case insensitive).
toString() - Method in class com.datastax.dse.graph.internal.EditDistance
 
traversal() - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource that will be used to build Traversals for use with the DseGraph.statementFromTraversal(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S, E>) method.
traversal(Class<C>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource instance as specified by the traversalSourceClass parameter that will be used to build Traversals for use with the DseGraph.statementFromTraversal(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S, E>) method.
traversal(DseSession, GraphOptions) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
traversal(DseSession, GraphOptions, Class<C>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource instance as specified by the traversalSourceClass parameter, initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
traversal(DseSession) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
traversal(DseSession, Class<C>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource instance as specified by the traversalSourceClass parameter, initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.

V

valueOf(String) - Static method in enum com.datastax.dse.graph.api.predicates.Geo.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.graph.internal.GeoPredicate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.graph.internal.SearchPredicate
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datastax.dse.graph.api.predicates.Geo.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.graph.internal.GeoPredicate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.graph.internal.SearchPredicate
Returns an array containing the constants of this enum type, in the order they are declared.

W

withGraphOptions(GraphOptions) - Method in class com.datastax.dse.graph.internal.DseRemoteConnection.Builder
Additional GraphOptions to be used for this particular DseRemoteConnection.
B C D E F G H I L P Q R S T V W 
Skip navigation links

Copyright © 2012–2017. All rights reserved.