Skip navigation links
A B C D E F G H I J L M N O P R S T V W 

A

AttributeUtils - Class in org.janusgraph.graphdb.database.serialize
 
AttributeUtils() - Constructor for class org.janusgraph.graphdb.database.serialize.AttributeUtils
 

B

BASE_SYMBOLS - Static variable in class org.janusgraph.util.encoding.LongEncoding
 
binaryCodec - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
box(double, double, double, double) - Static method in class org.janusgraph.core.attribute.Geoshape
Constructs a new box shape which is identified by its south-west and north-east corner points
BoxSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
BoxSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.BoxSerializer
 

C

checkForJanusGraphPredicate(String) - Static method in class org.janusgraph.graphdb.tinkerpop.JanusGraphPSerializer
 
checkId(Object) - Static method in class org.janusgraph.util.IDUtils
 
circle(double, double, double) - Static method in class org.janusgraph.core.attribute.Geoshape
Constructs a circle from a given center point and a radius in kilometer
CircleSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
CircleSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.CircleSerializer
 
Cmp - Enum in org.janusgraph.core.attribute
Basic comparison relations for comparable (i.e.
compare(Object, Object) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
Compares the two elements like Comparator.compare(Object, Object) but returns null in case the two elements are not comparable.
compare(Object, Object) - Static method in class org.janusgraph.util.IDUtils
 
Contain - Enum in org.janusgraph.core.attribute
Comparison relations for text objects.
contains(Geoshape) - Method in class org.janusgraph.core.attribute.Geoshape
Whether this geometry contains the given geometry.
context - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
createObject(Map<String, Object>) - Method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonDeserializerV2d0
 
createObject(Map<String, Object>) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.JanusGraphPDeserializerV2d0
 
createObject(Map) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierDeserializerV2d0
 
createPredicateWithValue(String, Object) - Static method in class org.janusgraph.graphdb.tinkerpop.JanusGraphPSerializer
 

D

decode(String) - Static method in class org.janusgraph.util.encoding.LongEncoding
 
decode(String, String) - Static method in class org.janusgraph.util.encoding.LongEncoding
 
deserialize(JsonParser, DeserializationContext) - Method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonDeserializerV1d0
 
deserialize(JsonParser, DeserializationContext) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierDeserializerV1d0
 
disjoint(Geoshape) - Method in class org.janusgraph.core.attribute.Geoshape
Whether this geometry has no points in common with the given geometry.
distance(Geoshape.Point) - Method in class org.janusgraph.core.attribute.Geoshape.Point
Returns the distance to another point in kilometers

E

encode(long) - Static method in class org.janusgraph.util.encoding.LongEncoding
 
encode(long, String) - Static method in class org.janusgraph.util.encoding.LongEncoding
 
equals(Object) - Method in class org.janusgraph.core.attribute.Geoshape
 
equals(Object) - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
equals(Object) - Method in class org.janusgraph.graphdb.tinkerpop.io.JanusGraphP
 

F

factory - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
FIELD_COORDINATES - Static variable in class org.janusgraph.core.attribute.Geoshape
 
fromGson(String) - Static method in enum org.janusgraph.core.attribute.Geoshape.Type
 
fromWkt(String) - Static method in class org.janusgraph.core.attribute.Geoshape
Create Geoshape from WKT representation.

G

Geo - Enum in org.janusgraph.core.attribute
Comparison relations for geographic shapes.
geoContains(V) - Static method in enum org.janusgraph.core.attribute.Geo
 
geoDisjoint(V) - Static method in enum org.janusgraph.core.attribute.Geo
 
geoIntersect(V) - Static method in enum org.janusgraph.core.attribute.Geo
 
geojsonReader - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
geojsonWriter - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
GeometryCollectionSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
GeometryCollectionSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeometryCollectionSerializer
 
Geoshape - Class in org.janusgraph.core.attribute
A generic representation of a geographic shape, which can either be a single point, circle, box, line or polygon.
Geoshape(Shape) - Constructor for class org.janusgraph.core.attribute.Geoshape
 
geoshape(Shape) - Static method in class org.janusgraph.core.attribute.Geoshape
Constructs a Geoshape from a spatial4j Shape.
geoshape(Geometry) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
Geoshape.GeoshapeBinarySerializer - Class in org.janusgraph.core.attribute
Geoshape binary serializer using spatial4j's BinaryCodec.
Geoshape.GeoShapeGryoSerializer - Class in org.janusgraph.core.attribute
Geoshape serializer for TinkerPop's Gryo.
Geoshape.GeoshapeGsonDeserializerV1d0 - Class in org.janusgraph.core.attribute
Geoshape deserializer for GraphSON 1.0 supporting reading from GeoJSON (http://geojson.org/).
Geoshape.GeoshapeGsonDeserializerV2d0 - Class in org.janusgraph.core.attribute
Geoshape deserializer for GraphSON 2.0 supporting reading from GeoJSON (http://geojson.org/).
Geoshape.GeoshapeGsonSerializerV1d0 - Class in org.janusgraph.core.attribute
Geoshape serializer for GraphSON 1.0 supporting writing GeoJSON (http://geojson.org/).
Geoshape.GeoshapeGsonSerializerV2d0 - Class in org.janusgraph.core.attribute
Geoshape serializer for GraphSON 2.0 supporting writing GeoJSON (http://geojson.org/).
Geoshape.Point - Class in org.janusgraph.core.attribute
A single point representation.
Geoshape.Type - Enum in org.janusgraph.core.attribute
The Type of a shape: a point, box, circle, line or polygon.
GEOSHAPE_BOX_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_CIRCLE_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_FORMAT_VERSION - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_GEOMETRY_COLLECTION_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_LINE_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_MULTI_LINE_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_MULTI_POINT_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_MULTI_POLYGON_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_POINT_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GEOSHAPE_POLYGON_TYPE_CODE - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GeoshapeBinarySerializer() - Constructor for class org.janusgraph.core.attribute.Geoshape.GeoshapeBinarySerializer
 
GeoshapeGraphBinaryConstants - Class in org.janusgraph.graphdb.tinkerpop.io.binary
 
GeoshapeGraphBinaryConstants() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinaryConstants
 
GeoshapeGraphBinarySerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary
 
GeoshapeGraphBinarySerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinarySerializer
 
GeoShapeGryoSerializer() - Constructor for class org.janusgraph.core.attribute.Geoshape.GeoShapeGryoSerializer
 
GeoshapeGsonDeserializerV1d0() - Constructor for class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonDeserializerV1d0
 
GeoshapeGsonDeserializerV2d0() - Constructor for class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonDeserializerV2d0
 
GeoshapeGsonSerializerV1d0() - Constructor for class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV1d0
 
GeoshapeGsonSerializerV2d0() - Constructor for class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV2d0
 
GeoshapeTypeSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
GeoshapeTypeSerializer(int) - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeoshapeTypeSerializer
 
geoWithin(V) - Static method in enum org.janusgraph.core.attribute.Geo
 
get(Object[]) - Static method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
get(int[]) - Static method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
getBinaryCodec() - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getContext() - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getDataType() - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
getGeojsonReader() - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getGeojsonWriter() - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getGeometryCollectionBuilder() - Static method in class org.janusgraph.core.attribute.Geoshape
 
getInstance() - Static method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModuleV1d0
 
getInstance() - Static method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModuleV2d0
 
getInVertexId() - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
getLatitude() - Method in class org.janusgraph.core.attribute.Geoshape.Point
Latitude of this point
getLongitude() - Method in class org.janusgraph.core.attribute.Geoshape.Point
Longitude of this point
getMaxEditDistance(String) - Static method in enum org.janusgraph.core.attribute.Text
Calculates the max fuzzy edit distance for a term given its length - 0 for strings of one or two characters - 1 for strings of three, four or five characters - 2 for strings of more than five characters
getOutVertexId() - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
getPoint(int) - Method in class org.janusgraph.core.attribute.Geoshape
Returns the point at the given position.
getPoint() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the singleton point of this shape.
getPoint(Geoshape, int) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getRadius() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the radius in kilometers of this circle.
getRadiusMeters() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the radius in meters of this circle.
getRelationId() - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
getShape() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the underlying Shape.
getShapeFactory() - Static method in class org.janusgraph.core.attribute.Geoshape
 
getSpatialContext() - Static method in class org.janusgraph.core.attribute.Geoshape
 
getType() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the Geoshape.Type of this geoshape.
getType(Shape) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getTypeDefinitions() - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule
 
getTypeId() - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
getTypeId() - Method in enum org.janusgraph.graphdb.tinkerpop.io.binary.GraphBinaryType
 
getTypeName() - Method in enum org.janusgraph.graphdb.tinkerpop.io.binary.GraphBinaryType
 
getTypeName() - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
getTypeNamespace() - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule
 
getWktReader() - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
getWktWriter() - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
GraphBinaryType - Enum in org.janusgraph.graphdb.tinkerpop.io.binary
 
gsonEquals(String) - Method in enum org.janusgraph.core.attribute.Geoshape.Type
 

H

HAS_CONTAINS - Static variable in enum org.janusgraph.core.attribute.Text
 
hashCode() - Method in class org.janusgraph.core.attribute.Geoshape
 
hashCode() - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
hasNegation() - Method in enum org.janusgraph.core.attribute.Cmp
 
hasNegation() - Method in enum org.janusgraph.core.attribute.Contain
 
hasNegation() - Method in enum org.janusgraph.core.attribute.Text
 
hasNegation() - Method in class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
hasNegation() - Method in interface org.janusgraph.graphdb.query.JanusGraphPredicate
Whether this predicate has a predicate that is semantically its negation.
HELPER - Static variable in class org.janusgraph.core.attribute.Geoshape
 

I

IDUtils - Class in org.janusgraph.util
 
IDUtils() - Constructor for class org.janusgraph.util.IDUtils
 
instance() - Static method in class org.janusgraph.graphdb.tinkerpop.JanusGraphIoRegistry
 
instance() - Static method in class org.janusgraph.graphdb.tinkerpop.JanusGraphIoRegistryV1d0
 
instance() - Static method in class org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinDriverPlugin
 
intersect(Geoshape) - Method in class org.janusgraph.core.attribute.Geoshape
Whether this geometry has any points in common with the given geometry.
isCachable() - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.JanusGraphPDeserializerV2d0
 
isDecimal(Class<?>) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
 
isGeo(Class<?>) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
 
isJts(Shape) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
isQNF() - Method in enum org.janusgraph.core.attribute.Cmp
 
isQNF() - Method in enum org.janusgraph.core.attribute.Contain
 
isQNF() - Method in enum org.janusgraph.core.attribute.Geo
 
isQNF() - Method in enum org.janusgraph.core.attribute.Text
 
isQNF() - Method in class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
isQNF() - Method in interface org.janusgraph.graphdb.query.JanusGraphPredicate
Returns true if this predicate is in query normal form.
isString(Object) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
 
isString(Class<?>) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
 
isValidCondition(Object) - Method in enum org.janusgraph.core.attribute.Contain
 
isValidCondition(Object) - Method in enum org.janusgraph.core.attribute.Geo
 
isValidCondition(Object) - Method in class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
isValidCondition(Object) - Method in interface org.janusgraph.graphdb.query.JanusGraphPredicate
Whether the given condition is a valid condition for this predicate.
isValidCoordinate(double, double) - Static method in class org.janusgraph.core.attribute.Geoshape
Whether the given coordinates mark a point on earth.
isValidValueType(Class<?>) - Method in enum org.janusgraph.core.attribute.Contain
 
isValidValueType(Class<?>) - Method in enum org.janusgraph.core.attribute.Geo
 
isValidValueType(Class<?>) - Method in enum org.janusgraph.core.attribute.Text
 
isValidValueType(Class<?>) - Method in class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
isValidValueType(Class<?>) - Method in interface org.janusgraph.graphdb.query.JanusGraphPredicate
Whether the given class is a valid data type for a value to which this predicate may be applied.
isWholeNumber(Number) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
 
isWholeNumber(Class<?>) - Static method in class org.janusgraph.graphdb.database.serialize.AttributeUtils
 

J

JANUSGRAPH_RELATION_DELIMITER - Static variable in class org.janusgraph.graphdb.relations.RelationIdentifier
 
JanusGraphGremlinDriverPlugin - Class in org.janusgraph.graphdb.tinkerpop.plugin
 
JanusGraphGremlinDriverPlugin() - Constructor for class org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinDriverPlugin
 
JanusGraphGremlinDriverPlugin(String, DefaultImportCustomizer.Builder) - Constructor for class org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinDriverPlugin
 
JanusGraphGremlinDriverPlugin(String, Customizer...) - Constructor for class org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinDriverPlugin
 
JanusGraphIoRegistry - Class in org.janusgraph.graphdb.tinkerpop
 
JanusGraphIoRegistryV1d0 - Class in org.janusgraph.graphdb.tinkerpop
 
JanusGraphP - Class in org.janusgraph.graphdb.tinkerpop.io
 
JanusGraphP(PBiPredicate<Object, Object>, Object) - Constructor for class org.janusgraph.graphdb.tinkerpop.io.JanusGraphP
 
JanusGraphPBinarySerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary
 
JanusGraphPBinarySerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphPBinarySerializer
 
JanusGraphPDeserializerV2d0() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.JanusGraphPDeserializerV2d0
 
JanusGraphPredicate - Interface in org.janusgraph.graphdb.query
A special kind of PBiPredicate which marks all the predicates that are natively supported by JanusGraph and known to the query optimizer.
JanusGraphPSerializer - Class in org.janusgraph.graphdb.tinkerpop
Serialize Janus Graph Predicates.
JanusGraphPSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.JanusGraphPSerializer
 
JanusGraphPSerializerV2d0() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.JanusGraphPSerializerV2d0
 
JanusGraphSONModule - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModule() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule
 
JanusGraphSONModule.JanusGraphPDeserializerV2d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModule.JanusGraphPSerializerV2d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModule.RelationIdentifierDeserializerV1d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModule.RelationIdentifierDeserializerV2d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModule.RelationIdentifierSerializerV1d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModule.RelationIdentifierSerializerV2d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModuleV1d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
 
JanusGraphSONModuleV2d0 - Class in org.janusgraph.graphdb.tinkerpop.io.graphson
Supports GraphSON 2.0
JanusGraphTypeSerializer<T> - Class in org.janusgraph.graphdb.tinkerpop.io.binary
 
JanusGraphTypeSerializer(GraphBinaryType) - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
join(Map<?, ?>, String, String) - Static method in class org.janusgraph.util.StringUtils
 
join(Object[], String) - Static method in class org.janusgraph.util.StringUtils
 
join(Collection<?>, String) - Static method in class org.janusgraph.util.StringUtils
 
JtsGeoshapeHelper - Class in org.janusgraph.core.attribute
Class for spatial context and associated I/O operations including the Java Topology Suite (JTS) to support polygon, multi-polygon and geometry collections with polygons.
JtsGeoshapeHelper() - Constructor for class org.janusgraph.core.attribute.JtsGeoshapeHelper
 

L

line(List<double[]>) - Static method in class org.janusgraph.core.attribute.Geoshape
Constructs a line from list of coordinates
LineSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
LineSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.LineSerializer
 
LONG_MARKER - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.RelationIdentifierGraphBinarySerializer
 
LongEncoding - Class in org.janusgraph.util.encoding
Utility class for encoding longs in strings based on: See stackoverflow
LongEncoding() - Constructor for class org.janusgraph.util.encoding.LongEncoding
 

M

mapWriter - Static variable in class org.janusgraph.core.attribute.Geoshape
 
MultiLineSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
MultiLineSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiLineSerializer
 
MultiPointSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
MultiPointSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiPointSerializer
 
MultiPolygonSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
MultiPolygonSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiPolygonSerializer
 

N

negate() - Method in enum org.janusgraph.core.attribute.Text
 
negate() - Method in class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
negate() - Method in interface org.janusgraph.graphdb.query.JanusGraphPredicate
Returns the negation of this predicate if it exists, otherwise an exception is thrown.

O

org.janusgraph.core.attribute - package org.janusgraph.core.attribute
 
org.janusgraph.graphdb.database.serialize - package org.janusgraph.graphdb.database.serialize
 
org.janusgraph.graphdb.query - package org.janusgraph.graphdb.query
 
org.janusgraph.graphdb.relations - package org.janusgraph.graphdb.relations
 
org.janusgraph.graphdb.tinkerpop - package org.janusgraph.graphdb.tinkerpop
 
org.janusgraph.graphdb.tinkerpop.io - package org.janusgraph.graphdb.tinkerpop.io
 
org.janusgraph.graphdb.tinkerpop.io.binary - package org.janusgraph.graphdb.tinkerpop.io.binary
 
org.janusgraph.graphdb.tinkerpop.io.binary.geoshape - package org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
org.janusgraph.graphdb.tinkerpop.io.graphson - package org.janusgraph.graphdb.tinkerpop.io.graphson
 
org.janusgraph.graphdb.tinkerpop.plugin - package org.janusgraph.graphdb.tinkerpop.plugin
 
org.janusgraph.util - package org.janusgraph.util
 
org.janusgraph.util.encoding - package org.janusgraph.util.encoding
 

P

parse(String) - Static method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
point(double, double) - Static method in class org.janusgraph.core.attribute.Geoshape
Constructs a point from its latitude and longitude information
PointSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
PointSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.PointSerializer
 
polygon(List<double[]>) - Static method in class org.janusgraph.core.attribute.Geoshape
Constructs a polygon from list of coordinates
polygon(List<double[]>) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
PolygonSerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary.geoshape
 
PolygonSerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.PolygonSerializer
 
preevaluate(Object, Object) - Method in enum org.janusgraph.core.attribute.Text
 

R

read(InputStream) - Static method in class org.janusgraph.core.attribute.Geoshape.GeoshapeBinarySerializer
Deserialize a geoshape.
read(Kryo, Input, Class<Geoshape>) - Method in class org.janusgraph.core.attribute.Geoshape.GeoShapeGryoSerializer
 
read(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
read(Kryo, Input, Class<JanusGraphP>) - Method in class org.janusgraph.graphdb.tinkerpop.JanusGraphPSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.BoxSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.CircleSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeometryCollectionSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeoshapeTypeSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.LineSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiLineSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiPointSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiPolygonSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.PointSerializer
 
readNonNullableGeoshapeValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.PolygonSerializer
 
readNonNullableValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinarySerializer
 
readNonNullableValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphPBinarySerializer
 
readNonNullableValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
readNonNullableValue(Buffer, GraphBinaryReader) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.RelationIdentifierGraphBinarySerializer
 
readShape(DataInputStream) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
readValue(Buffer, GraphBinaryReader, boolean) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
RelationIdentifier - Class in org.janusgraph.graphdb.relations
 
RelationIdentifier(Object, long, long, Object) - Constructor for class org.janusgraph.graphdb.relations.RelationIdentifier
 
RelationIdentifierDeserializerV1d0() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierDeserializerV1d0
 
RelationIdentifierDeserializerV2d0() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierDeserializerV2d0
 
RelationIdentifierGraphBinarySerializer - Class in org.janusgraph.graphdb.tinkerpop.io.binary
Serialize and deserialize relation identifier To distinguish between string and long IDs, we use an extra byte as marker.
RelationIdentifierGraphBinarySerializer() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.binary.RelationIdentifierGraphBinarySerializer
 
RelationIdentifierSerializerV1d0() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierSerializerV1d0
 
RelationIdentifierSerializerV2d0() - Constructor for class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierSerializerV2d0
 
requireRestart() - Method in class org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinDriverPlugin
 

S

serialize(Geoshape, JsonGenerator, SerializerProvider) - Method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV1d0
 
serialize(JanusGraphP, JsonGenerator, SerializerProvider) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.JanusGraphPSerializerV2d0
 
serialize(RelationIdentifier, JsonGenerator, SerializerProvider) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierSerializerV1d0
 
serialize(RelationIdentifier, JsonGenerator, SerializerProvider) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierSerializerV2d0
 
serializeWithType(Geoshape, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV1d0
 
serializeWithType(Geoshape, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV2d0
 
serializeWithType(JanusGraphP, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.JanusGraphPSerializerV2d0
 
serializeWithType(RelationIdentifier, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierSerializerV1d0
 
serializeWithType(RelationIdentifier, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.janusgraph.graphdb.tinkerpop.io.graphson.JanusGraphSONModule.RelationIdentifierSerializerV2d0
 
size() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the number of points comprising this geoshape.
size(Shape) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
STRING_ENCODING_MARKER - Static variable in class org.janusgraph.util.encoding.LongEncoding
 
STRING_MARKER - Static variable in class org.janusgraph.graphdb.tinkerpop.io.binary.RelationIdentifierGraphBinarySerializer
 
StringUtils - Class in org.janusgraph.util
 
StringUtils() - Constructor for class org.janusgraph.util.StringUtils
 

T

test(Object, Object) - Method in class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
test(Object, Object) - Method in interface org.janusgraph.graphdb.query.JanusGraphPredicate
 
Text - Enum in org.janusgraph.core.attribute
Comparison relations for text objects.
textContains(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textContainsFuzzy(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textContainsPhrase(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textContainsPrefix(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textContainsRegex(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textFuzzy(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotContains(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotContainsFuzzy(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotContainsPhrase(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotContainsPrefix(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotContainsRegex(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotFuzzy(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotPrefix(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textNotRegex(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textPrefix(V) - Static method in enum org.janusgraph.core.attribute.Text
 
textRegex(V) - Static method in enum org.janusgraph.core.attribute.Text
 
TinkerPopTextWrappingPredicate - Class in org.janusgraph.core.attribute
A JanusGraphPredicate that just wraps a TinkerPop Text predicate.
TinkerPopTextWrappingPredicate(Text) - Constructor for class org.janusgraph.core.attribute.TinkerPopTextWrappingPredicate
 
toGeoJson(Geoshape) - Static method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV1d0
 
toGeoJson(Geoshape) - Static method in class org.janusgraph.core.attribute.Geoshape.GeoshapeGsonSerializerV2d0
 
toGeoJson() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the GeoJSON representation of the shape.
tokenize(String) - Static method in enum org.janusgraph.core.attribute.Text
 
toMap() - Method in class org.janusgraph.core.attribute.Geoshape
 
toString() - Method in class org.janusgraph.core.attribute.Geoshape
Returns the WKT representation of the shape.
toString() - Method in enum org.janusgraph.core.attribute.Geoshape.Type
 
toString() - Method in class org.janusgraph.graphdb.relations.RelationIdentifier
 
TOSTRING_DELIMITER - Static variable in class org.janusgraph.graphdb.relations.RelationIdentifier
 

V

valueOf(String) - Static method in enum org.janusgraph.core.attribute.Cmp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.janusgraph.core.attribute.Contain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.janusgraph.core.attribute.Geo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.janusgraph.core.attribute.Geoshape.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.janusgraph.core.attribute.Text
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.janusgraph.graphdb.tinkerpop.io.binary.GraphBinaryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.janusgraph.core.attribute.Cmp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.janusgraph.core.attribute.Contain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.janusgraph.core.attribute.Geo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.janusgraph.core.attribute.Geoshape.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.janusgraph.core.attribute.Text
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.janusgraph.graphdb.tinkerpop.io.binary.GraphBinaryType
Returns an array containing the constants of this enum type, in the order they are declared.

W

within(Geoshape) - Method in class org.janusgraph.core.attribute.Geoshape
Whether this geometry is within the given geometry.
wktReader - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
wktWriter - Variable in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
write(OutputStream, Geoshape) - Static method in class org.janusgraph.core.attribute.Geoshape.GeoshapeBinarySerializer
Serialize a geoshape.
write(Kryo, Output, Geoshape) - Method in class org.janusgraph.core.attribute.Geoshape.GeoShapeGryoSerializer
 
write(DataOutputStream, Geoshape) - Method in class org.janusgraph.core.attribute.JtsGeoshapeHelper
 
write(T, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
write(Kryo, Output, JanusGraphP) - Method in class org.janusgraph.graphdb.tinkerpop.JanusGraphPSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.BoxSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.CircleSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeometryCollectionSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeoshapeTypeSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.LineSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiLineSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiPointSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.MultiPolygonSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.PointSerializer
 
writeNonNullableGeoshapeValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.PolygonSerializer
 
writeNonNullableValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.geoshape.GeoshapeTypeSerializer
 
writeNonNullableValue(Geoshape, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.GeoshapeGraphBinarySerializer
 
writeNonNullableValue(JanusGraphP, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphPBinarySerializer
 
writeNonNullableValue(T, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
writeNonNullableValue(RelationIdentifier, Buffer, GraphBinaryWriter) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.RelationIdentifierGraphBinarySerializer
 
writeValue(T, Buffer, GraphBinaryWriter, boolean) - Method in class org.janusgraph.graphdb.tinkerpop.io.binary.JanusGraphTypeSerializer
 
A B C D E F G H I J L M N O P R S T V W 
Skip navigation links

Copyright © 2012–2024. All rights reserved.