A B C D E F G H I J K L M N O P Q R S T U V W 

A

add(String, Object, Visibility) - Method in class org.neolumin.vertexium.Metadata
 
addEdge(Vertex, Vertex, String, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds an edge between two vertices.
addEdge(String, Vertex, Vertex, String, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds an edge between two vertices.
addEdge(String, String, String, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds an edge between two vertices.
addEdge(String, String, String, String, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds an edge between two vertices.
addEdge(Vertex, Vertex, String, Visibility, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
addEdge(String, Vertex, Vertex, String, Visibility, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
addEdge(String, String, String, Visibility, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
addEdge(String, String, String, String, Visibility, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
AddEdgeEvent - Class in org.neolumin.vertexium.event
 
AddEdgeEvent(Graph, Edge) - Constructor for class org.neolumin.vertexium.event.AddEdgeEvent
 
addElement(Graph, Element, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
addElement(Graph, Element, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
addElements(Graph, Iterable<? extends Element>, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
addElements(Graph, Iterable<? extends Element>, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
addGeohashAggregation(String, String, int) - Method in interface org.neolumin.vertexium.query.GraphQueryWithGeohashAggregation
 
addGraphEventListener(GraphEventListener) - Method in interface org.neolumin.vertexium.Graph
Adds a graph event listener that will be called when graph events occur.
addGraphEventListener(GraphEventListener) - Method in class org.neolumin.vertexium.GraphBase
 
addHasContainer(QueryBase.HasContainer) - Method in class org.neolumin.vertexium.query.QueryParameters
 
addHiddenVisibility(Visibility) - Method in class org.neolumin.vertexium.ElementBase
 
addHiddenVisibility(Visibility) - Method in class org.neolumin.vertexium.property.MutableProperty
 
addHiddenVisibility(Visibility) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
addHistogramAggregation(String, String, String) - Method in interface org.neolumin.vertexium.query.GraphQueryWithHistogramAggregation
 
addMetadata(String, Object, Visibility) - Method in class org.neolumin.vertexium.property.MutableProperty
 
addMetadata(String, Object, Visibility) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
addPropertyDefinition(PropertyDefinition) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
addPropertyDefinition(PropertyDefinition) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
AddPropertyEvent - Class in org.neolumin.vertexium.event
 
AddPropertyEvent(Graph, Element, Property) - Constructor for class org.neolumin.vertexium.event.AddPropertyEvent
 
addPropertyValue(String, String, Object, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Adds or updates a property.
addPropertyValue(String, String, Object, Metadata, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Adds or updates a property.
addPropertyValue(String, String, Object, Visibility, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
addPropertyValue(String, String, Object, Metadata, Visibility, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
addPropertyValue(String, String, Object, Visibility) - Method in class org.neolumin.vertexium.ElementBuilder
Adds or updates a property.
addPropertyValue(String, String, Object, Metadata, Visibility) - Method in class org.neolumin.vertexium.ElementBuilder
Adds or updates a property.
addPropertyValue(String, String, Object, Visibility) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Adds or updates a property.
addPropertyValue(String, String, Object, Metadata, Visibility) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Adds or updates a property.
addPropertyValue(String, String, Object, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
addPropertyValue(String, String, Object, Metadata, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
addTermsAggregation(String, String) - Method in interface org.neolumin.vertexium.query.GraphQueryWithTermsAggregation
 
addVertex(Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds a vertex to the graph.
addVertex(String, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds a vertex to the graph.
addVertex(Visibility, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
addVertex(String, Visibility, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
AddVertexEvent - Class in org.neolumin.vertexium.event
 
AddVertexEvent(Graph, Vertex) - Constructor for class org.neolumin.vertexium.event.AddVertexEvent
 
addVertices(Iterable<ElementBuilder<Vertex>>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Adds the vertices to the graph.
addVertices(Iterable<ElementBuilder<Vertex>>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
ALL - Static variable in enum org.neolumin.vertexium.FetchHint
 
ALL - Static variable in enum org.neolumin.vertexium.TextIndexHint
The set of indexing hints that trigger all available indexes for a Text property.
ALL_INCLUDING_HIDDEN - Static variable in enum org.neolumin.vertexium.FetchHint
 
alterEdgeLabel(String) - Method in class org.neolumin.vertexium.EdgeBuilderBase
 
alterEdgeLabel(String) - Method in interface org.neolumin.vertexium.mutation.EdgeMutation
 
alterEdgeLabel(String) - Method in class org.neolumin.vertexium.mutation.ExistingEdgeMutation
 
alterElementVisibility(Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Alters the visibility of the element (vertex or edge).
alterElementVisibility(Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
AlterPropertyVisibility - Class in org.neolumin.vertexium.mutation
 
AlterPropertyVisibility(String, String, Visibility, Visibility) - Constructor for class org.neolumin.vertexium.mutation.AlterPropertyVisibility
 
alterPropertyVisibility(Property, Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Alters the visibility of a property.
alterPropertyVisibility(String, String, Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Alters the visibility of a property.
alterPropertyVisibility(String, Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Alters the visibility of a property.
alterPropertyVisibility(Property, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
alterPropertyVisibility(String, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
alterPropertyVisibility(String, String, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
and(Set<String>) - Static method in class org.neolumin.vertexium.Visibility
 
ArrayIterable<T> - Class in org.neolumin.vertexium.util
 
ArrayIterable(T[]) - Constructor for class org.neolumin.vertexium.util.ArrayIterable
 
ArrayIterator<T> - Class in org.neolumin.vertexium.util
 
ArrayIterator(T[]) - Constructor for class org.neolumin.vertexium.util.ArrayIterator
 
ArrayUtils - Class in org.neolumin.vertexium.util
 
ArrayUtils() - Constructor for class org.neolumin.vertexium.util.ArrayUtils
 
Authorizations - Interface in org.neolumin.vertexium
 
AUTO_FLUSH - Static variable in class org.neolumin.vertexium.GraphConfiguration
 

B

boost(double) - Method in class org.neolumin.vertexium.DefinePropertyBuilder
 
boost(float) - Method in class org.neolumin.vertexium.query.QueryBase
 
boost(float) - Method in interface org.neolumin.vertexium.query.SimilarToGraphQuery
The amount of boost to apply to the similarity query.
bytesToObject(byte[]) - Static method in class org.neolumin.vertexium.util.JavaSerializableUtils
 

C

canRead(Visibility) - Method in interface org.neolumin.vertexium.Authorizations
 
checkArgument(boolean) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkElementIndex(int, int) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class org.neolumin.vertexium.util.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
clearData() - Method in interface org.neolumin.vertexium.Graph
Clears all data from the graph.
clearData() - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
clearData() - Method in interface org.neolumin.vertexium.search.SearchIndex
 
clone() - Method in class org.neolumin.vertexium.query.QueryParameters
 
clone() - Method in class org.neolumin.vertexium.query.QueryStringQueryParameters
 
clone() - Method in class org.neolumin.vertexium.query.SimilarToTextQueryParameters
 
cloneTo(QueryParameters) - Method in class org.neolumin.vertexium.query.QueryParameters
 
cloneTo(QueryParameters) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
close() - Method in class org.neolumin.vertexium.util.EmptyClosableIterable
 
close() - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
close() - Method in class org.neolumin.vertexium.util.LookAheadIterable
 
CloseableIterable<T> - Interface in org.neolumin.vertexium.util
 
CloseableUtils - Class in org.neolumin.vertexium.util
 
CloseableUtils() - Constructor for class org.neolumin.vertexium.util.CloseableUtils
 
closeQuietly(Closeable) - Static method in class org.neolumin.vertexium.util.CloseableUtils
 
Compare - Enum in org.neolumin.vertexium.query
 
compareTo(PropertyRemoveMutation) - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
compareTo(Property) - Method in class org.neolumin.vertexium.Property
 
compareTo(GeoPoint) - Method in class org.neolumin.vertexium.type.GeoPoint
 
compareTo(Visibility) - Method in class org.neolumin.vertexium.Visibility
 
CompositeGraphQuery - Class in org.neolumin.vertexium.query
 
CompositeGraphQuery(Query...) - Constructor for class org.neolumin.vertexium.query.CompositeGraphQuery
 
CompositeGraphQuery(Collection<Query>) - Constructor for class org.neolumin.vertexium.query.CompositeGraphQuery
 
ConfigurationUtils - Class in org.neolumin.vertexium.util
 
ConfigurationUtils() - Constructor for class org.neolumin.vertexium.util.ConfigurationUtils
 
contains(String, Visibility) - Method in class org.neolumin.vertexium.Metadata
 
containsKey(String) - Method in class org.neolumin.vertexium.Metadata
 
convert(TSource) - Method in class org.neolumin.vertexium.util.ConvertingIterable
 
convert(T) - Method in class org.neolumin.vertexium.util.FilterIterable
 
convert(TSource) - Method in class org.neolumin.vertexium.util.LookAheadIterable
 
convert(T) - Method in class org.neolumin.vertexium.util.ToElementIterable
 
ConvertingIterable<TSource,TDest> - Class in org.neolumin.vertexium.util
 
ConvertingIterable(Iterable<TSource>) - Constructor for class org.neolumin.vertexium.util.ConvertingIterable
 
copy(InputStream, OutputStream) - Static method in class org.neolumin.vertexium.util.StreamUtils
 
count - Variable in class org.neolumin.vertexium.query.GeohashBucket
 
count - Variable in class org.neolumin.vertexium.query.HistogramBucket
 
count - Variable in class org.neolumin.vertexium.query.TermsBucket
 
count(Iterable<T>) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
create(String) - Static method in class org.neolumin.vertexium.property.StreamingPropertyValue
 
createAuthorizations(String...) - Method in interface org.neolumin.vertexium.Graph
Creates an authorizations object.
createGraph(Map) - Method in class org.neolumin.vertexium.GraphFactory
 
createIdGenerator() - Method in class org.neolumin.vertexium.GraphConfiguration
 
createIterator() - Method in class org.neolumin.vertexium.util.FilterIterable
 
createIterator() - Method in class org.neolumin.vertexium.util.LookAheadIterable
 
createOutputStream() - Method in class org.neolumin.vertexium.util.LimitOutputStream.LargeDataStore
 
createProvider(GraphConfiguration, String, String) - Static method in class org.neolumin.vertexium.util.ConfigurationUtils
 
createProvider(String, GraphConfiguration) - Static method in class org.neolumin.vertexium.util.ConfigurationUtils
 
createSearchIndex() - Method in class org.neolumin.vertexium.GraphConfiguration
 

D

dataType - Variable in class org.neolumin.vertexium.DefinePropertyBuilder
 
dataType(Class) - Method in class org.neolumin.vertexium.DefinePropertyBuilder
 
DateOnly - Class in org.neolumin.vertexium
 
DateOnly(Date) - Constructor for class org.neolumin.vertexium.DateOnly
 
DateOnly(int, int, int) - Constructor for class org.neolumin.vertexium.DateOnly
 
DEFAULT_AUTO_FLUSH - Static variable in class org.neolumin.vertexium.GraphConfiguration
 
DEFAULT_IDGENERATOR - Static variable in class org.neolumin.vertexium.GraphConfiguration
 
DEFAULT_KEY - Static variable in interface org.neolumin.vertexium.mutation.ElementMutation
 
DEFAULT_SEARCH_INDEX - Static variable in class org.neolumin.vertexium.GraphConfiguration
 
DefaultGraphQuery - Class in org.neolumin.vertexium.query
 
DefaultGraphQuery(Graph, String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.DefaultGraphQuery
 
DefaultGraphQueryIterable<T extends Element> - Class in org.neolumin.vertexium.query
 
DefaultGraphQueryIterable(QueryParameters, Iterable<T>, boolean, boolean) - Constructor for class org.neolumin.vertexium.query.DefaultGraphQueryIterable
 
DefaultSearchIndex - Class in org.neolumin.vertexium.search
 
DefaultSearchIndex(GraphConfiguration) - Constructor for class org.neolumin.vertexium.search.DefaultSearchIndex
 
DefaultVertexQuery - Class in org.neolumin.vertexium.query
 
DefaultVertexQuery(Graph, Vertex, String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.DefaultVertexQuery
 
define() - Method in class org.neolumin.vertexium.DefinePropertyBuilder
 
defineProperty(String) - Method in interface org.neolumin.vertexium.Graph
Creates a defines property builder.
defineProperty(String) - Method in class org.neolumin.vertexium.GraphBase
 
defineProperty(String) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
DefinePropertyBuilder - Class in org.neolumin.vertexium
 
deflate(String) - Method in class org.neolumin.vertexium.id.IdentityNameSubstitutionStrategy
 
deflate(String) - Method in interface org.neolumin.vertexium.id.NameSubstitutionStrategy
 
deflate(String) - Method in class org.neolumin.vertexium.id.SimpleNameSubstitutionStrategy
 
Direction - Enum in org.neolumin.vertexium
 
distanceBetween(GeoPoint, GeoPoint) - Static method in class org.neolumin.vertexium.type.GeoPoint
 
distanceBetween(double, double, double, double) - Static method in class org.neolumin.vertexium.type.GeoPoint
 
doEdgesExist(List<String>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Tests the existence of edges with the given authorizations.
doEdgesExist(List<String>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
doesEdgeExist(String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Tests the existence of a edge with the given authorizations.
doesEdgeExist(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
doesVertexExist(String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Tests the existence of a vertex with the given authorizations.
doesVertexExist(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
doVerticesExist(List<String>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Tests the existence of vertices with the given authorizations.
doVerticesExist(List<String>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 

E

Edge - Interface in org.neolumin.vertexium
 
EDGE_REFS - Static variable in enum org.neolumin.vertexium.FetchHint
 
EdgeBuilder - Class in org.neolumin.vertexium
 
EdgeBuilder(String, Vertex, Vertex, String, Visibility) - Constructor for class org.neolumin.vertexium.EdgeBuilder
 
EdgeBuilderBase - Class in org.neolumin.vertexium
 
EdgeBuilderBase(String, String, Visibility) - Constructor for class org.neolumin.vertexium.EdgeBuilderBase
 
EdgeBuilderByVertexId - Class in org.neolumin.vertexium
 
EdgeBuilderByVertexId(String, String, String, String, Visibility) - Constructor for class org.neolumin.vertexium.EdgeBuilderByVertexId
 
EdgeMutation - Interface in org.neolumin.vertexium.mutation
 
edges() - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
edges(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
edges(String) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
edges(String, EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
edges(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.DefaultGraphQuery
 
edges(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.DefaultVertexQuery
 
edges() - Method in interface org.neolumin.vertexium.query.Query
 
edges(EnumSet<FetchHint>) - Method in interface org.neolumin.vertexium.query.Query
 
edges(String) - Method in interface org.neolumin.vertexium.query.Query
 
edges(String, EnumSet<FetchHint>) - Method in interface org.neolumin.vertexium.query.Query
 
edges() - Method in class org.neolumin.vertexium.query.QueryBase
 
edges(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.QueryBase
 
edges(String, EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.QueryBase
 
edges(String) - Method in class org.neolumin.vertexium.query.QueryBase
 
edges(Direction) - Method in interface org.neolumin.vertexium.query.VertexQuery
 
edges(Direction, EnumSet<FetchHint>) - Method in interface org.neolumin.vertexium.query.VertexQuery
 
edges(Direction, String) - Method in interface org.neolumin.vertexium.query.VertexQuery
 
edges(Direction, String, EnumSet<FetchHint>) - Method in interface org.neolumin.vertexium.query.VertexQuery
 
edges(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
edges(Direction, EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
edges(Direction) - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
edges(Direction, String, EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
edges(Direction, String) - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
Element - Interface in org.neolumin.vertexium
An element on the graph.
ElementBase - Class in org.neolumin.vertexium
 
ElementBase(Graph, String, Visibility, Iterable<Property>, Iterable<PropertyRemoveMutation>, Iterable<Visibility>, Authorizations) - Constructor for class org.neolumin.vertexium.ElementBase
 
ElementBuilder<T extends Element> - Class in org.neolumin.vertexium
 
ElementBuilder() - Constructor for class org.neolumin.vertexium.ElementBuilder
 
ElementMutation<T extends Element> - Interface in org.neolumin.vertexium.mutation
 
ElementType - Enum in org.neolumin.vertexium
 
EmptyClosableIterable<T> - Class in org.neolumin.vertexium.util
 
EmptyClosableIterable() - Constructor for class org.neolumin.vertexium.util.EmptyClosableIterable
 
entrySet() - Method in class org.neolumin.vertexium.Metadata
 
equals(Authorizations) - Method in interface org.neolumin.vertexium.Authorizations
 
equals(Object) - Method in class org.neolumin.vertexium.ElementBase
 
equals(Object) - Method in class org.neolumin.vertexium.event.AddEdgeEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.AddPropertyEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.AddVertexEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.GraphEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.MarkHiddenEdgeEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.MarkHiddenVertexEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.MarkVisibleEdgeEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.MarkVisibleVertexEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.RemoveEdgeEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
equals(Object) - Method in class org.neolumin.vertexium.event.RemoveVertexEvent
 
equals(Object) - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
equals(Object) - Method in class org.neolumin.vertexium.Property
 
equals(Object) - Method in class org.neolumin.vertexium.type.GeoCircle
 
equals(Object) - Method in class org.neolumin.vertexium.type.GeoPoint
 
equals(Object) - Method in class org.neolumin.vertexium.Visibility
 
evaluate(Iterable<Property>, Object, Map<String, PropertyDefinition>) - Method in enum org.neolumin.vertexium.query.Compare
 
evaluate(Iterable<Property>, Object, Map<String, PropertyDefinition>) - Method in enum org.neolumin.vertexium.query.GeoCompare
 
evaluate(Iterable<Property>, Object, Map<String, PropertyDefinition>) - Method in interface org.neolumin.vertexium.query.Predicate
 
evaluate(Iterable<Property>, Object, Map<String, PropertyDefinition>) - Method in enum org.neolumin.vertexium.query.TextPredicate
 
evaluateQueryString(Element, String) - Method in class org.neolumin.vertexium.query.DefaultGraphQueryIterable
 
ExistingEdgeMutation - Class in org.neolumin.vertexium.mutation
 
ExistingEdgeMutation(Edge) - Constructor for class org.neolumin.vertexium.mutation.ExistingEdgeMutation
 
ExistingElementMutation<T extends Element> - Interface in org.neolumin.vertexium.mutation
 
ExistingElementMutationImpl<T extends Element> - Class in org.neolumin.vertexium.mutation
 
ExistingElementMutationImpl(T) - Constructor for class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 

F

FetchHint - Enum in org.neolumin.vertexium
 
FilterIterable<T> - Class in org.neolumin.vertexium.util
 
FilterIterable(Iterable<T>) - Constructor for class org.neolumin.vertexium.util.FilterIterable
 
findPaths(Vertex, Vertex, int, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Finds all paths between two vertices.
findPaths(String, String, int, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Finds all paths between two vertices.
findPaths(Vertex, Vertex, int, ProgressCallback, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Finds all paths between two vertices.
findPaths(String, String, int, ProgressCallback, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Finds all paths between two vertices.
findPaths(Vertex, Vertex, int, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
findPaths(Vertex, Vertex, int, ProgressCallback, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
findPaths(String, String, int, ProgressCallback, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
findPaths(String, String, int, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
findPaths(Graph, Vertex, Vertex, int, ProgressCallback, Authorizations) - Method in interface org.neolumin.vertexium.path.PathFindingAlgorithm
 
findPaths(Graph, Vertex, Vertex, int, ProgressCallback, Authorizations) - Method in class org.neolumin.vertexium.path.RecursivePathFindingAlgorithm
 
findRelatedEdges(Iterable<String>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Given a list of vertex ids, find all the edge ids that connect them.
findRelatedEdges(Iterable<String>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
fireGraphEvent(GraphEvent) - Method in class org.neolumin.vertexium.GraphBase
 
flush() - Method in interface org.neolumin.vertexium.Graph
Flushes any pending mutations to the graph.
flush() - Method in class org.neolumin.vertexium.GraphBase
 
flush() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
flush() - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
flush() - Method in interface org.neolumin.vertexium.search.SearchIndex
 
flush() - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
formatMessage(Integer, Integer) - Method in enum org.neolumin.vertexium.ProgressCallback.Step
 

G

GeoCircle - Class in org.neolumin.vertexium.type
 
GeoCircle(double, double, double) - Constructor for class org.neolumin.vertexium.type.GeoCircle
 
GeoCompare - Enum in org.neolumin.vertexium.query
 
GeohashBucket - Class in org.neolumin.vertexium.query
 
GeohashBucket(String, long, GeoPoint) - Constructor for class org.neolumin.vertexium.query.GeohashBucket
 
GeohashQueryItem - Class in org.neolumin.vertexium.query
 
GeohashQueryItem(String, String, int) - Constructor for class org.neolumin.vertexium.query.GeohashQueryItem
 
GeohashResult - Class in org.neolumin.vertexium.query
 
GeohashResult(Iterable<GeohashBucket>) - Constructor for class org.neolumin.vertexium.query.GeohashResult
 
GeoPoint - Class in org.neolumin.vertexium.type
 
GeoPoint() - Constructor for class org.neolumin.vertexium.type.GeoPoint
 
GeoPoint(double, double, Double, String) - Constructor for class org.neolumin.vertexium.type.GeoPoint
 
GeoPoint(double, double, Double) - Constructor for class org.neolumin.vertexium.type.GeoPoint
 
GeoPoint(double, double) - Constructor for class org.neolumin.vertexium.type.GeoPoint
 
GeoPoint(double, double, String) - Constructor for class org.neolumin.vertexium.type.GeoPoint
 
GeoRect - Class in org.neolumin.vertexium.type
 
GeoRect(GeoPoint, GeoPoint) - Constructor for class org.neolumin.vertexium.type.GeoRect
 
GeoShape - Interface in org.neolumin.vertexium.type
 
get(int) - Method in class org.neolumin.vertexium.Path
 
getAggregationName() - Method in class org.neolumin.vertexium.query.GeohashQueryItem
 
getAggregationName() - Method in class org.neolumin.vertexium.query.HistogramQueryItem
 
getAggregationName() - Method in class org.neolumin.vertexium.query.TermsQueryItem
 
getAllWithPrefix(Map, String) - Static method in class org.neolumin.vertexium.util.MapUtils
 
getAlterPropertyVisibilities() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getAltitude() - Method in class org.neolumin.vertexium.type.GeoPoint
 
getAuthorizations() - Method in interface org.neolumin.vertexium.Authorizations
 
getAuthorizations() - Method in interface org.neolumin.vertexium.Element
Gets the authorizations used to get this element.
getAuthorizations() - Method in class org.neolumin.vertexium.ElementBase
 
getAuthorizations() - Method in class org.neolumin.vertexium.query.QueryParameters
 
getBoolean(String, boolean) - Method in class org.neolumin.vertexium.GraphConfiguration
 
getBoost() - Method in class org.neolumin.vertexium.PropertyDefinition
 
getBoost() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getBuckets() - Method in class org.neolumin.vertexium.query.GeohashResult
 
getBuckets() - Method in class org.neolumin.vertexium.query.HistogramResult
 
getBuckets() - Method in class org.neolumin.vertexium.query.TermsResult
 
getConfig() - Method in class org.neolumin.vertexium.GraphConfiguration
 
getConfig(String, Object) - Method in class org.neolumin.vertexium.GraphConfiguration
 
getConfigLong(String, long) - Method in class org.neolumin.vertexium.GraphConfiguration
 
getConfiguration() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
getCount() - Method in class org.neolumin.vertexium.query.GeohashBucket
 
getCount() - Method in class org.neolumin.vertexium.query.HistogramBucket
 
getCount() - Method in class org.neolumin.vertexium.query.TermsBucket
 
getDataType() - Method in class org.neolumin.vertexium.PropertyDefinition
 
getDate() - Method in class org.neolumin.vertexium.DateOnly
 
getDescription() - Method in class org.neolumin.vertexium.type.GeoPoint
 
getDouble(String, double) - Method in class org.neolumin.vertexium.GraphConfiguration
 
getEdge() - Method in class org.neolumin.vertexium.event.AddEdgeEvent
 
getEdge() - Method in class org.neolumin.vertexium.event.MarkHiddenEdgeEvent
 
getEdge() - Method in class org.neolumin.vertexium.event.MarkVisibleEdgeEvent
 
getEdge() - Method in class org.neolumin.vertexium.event.RemoveEdgeEvent
 
getEdge(String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Get an edge from the graph.
getEdge(String, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Get an edge from the graph.
getEdge(String, EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getEdge(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getEdgeCount(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeId() - Method in class org.neolumin.vertexium.EdgeBuilderBase
 
getEdgeIds(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeIds(Direction, String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeIds(Direction, String[], Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeIds(Vertex, Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeIds(Vertex, Direction, String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeIds(Vertex, Direction, String[], Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdgeLabels(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
 
getEdges(Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all edges on the graph.
getEdges(EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all edges on the graph.
getEdges(Iterable<String>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all edges on the graph matching the given ids.
getEdges(Iterable<String>, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all edges on the graph matching the given ids.
getEdges(Iterable<String>, EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getEdges(Iterable<String>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getEdges(Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getEdges(EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getEdges(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges attached to this vertex.
getEdges(Direction, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges attached to this vertex.
getEdges(Direction, String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges with the given label attached to this vertex.
getEdges(Direction, String, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges with the given label attached to this vertex.
getEdges(Direction, String[], Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges with any of the given labels attached to this vertex.
getEdges(Direction, String[], EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges with any of the given labels attached to this vertex.
getEdges(Vertex, Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges between this vertex and another vertex.
getEdges(Vertex, Direction, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges between this vertex and another vertex.
getEdges(Vertex, Direction, String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges between this vertex and another vertex matching the given label.
getEdges(Vertex, Direction, String, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges between this vertex and another vertex matching the given label.
getEdges(Vertex, Direction, String[], Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges between this vertex and another vertex matching any of the given labels.
getEdges(Vertex, Direction, String[], EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets all edges between this vertex and another vertex matching any of the given labels.
getElement() - Method in class org.neolumin.vertexium.event.AddPropertyEvent
 
getElement() - Method in class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
getElement() - Method in class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
getElement() - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
getElement() - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Gets the element this mutation is affecting.
getElement() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getEntry(String, Visibility) - Method in class org.neolumin.vertexium.Metadata
 
getEntry(String) - Method in class org.neolumin.vertexium.Metadata
 
getExistingVisibility() - Method in class org.neolumin.vertexium.mutation.AlterPropertyVisibility
 
getFieldName() - Method in class org.neolumin.vertexium.query.GeohashQueryItem
 
getFieldName() - Method in class org.neolumin.vertexium.query.HistogramQueryItem
 
getFieldName() - Method in class org.neolumin.vertexium.query.TermsQueryItem
 
getFields() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getGeoCell() - Method in class org.neolumin.vertexium.query.GeohashBucket
 
getGeohashResults(String) - Method in interface org.neolumin.vertexium.query.IterableWithGeohashResults
 
getGeoPoint() - Method in class org.neolumin.vertexium.query.GeohashBucket
 
getGraph() - Method in interface org.neolumin.vertexium.Element
Gets the graph that this element belongs to.
getGraph() - Method in class org.neolumin.vertexium.ElementBase
 
getGraph() - Method in class org.neolumin.vertexium.event.GraphEvent
 
getGraph() - Method in class org.neolumin.vertexium.query.QueryBase
 
getHasContainers() - Method in class org.neolumin.vertexium.query.QueryParameters
 
getHiddenVisibilities() - Method in class org.neolumin.vertexium.ElementBase
 
getHiddenVisibilities() - Method in class org.neolumin.vertexium.Property
 
getHiddenVisibilities() - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
getHistogramResults(String) - Method in interface org.neolumin.vertexium.query.IterableWithHistogramResults
 
getId() - Method in interface org.neolumin.vertexium.Element
id of the element.
getId() - Method in class org.neolumin.vertexium.ElementBase
 
getIdGenerator() - Method in interface org.neolumin.vertexium.Graph
Gets the id generator used by this graph to create ids.
getIdGenerator() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
getIndexHint() - Method in class org.neolumin.vertexium.ElementBuilder
 
getIndexHint() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getInputStream() - Method in class org.neolumin.vertexium.property.StreamingPropertyValue
 
getInt(String, int) - Method in class org.neolumin.vertexium.GraphConfiguration
 
getInterval() - Method in class org.neolumin.vertexium.query.HistogramQueryItem
 
getInVertex() - Method in class org.neolumin.vertexium.EdgeBuilder
 
getInVertexId() - Method in class org.neolumin.vertexium.EdgeBuilderByVertexId
 
getIterable(TSource) - Method in class org.neolumin.vertexium.util.SelectManyIterable
 
getKey() - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
getKey() - Method in class org.neolumin.vertexium.GraphMetadataEntry
 
getKey() - Method in class org.neolumin.vertexium.Metadata.Entry
 
getKey() - Method in class org.neolumin.vertexium.mutation.AlterPropertyVisibility
 
getKey() - Method in class org.neolumin.vertexium.mutation.KeyNameVisibilityPropertyRemoveMutation
 
getKey() - Method in class org.neolumin.vertexium.mutation.PropertyPropertyRemoveMutation
 
getKey() - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
getKey() - Method in class org.neolumin.vertexium.Property
 
getKey() - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
getKey() - Method in class org.neolumin.vertexium.query.GeohashBucket
 
getKey() - Method in class org.neolumin.vertexium.query.HistogramBucket
 
getKey() - Method in class org.neolumin.vertexium.query.TermsBucket
 
getLabel() - Method in interface org.neolumin.vertexium.Edge
The edge label.
getLabel() - Method in class org.neolumin.vertexium.EdgeBuilderBase
 
getLatitude() - Method in class org.neolumin.vertexium.type.GeoCircle
 
getLatitude() - Method in class org.neolumin.vertexium.type.GeoPoint
 
getLength() - Method in class org.neolumin.vertexium.property.StreamingPropertyValue
 
getLength() - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
getLimit() - Method in class org.neolumin.vertexium.query.QueryParameters
 
getLongitude() - Method in class org.neolumin.vertexium.type.GeoCircle
 
getLongitude() - Method in class org.neolumin.vertexium.type.GeoPoint
 
getMaxCount() - Method in class org.neolumin.vertexium.query.GeohashResult
 
getMaxDocFrequency() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getMaxQueryTerms() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getMetadata(String) - Method in interface org.neolumin.vertexium.Graph
Gets metadata from the graph.
getMetadata() - Method in interface org.neolumin.vertexium.Graph
Gets all metadata.
getMetadata() - Method in class org.neolumin.vertexium.GraphBase
 
getMetadata(String) - Method in class org.neolumin.vertexium.GraphBase
 
getMetadata() - Method in class org.neolumin.vertexium.Property
 
getMetadata() - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
getMetadataName() - Method in class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
getMetadataVisibility() - Method in class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
getMinDocFrequency() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getMinTermFrequency() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getName() - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
getName() - Method in class org.neolumin.vertexium.mutation.AlterPropertyVisibility
 
getName() - Method in class org.neolumin.vertexium.mutation.KeyNameVisibilityPropertyRemoveMutation
 
getName() - Method in class org.neolumin.vertexium.mutation.PropertyPropertyRemoveMutation
 
getName() - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
getName() - Method in class org.neolumin.vertexium.Property
 
getName() - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
getNewEdgeLabel() - Method in class org.neolumin.vertexium.EdgeBuilderBase
 
getNewEdgeLabel() - Method in interface org.neolumin.vertexium.mutation.EdgeMutation
 
getNewEdgeLabel() - Method in class org.neolumin.vertexium.mutation.ExistingEdgeMutation
 
getNewElementVisibility() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getNewValue() - Method in class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
getNorthWest() - Method in class org.neolumin.vertexium.type.GeoRect
 
getOtherVertex(String, Authorizations) - Method in interface org.neolumin.vertexium.Edge
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
getOtherVertex(String, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Edge
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
getOtherVertexId(String) - Method in interface org.neolumin.vertexium.Edge
Given a vertexId that represents one side of a relationship, get me the id of the other side.
getOutVertex() - Method in class org.neolumin.vertexium.EdgeBuilder
 
getOutVertexId() - Method in class org.neolumin.vertexium.EdgeBuilderByVertexId
 
getParameters() - Method in class org.neolumin.vertexium.query.QueryBase
 
getPercentTermsToMatch() - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
getPrecision() - Method in class org.neolumin.vertexium.query.GeohashQueryItem
 
getProperties() - Method in interface org.neolumin.vertexium.Element
an Iterable of all the properties on this element that you have access to based on the authorizations used to retrieve the element.
getProperties(String) - Method in interface org.neolumin.vertexium.Element
an Iterable of all the properties with the given name on this element that you have access to based on the authorizations used to retrieve the element.
getProperties(String, String) - Method in interface org.neolumin.vertexium.Element
an Iterable of all the properties with the given name and key on this element that you have access to based on the authorizations used to retrieve the element.
getProperties() - Method in class org.neolumin.vertexium.ElementBase
 
getProperties(String) - Method in class org.neolumin.vertexium.ElementBase
 
getProperties(String, String) - Method in class org.neolumin.vertexium.ElementBase
 
getProperties() - Method in class org.neolumin.vertexium.ElementBuilder
 
getProperties() - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Gets the properties currently in this mutation.
getProperties() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getProperty(String, String) - Method in interface org.neolumin.vertexium.Element
Gets a property by key and name.
getProperty(String, String, Visibility) - Method in interface org.neolumin.vertexium.Element
Gets a property by key, name, and visibility.
getProperty(String, Visibility) - Method in interface org.neolumin.vertexium.Element
Gets a property by name, and visibility.
getProperty(String) - Method in interface org.neolumin.vertexium.Element
Gets a property by name.
getProperty(String, Visibility) - Method in class org.neolumin.vertexium.ElementBase
 
getProperty(String, String, Visibility) - Method in class org.neolumin.vertexium.ElementBase
 
getProperty(String, String) - Method in class org.neolumin.vertexium.ElementBase
 
getProperty(String) - Method in class org.neolumin.vertexium.ElementBase
 
getProperty() - Method in class org.neolumin.vertexium.event.AddPropertyEvent
 
getProperty() - Method in class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
getProperty() - Method in class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
getProperty() - Method in class org.neolumin.vertexium.mutation.PropertyPropertyRemoveMutation
 
getPropertyDefinitions() - Method in class org.neolumin.vertexium.query.QueryBase
 
getPropertyKey() - Method in class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
getPropertyName() - Method in class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
getPropertyName() - Method in class org.neolumin.vertexium.PropertyDefinition
 
getPropertyRemoveMutations() - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyRemoves() - Method in class org.neolumin.vertexium.ElementBuilder
 
getPropertyRemoves() - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Gets the properties currently being removed in this mutation.
getPropertyRemoves() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getPropertyValue(String) - Method in interface org.neolumin.vertexium.Element
Convenience method to retrieve the first value of the property with the given name.
getPropertyValue(String, String) - Method in interface org.neolumin.vertexium.Element
Convenience method to retrieve the first value of the property with the given name.
getPropertyValue(String, int) - Method in interface org.neolumin.vertexium.Element
Gets the nth property value of the named property.
getPropertyValue(String, String, int) - Method in interface org.neolumin.vertexium.Element
Gets the nth property value of the named property.
getPropertyValue(String) - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyValue(String, int) - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyValue(String, String, int) - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyValue(String, String) - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyValues(String) - Method in interface org.neolumin.vertexium.Element
an Iterable of all the property values with the given name on this element that you have access to based on the authorizations used to retrieve the element.
getPropertyValues(String, String) - Method in interface org.neolumin.vertexium.Element
an Iterable of all the property values with the given name and key on this element that you have access to based on the authorizations used to retrieve the element.
getPropertyValues(String) - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyValues(String, String) - Method in class org.neolumin.vertexium.ElementBase
 
getPropertyVisibility() - Method in class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
getQueryString() - Method in class org.neolumin.vertexium.query.QueryStringQueryParameters
 
getRadius() - Method in class org.neolumin.vertexium.type.GeoCircle
 
getScores() - Method in interface org.neolumin.vertexium.query.IterableWithScores
 
getSearchIndex() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
getSearchIndexSecurityGranularity() - Method in interface org.neolumin.vertexium.Graph
Gets the granularity of the search index SearchIndexSecurityGranularity
getSearchIndexSecurityGranularity() - Method in class org.neolumin.vertexium.GraphBase
 
getSearchIndexSecurityGranularity() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
getSearchIndexSecurityGranularity() - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
getSearchIndexSecurityGranularity() - Method in interface org.neolumin.vertexium.search.SearchIndex
 
getSearchTimeNanoSeconds() - Method in interface org.neolumin.vertexium.query.IterableWithSearchTime
 
getSetPropertyMetadatas() - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
getSkip() - Method in class org.neolumin.vertexium.query.QueryParameters
 
getSmall() - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
getSourceVertex() - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
getSouthEast() - Method in class org.neolumin.vertexium.type.GeoRect
 
getString(String, String) - Method in class org.neolumin.vertexium.GraphConfiguration
 
getTermsResults(String) - Method in interface org.neolumin.vertexium.query.IterableWithTermsResults
 
getText() - Method in class org.neolumin.vertexium.query.SimilarToTextQueryParameters
 
getTextIndexHints() - Method in class org.neolumin.vertexium.PropertyDefinition
 
getTimestamp() - Method in interface org.neolumin.vertexium.HasTimestamp
 
getTotalHits() - Method in interface org.neolumin.vertexium.query.IterableWithTotalHits
 
getValue() - Method in class org.neolumin.vertexium.GraphMetadataEntry
 
getValue() - Method in class org.neolumin.vertexium.Metadata.Entry
 
getValue(String, Visibility) - Method in class org.neolumin.vertexium.Metadata
 
getValue(String) - Method in class org.neolumin.vertexium.Metadata
 
getValue() - Method in class org.neolumin.vertexium.Property
 
getValue() - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
getValueType() - Method in class org.neolumin.vertexium.property.StreamingPropertyValue
 
getVertex(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Edge
Get the attach vertex on either side of the edge.
getVertex(Direction, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Edge
Get the attach vertex on either side of the edge.
getVertex() - Method in class org.neolumin.vertexium.event.AddVertexEvent
 
getVertex() - Method in class org.neolumin.vertexium.event.MarkHiddenVertexEvent
 
getVertex() - Method in class org.neolumin.vertexium.event.MarkVisibleVertexEvent
 
getVertex() - Method in class org.neolumin.vertexium.event.RemoveVertexEvent
 
getVertex(String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Get a vertex from the graph.
getVertex(String, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Get a vertex from the graph.
getVertex(String, EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVertex(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVertexId(Direction) - Method in interface org.neolumin.vertexium.Edge
Get the attach vertex id on either side of the edge.
getVertexId() - Method in class org.neolumin.vertexium.VertexBuilder
 
getVertexIds(Direction, String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets vertex ids of connected vertices.
getVertexIds(Direction, String[], Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets vertex ids of connected vertices.
getVertexIds(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Gets vertex ids of connected vertices.
getVertices(Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all vertices on the graph.
getVertices(EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all vertices on the graph.
getVertices(Iterable<String>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all vertices matching the given ids on the graph.
getVertices(Iterable<String>, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all vertices matching the given ids on the graph.
getVertices(Iterable<String>, EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVertices(Iterable<String>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVertices(Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVertices(EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVertices(Direction, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
getVertices(Direction, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
getVertices(Direction, String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
getVertices(Direction, String, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
getVertices(Direction, String[], Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
getVertices(Direction, String[], EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
getVerticesInOrder(Iterable<String>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all vertices matching the given ids on the graph.
getVerticesInOrder(Iterable<String>, EnumSet<FetchHint>, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Gets all vertices matching the given ids on the graph.
getVerticesInOrder(Iterable<String>, EnumSet<FetchHint>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVerticesInOrder(Iterable<String>, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
getVisibility() - Method in class org.neolumin.vertexium.EdgeBuilderBase
 
getVisibility() - Method in interface org.neolumin.vertexium.Element
the visibility of the element.
getVisibility() - Method in class org.neolumin.vertexium.ElementBase
 
getVisibility() - Method in class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
getVisibility() - Method in class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
getVisibility() - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
getVisibility() - Method in class org.neolumin.vertexium.Metadata.Entry
 
getVisibility() - Method in class org.neolumin.vertexium.mutation.AlterPropertyVisibility
 
getVisibility() - Method in class org.neolumin.vertexium.mutation.KeyNameVisibilityPropertyRemoveMutation
 
getVisibility() - Method in class org.neolumin.vertexium.mutation.PropertyPropertyRemoveMutation
 
getVisibility() - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
getVisibility() - Method in class org.neolumin.vertexium.Property
 
getVisibility() - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
getVisibility() - Method in class org.neolumin.vertexium.VertexBuilder
 
getVisibilityString() - Method in class org.neolumin.vertexium.Visibility
 
Graph - Interface in org.neolumin.vertexium
 
GraphBase - Class in org.neolumin.vertexium
 
GraphBase() - Constructor for class org.neolumin.vertexium.GraphBase
 
GraphBaseWithSearchIndex - Class in org.neolumin.vertexium
 
GraphBaseWithSearchIndex(GraphConfiguration, IdGenerator, SearchIndex) - Constructor for class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
GraphConfiguration - Class in org.neolumin.vertexium
 
GraphConfiguration(Map) - Constructor for class org.neolumin.vertexium.GraphConfiguration
 
GraphEvent - Class in org.neolumin.vertexium.event
 
GraphEvent(Graph) - Constructor for class org.neolumin.vertexium.event.GraphEvent
 
GraphEventListener - Class in org.neolumin.vertexium.event
 
GraphEventListener() - Constructor for class org.neolumin.vertexium.event.GraphEventListener
 
GraphFactory - Class in org.neolumin.vertexium
 
GraphFactory() - Constructor for class org.neolumin.vertexium.GraphFactory
 
GraphMetadataEntry - Class in org.neolumin.vertexium
 
GraphMetadataEntry(String, Object) - Constructor for class org.neolumin.vertexium.GraphMetadataEntry
 
GraphQuery - Interface in org.neolumin.vertexium.query
 
GraphQueryBase - Class in org.neolumin.vertexium.query
 
GraphQueryBase(Graph, String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.GraphQueryBase
 
GraphQueryBase(Graph, String[], String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.GraphQueryBase
 
GraphQueryWithGeohashAggregation - Interface in org.neolumin.vertexium.query
 
GraphQueryWithHistogramAggregation - Interface in org.neolumin.vertexium.query
 
GraphQueryWithTermsAggregation - Interface in org.neolumin.vertexium.query
 

H

has(String, T) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
has(String, Predicate, T) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
has(String, T) - Method in interface org.neolumin.vertexium.query.Query
Adds an Compare.EQUAL filter to the query.
has(String, Predicate, T) - Method in interface org.neolumin.vertexium.query.Query
Adds a filter to the query.
has(String, T) - Method in class org.neolumin.vertexium.query.QueryBase
 
has(String, Predicate, T) - Method in class org.neolumin.vertexium.query.QueryBase
 
hasEventListeners() - Method in class org.neolumin.vertexium.GraphBase
 
hasExceededSizeLimit() - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
hashCode() - Method in class org.neolumin.vertexium.ElementBase
 
hashCode() - Method in class org.neolumin.vertexium.event.AddEdgeEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.AddPropertyEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.AddVertexEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.MarkHiddenEdgeEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.MarkHiddenVertexEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.MarkVisibleEdgeEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.MarkVisibleVertexEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.RemoveEdgeEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
hashCode() - Method in class org.neolumin.vertexium.event.RemoveVertexEvent
 
hashCode() - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
hashCode() - Method in class org.neolumin.vertexium.Property
 
hashCode() - Method in class org.neolumin.vertexium.type.GeoCircle
 
hashCode() - Method in class org.neolumin.vertexium.type.GeoPoint
 
hashCode() - Method in class org.neolumin.vertexium.Visibility
 
hasNext() - Method in class org.neolumin.vertexium.util.ArrayIterator
 
HasTimestamp - Interface in org.neolumin.vertexium
 
HistogramBucket - Class in org.neolumin.vertexium.query
 
HistogramBucket(Object, long) - Constructor for class org.neolumin.vertexium.query.HistogramBucket
 
HistogramQueryItem - Class in org.neolumin.vertexium.query
 
HistogramQueryItem(String, String, String) - Constructor for class org.neolumin.vertexium.query.HistogramQueryItem
 
HistogramResult - Class in org.neolumin.vertexium.query
 
HistogramResult(Iterable<HistogramBucket>) - Constructor for class org.neolumin.vertexium.query.HistogramResult
 

I

IdentityNameSubstitutionStrategy - Class in org.neolumin.vertexium.id
 
IdentityNameSubstitutionStrategy() - Constructor for class org.neolumin.vertexium.id.IdentityNameSubstitutionStrategy
 
IdGenerator - Interface in org.neolumin.vertexium.id
 
IDGENERATOR_PROP_PREFIX - Static variable in class org.neolumin.vertexium.GraphConfiguration
 
IndexHint - Enum in org.neolumin.vertexium.search
 
inflate(String) - Method in class org.neolumin.vertexium.id.IdentityNameSubstitutionStrategy
 
inflate(String) - Method in interface org.neolumin.vertexium.id.NameSubstitutionStrategy
 
inflate(String) - Method in class org.neolumin.vertexium.id.SimpleNameSubstitutionStrategy
 
intersectsAll(T[], T[]) - Static method in class org.neolumin.vertexium.util.ArrayUtils
Determines if all values in a1 appear in a2 and that all values in a2 appear in a2.
isFieldBoostSupported() - Method in interface org.neolumin.vertexium.Graph
Determine if field boost is support.
isFieldBoostSupported() - Method in class org.neolumin.vertexium.GraphBase
 
isFieldBoostSupported() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
isFieldBoostSupported() - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
isFieldBoostSupported() - Method in interface org.neolumin.vertexium.search.SearchIndex
 
isHidden(Authorizations) - Method in interface org.neolumin.vertexium.Element
Given the supplied authorizations is this element hidden?
isHidden(Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
isHidden(Authorizations) - Method in class org.neolumin.vertexium.Property
 
isHidden(Authorizations) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
isIncluded(T, T) - Method in class org.neolumin.vertexium.util.FilterIterable
 
isIncluded(T) - Method in class org.neolumin.vertexium.util.FilterIterable
 
isIncluded(TSource, TDest) - Method in class org.neolumin.vertexium.util.LookAheadIterable
 
isIncluded(TDest) - Method in class org.neolumin.vertexium.util.SelectManyIterable
 
isMatch(Element) - Method in class org.neolumin.vertexium.query.QueryBase.HasContainer
 
isQuerySimilarToTextSupported() - Method in interface org.neolumin.vertexium.Graph
 
isQuerySimilarToTextSupported() - Method in class org.neolumin.vertexium.GraphBase
 
isQuerySimilarToTextSupported() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
isQuerySimilarToTextSupported() - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
isQuerySimilarToTextSupported() - Method in interface org.neolumin.vertexium.search.SearchIndex
 
isSearchIndex() - Method in class org.neolumin.vertexium.property.PropertyValue
 
isStore() - Method in class org.neolumin.vertexium.property.PropertyValue
 
isVisibilityValid(Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Given an authorization is the visibility object valid.
IterableUtils - Class in org.neolumin.vertexium.util
 
IterableUtils() - Constructor for class org.neolumin.vertexium.util.IterableUtils
 
IterableWithGeohashResults<T> - Interface in org.neolumin.vertexium.query
 
IterableWithHistogramResults<T> - Interface in org.neolumin.vertexium.query
 
IterableWithScores<T> - Interface in org.neolumin.vertexium.query
 
IterableWithSearchTime<T> - Interface in org.neolumin.vertexium.query
 
IterableWithTermsResults<T> - Interface in org.neolumin.vertexium.query
 
IterableWithTotalHits<T> - Interface in org.neolumin.vertexium.query
 
iterator() - Method in class org.neolumin.vertexium.Path
 
iterator() - Method in class org.neolumin.vertexium.query.DefaultGraphQueryIterable
 
iterator() - Method in class org.neolumin.vertexium.util.ArrayIterable
 
iterator() - Method in class org.neolumin.vertexium.util.ConvertingIterable
 
iterator() - Method in class org.neolumin.vertexium.util.EmptyClosableIterable
 
iterator() - Method in class org.neolumin.vertexium.util.JoinIterable
 
iterator() - Method in class org.neolumin.vertexium.util.LookAheadIterable
 
iterator() - Method in class org.neolumin.vertexium.util.SelectManyIterable
 
iterator() - Method in class org.neolumin.vertexium.util.VerticesToEdgeIdsIterable
 

J

JavaSerializableUtils - Class in org.neolumin.vertexium.util
 
JavaSerializableUtils() - Constructor for class org.neolumin.vertexium.util.JavaSerializableUtils
 
JoinIterable<T> - Class in org.neolumin.vertexium.util
 
JoinIterable(Iterable<T>...) - Constructor for class org.neolumin.vertexium.util.JoinIterable
 

K

key - Variable in class org.neolumin.vertexium.query.GeohashBucket
 
key - Variable in class org.neolumin.vertexium.query.HistogramBucket
 
key - Variable in class org.neolumin.vertexium.query.QueryBase.HasContainer
 
key - Variable in class org.neolumin.vertexium.query.TermsBucket
 
KEY_SEPARATOR - Static variable in class org.neolumin.vertexium.Metadata
 
KeyNameVisibilityPropertyRemoveMutation - Class in org.neolumin.vertexium.mutation
 
KeyNameVisibilityPropertyRemoveMutation(String, String, Visibility) - Constructor for class org.neolumin.vertexium.mutation.KeyNameVisibilityPropertyRemoveMutation
 

L

labelToArrayOrNull(String) - Method in class org.neolumin.vertexium.ElementBase
 
length() - Method in class org.neolumin.vertexium.Path
 
limit(int) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
limit(int) - Method in interface org.neolumin.vertexium.query.Query
 
limit(int) - Method in class org.neolumin.vertexium.query.QueryBase
 
LimitOutputStream - Class in org.neolumin.vertexium.util
 
LimitOutputStream(LimitOutputStream.LargeDataStore, long) - Constructor for class org.neolumin.vertexium.util.LimitOutputStream
 
LimitOutputStream.LargeDataStore - Class in org.neolumin.vertexium.util
 
LimitOutputStream.LargeDataStore() - Constructor for class org.neolumin.vertexium.util.LimitOutputStream.LargeDataStore
 
LookAheadIterable<TSource,TDest> - Class in org.neolumin.vertexium.util
 
LookAheadIterable() - Constructor for class org.neolumin.vertexium.util.LookAheadIterable
 

M

MapUtils - Class in org.neolumin.vertexium.util
 
MapUtils() - Constructor for class org.neolumin.vertexium.util.MapUtils
 
markEdgeHidden(Edge, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Marks an edge as hidden for a given visibility.
markEdgeVisible(Edge, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Marks an edge as visible for a given visibility, effectively undoing markEdgeHidden.
MarkHiddenEdgeEvent - Class in org.neolumin.vertexium.event
 
MarkHiddenEdgeEvent(Graph, Edge) - Constructor for class org.neolumin.vertexium.event.MarkHiddenEdgeEvent
 
MarkHiddenPropertyEvent - Class in org.neolumin.vertexium.event
 
MarkHiddenPropertyEvent(Graph, Element, Property, Visibility) - Constructor for class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
MarkHiddenVertexEvent - Class in org.neolumin.vertexium.event
 
MarkHiddenVertexEvent(Graph, Vertex) - Constructor for class org.neolumin.vertexium.event.MarkHiddenVertexEvent
 
markPropertyHidden(String, String, Visibility, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Marks a property as hidden for a given visibility.
markPropertyHidden(Property, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Marks a property as hidden for a given visibility.
markPropertyHidden(String, String, Visibility, Visibility, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
markPropertyVisible(String, String, Visibility, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
markPropertyVisible(Property, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
markPropertyVisible(String, String, Visibility, Visibility, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
markVertexHidden(Vertex, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Marks a vertex as hidden for a given visibility.
markVertexVisible(Vertex, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Marks a vertex as visible for a given visibility, effectively undoing markVertexHidden.
MarkVisibleEdgeEvent - Class in org.neolumin.vertexium.event
 
MarkVisibleEdgeEvent(Graph, Edge) - Constructor for class org.neolumin.vertexium.event.MarkVisibleEdgeEvent
 
MarkVisiblePropertyEvent - Class in org.neolumin.vertexium.event
 
MarkVisiblePropertyEvent(Graph, Element, Property, Visibility) - Constructor for class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
MarkVisibleVertexEvent - Class in org.neolumin.vertexium.event
 
MarkVisibleVertexEvent(Graph, Vertex) - Constructor for class org.neolumin.vertexium.event.MarkVisibleVertexEvent
 
maxDocFrequency(int) - Method in class org.neolumin.vertexium.query.QueryBase
 
maxDocFrequency(int) - Method in interface org.neolumin.vertexium.query.SimilarToGraphQuery
The maximum number of documents a term can be in to be considered for a similarity match.
maxQueryTerms(int) - Method in class org.neolumin.vertexium.query.QueryBase
 
maxQueryTerms(int) - Method in interface org.neolumin.vertexium.query.SimilarToGraphQuery
The maximum number of terms to be searched for.
mergeProperties(Element) - Method in interface org.neolumin.vertexium.Element
Merge the given element's properties into this.
mergeProperties(Element) - Method in class org.neolumin.vertexium.ElementBase
 
Metadata - Class in org.neolumin.vertexium
 
Metadata() - Constructor for class org.neolumin.vertexium.Metadata
 
Metadata.Entry - Class in org.neolumin.vertexium
 
METADATA_DEFINE_PROPERTY_PREFIX - Static variable in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
METADATA_ID_GENERATOR_CLASSNAME - Static variable in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
minDocFrequency(int) - Method in class org.neolumin.vertexium.query.QueryBase
 
minDocFrequency(int) - Method in interface org.neolumin.vertexium.query.SimilarToGraphQuery
The minimum number of documents a term must be in to be considered for a similarity match.
minTermFrequency(int) - Method in class org.neolumin.vertexium.query.QueryBase
 
minTermFrequency(int) - Method in interface org.neolumin.vertexium.query.SimilarToGraphQuery
The minimum number of times a term must appear in the source data to be considered for a match.
MutableProperty - Class in org.neolumin.vertexium.property
 
MutableProperty() - Constructor for class org.neolumin.vertexium.property.MutableProperty
 
MutablePropertyImpl - Class in org.neolumin.vertexium.property
 
MutablePropertyImpl(String, String, Object, Metadata, Set<Visibility>, Visibility) - Constructor for class org.neolumin.vertexium.property.MutablePropertyImpl
 

N

NameSubstitutionStrategy - Interface in org.neolumin.vertexium.id
 
next() - Method in class org.neolumin.vertexium.util.ArrayIterator
 
nextId() - Method in interface org.neolumin.vertexium.id.IdGenerator
 
nextId() - Method in class org.neolumin.vertexium.id.QueueIdGenerator
 
nextId() - Method in class org.neolumin.vertexium.id.UUIDIdGenerator
 
NONE - Static variable in enum org.neolumin.vertexium.FetchHint
 
NONE - Static variable in enum org.neolumin.vertexium.TextIndexHint
Use this to prevent indexing of this Text property.

O

objectToBytes(Object) - Static method in class org.neolumin.vertexium.util.JavaSerializableUtils
 
onGraphEvent(GraphEvent) - Method in class org.neolumin.vertexium.event.GraphEventListener
 
org.neolumin.vertexium - package org.neolumin.vertexium
 
org.neolumin.vertexium.event - package org.neolumin.vertexium.event
 
org.neolumin.vertexium.id - package org.neolumin.vertexium.id
 
org.neolumin.vertexium.mutation - package org.neolumin.vertexium.mutation
 
org.neolumin.vertexium.path - package org.neolumin.vertexium.path
 
org.neolumin.vertexium.property - package org.neolumin.vertexium.property
 
org.neolumin.vertexium.query - package org.neolumin.vertexium.query
 
org.neolumin.vertexium.search - package org.neolumin.vertexium.search
 
org.neolumin.vertexium.type - package org.neolumin.vertexium.type
 
org.neolumin.vertexium.util - package org.neolumin.vertexium.util
 

P

parse(String) - Static method in enum org.neolumin.vertexium.TextIndexHint
 
Path - Class in org.neolumin.vertexium
 
Path(String...) - Constructor for class org.neolumin.vertexium.Path
 
Path(Path, String) - Constructor for class org.neolumin.vertexium.Path
 
PathFindingAlgorithm - Interface in org.neolumin.vertexium.path
 
percentTermsToMatch(float) - Method in class org.neolumin.vertexium.query.QueryBase
 
percentTermsToMatch(float) - Method in interface org.neolumin.vertexium.query.SimilarToGraphQuery
The percentage of terms that must match to be considered similar.
Preconditions - Class in org.neolumin.vertexium.util
 
Predicate - Interface in org.neolumin.vertexium.query
 
predicate - Variable in class org.neolumin.vertexium.query.QueryBase.HasContainer
 
prepareEdge(Vertex, Vertex, String, Visibility) - Method in interface org.neolumin.vertexium.Graph
Prepare an edge to be added to the graph.
prepareEdge(String, Vertex, Vertex, String, Visibility) - Method in interface org.neolumin.vertexium.Graph
Prepare an edge to be added to the graph.
prepareEdge(String, String, String, Visibility) - Method in interface org.neolumin.vertexium.Graph
Prepare an edge to be added to the graph.
prepareEdge(String, String, String, String, Visibility) - Method in interface org.neolumin.vertexium.Graph
Prepare an edge to be added to the graph.
prepareEdge(String, String, String, Visibility) - Method in class org.neolumin.vertexium.GraphBase
 
prepareEdge(Vertex, Vertex, String, Visibility) - Method in class org.neolumin.vertexium.GraphBase
 
prepareMutation() - Method in interface org.neolumin.vertexium.Edge
Prepares a mutation to allow changing multiple property values at the same time.
prepareMutation() - Method in interface org.neolumin.vertexium.Element
Prepares a mutation to allow changing multiple property values at the same time.
prepareMutation() - Method in interface org.neolumin.vertexium.Vertex
Prepares a mutation to allow changing multiple property values at the same time.
prepareVertex(Visibility) - Method in interface org.neolumin.vertexium.Graph
Prepare a vertex to be added to the graph.
prepareVertex(String, Visibility) - Method in interface org.neolumin.vertexium.Graph
Prepare a vertex to be added to the graph.
prepareVertex(Visibility) - Method in class org.neolumin.vertexium.GraphBase
 
progress(double, ProgressCallback.Step) - Method in class org.neolumin.vertexium.ProgressCallback
 
progress(double, ProgressCallback.Step, Integer, Integer) - Method in class org.neolumin.vertexium.ProgressCallback
 
ProgressCallback - Class in org.neolumin.vertexium
 
ProgressCallback() - Constructor for class org.neolumin.vertexium.ProgressCallback
 
ProgressCallback.Step - Enum in org.neolumin.vertexium
 
Property - Class in org.neolumin.vertexium
 
Property() - Constructor for class org.neolumin.vertexium.Property
 
PropertyDefinition - Class in org.neolumin.vertexium
 
PropertyDefinition(String, Class, Set<TextIndexHint>) - Constructor for class org.neolumin.vertexium.PropertyDefinition
 
PropertyDefinition(String, Class, Set<TextIndexHint>, Double) - Constructor for class org.neolumin.vertexium.PropertyDefinition
 
PropertyPropertyRemoveMutation - Class in org.neolumin.vertexium.mutation
 
PropertyPropertyRemoveMutation(Property) - Constructor for class org.neolumin.vertexium.mutation.PropertyPropertyRemoveMutation
 
PropertyRemoveMutation - Class in org.neolumin.vertexium.mutation
 
PropertyRemoveMutation() - Constructor for class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
PropertyValue - Class in org.neolumin.vertexium.property
 
PropertyValue() - Constructor for class org.neolumin.vertexium.property.PropertyValue
 
push(String) - Method in class org.neolumin.vertexium.id.QueueIdGenerator
 

Q

query(String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Creates a query builder object used to query the graph.
query(Authorizations) - Method in interface org.neolumin.vertexium.Graph
Creates a query builder object used to query the graph.
query(Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
query(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
query(Authorizations) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
query(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
Query - Interface in org.neolumin.vertexium.query
 
query(Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Creates a query to query the edges and vertices attached to this vertex.
query(String, Authorizations) - Method in interface org.neolumin.vertexium.Vertex
Creates a query to query the edges and vertices attached to this vertex.
QueryBase - Class in org.neolumin.vertexium.query
 
QueryBase(Graph, String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.QueryBase
 
QueryBase(Graph, String[], String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.QueryBase
 
QueryBase.HasContainer - Class in org.neolumin.vertexium.query
 
QueryBase.HasContainer(String, Predicate, Object, Map<String, PropertyDefinition>) - Constructor for class org.neolumin.vertexium.query.QueryBase.HasContainer
 
queryGraph(Graph, String, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
queryGraph(Graph, String, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
QueryParameters - Class in org.neolumin.vertexium.query
 
QueryParameters(Authorizations) - Constructor for class org.neolumin.vertexium.query.QueryParameters
 
querySimilarTo(String[], String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
 
querySimilarTo(String[], String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
querySimilarTo(String[], String, Authorizations) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
querySimilarTo(Graph, String[], String, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
querySimilarTo(Graph, String[], String, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
QueryStringQueryParameters - Class in org.neolumin.vertexium.query
 
QueryStringQueryParameters(String, Authorizations) - Constructor for class org.neolumin.vertexium.query.QueryStringQueryParameters
 
queryVertex(Graph, Vertex, String, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
queryVertex(Graph, Vertex, String, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
QueueIdGenerator - Class in org.neolumin.vertexium.id
 
QueueIdGenerator() - Constructor for class org.neolumin.vertexium.id.QueueIdGenerator
 

R

range(String, T, T) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
range(String, T, T) - Method in interface org.neolumin.vertexium.query.Query
Queries for properties in the given range.
range(String, T, T) - Method in class org.neolumin.vertexium.query.QueryBase
 
readToString() - Method in class org.neolumin.vertexium.property.StreamingPropertyValue
 
RecursivePathFindingAlgorithm - Class in org.neolumin.vertexium.path
 
RecursivePathFindingAlgorithm() - Constructor for class org.neolumin.vertexium.path.RecursivePathFindingAlgorithm
 
reindex(Authorizations) - Method in interface org.neolumin.vertexium.Graph
Reindex all vertices and edges.
reindex(Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
reindex(Authorizations) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
reindexVertices(Authorizations) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
remove(String, Visibility) - Method in class org.neolumin.vertexium.Metadata
 
remove(String) - Method in class org.neolumin.vertexium.Metadata
 
remove() - Method in class org.neolumin.vertexium.util.ArrayIterator
 
removeEdge(Edge, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Removes an edge from the graph.
removeEdge(String, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Removes an edge from the graph.
removeEdge(Edge, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
removeEdge(String, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
RemoveEdgeEvent - Class in org.neolumin.vertexium.event
 
RemoveEdgeEvent(Graph, Edge) - Constructor for class org.neolumin.vertexium.event.RemoveEdgeEvent
 
removeElement(Graph, Element, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
removeElement(Graph, Element, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
removeHiddenVisibility(Visibility) - Method in class org.neolumin.vertexium.ElementBase
 
removeHiddenVisibility(Visibility) - Method in class org.neolumin.vertexium.property.MutableProperty
 
removeHiddenVisibility(Visibility) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
removeMetadata(String, Visibility) - Method in class org.neolumin.vertexium.property.MutableProperty
 
removeMetadata(String, Visibility) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
removeProperties(String) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Removes all default properties with that name irregardless of visibility.
removeProperties(String, String) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Removes all properties with this key and name irregardless of visibility.
removeProperties(String) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
removeProperties(String, String) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
removeProperty(String, String, Authorizations) - Method in interface org.neolumin.vertexium.Element
Removes a property given it's key and name from the element.
removeProperty(String, Authorizations) - Method in interface org.neolumin.vertexium.Element
Removes all properties with the given name that you have access to.
removeProperty(String, String, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
removeProperty(String, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
removeProperty(Property) - Method in class org.neolumin.vertexium.ElementBuilder
 
removeProperty(String, Visibility) - Method in class org.neolumin.vertexium.ElementBuilder
 
removeProperty(String, String, Visibility) - Method in class org.neolumin.vertexium.ElementBuilder
 
removeProperty(Property) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Removes a property.
removeProperty(String, Visibility) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Removes the default property with that name.
removeProperty(String, String, Visibility) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Removes a property.
removeProperty(Property) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
removeProperty(String, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
removeProperty(String, String, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
removeProperty(Graph, Element, Property, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
removeProperty(Graph, Element, String, String, Visibility, Authorizations) - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
removeProperty(Graph, Element, Property, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
removeProperty(Graph, Element, String, String, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.search.SearchIndex
 
RemovePropertyEvent - Class in org.neolumin.vertexium.event
 
RemovePropertyEvent(Graph, Element, Property) - Constructor for class org.neolumin.vertexium.event.RemovePropertyEvent
 
RemovePropertyEvent(Graph, Element, PropertyRemoveMutation) - Constructor for class org.neolumin.vertexium.event.RemovePropertyEvent
 
removePropertyInternal(String, String, Visibility) - Method in class org.neolumin.vertexium.ElementBase
 
removePropertyInternal(String, String) - Method in class org.neolumin.vertexium.ElementBase
 
removePropertyInternal(String) - Method in class org.neolumin.vertexium.ElementBase
 
removeVertex(Vertex, Authorizations) - Method in interface org.neolumin.vertexium.Graph
Removes a vertex from the graph.
removeVertex(Vertex, Authorizations) - Method in class org.neolumin.vertexium.GraphBase
 
RemoveVertexEvent - Class in org.neolumin.vertexium.event
 
RemoveVertexEvent(Graph, Vertex) - Constructor for class org.neolumin.vertexium.event.RemoveVertexEvent
 

S

save(Authorizations) - Method in class org.neolumin.vertexium.EdgeBuilderBase
Save the edge along with any properties that were set to the graph.
save(Authorizations) - Method in class org.neolumin.vertexium.ElementBuilder
saves the element to the graph.
save(Authorizations) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
saves the properties to the graph.
save(Authorizations) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
save(Authorizations) - Method in class org.neolumin.vertexium.VertexBuilder
Save the vertex along with any properties that were set to the graph.
SEARCH_INDEX_PROP_PREFIX - Static variable in class org.neolumin.vertexium.GraphConfiguration
 
searchIndex(boolean) - Method in class org.neolumin.vertexium.property.PropertyValue
 
SearchIndex - Interface in org.neolumin.vertexium.search
 
SearchIndexSecurityGranularity - Enum in org.neolumin.vertexium
 
SelectManyIterable<TSource,TDest> - Class in org.neolumin.vertexium.util
 
SelectManyIterable(Iterable<TSource>) - Constructor for class org.neolumin.vertexium.util.SelectManyIterable
 
set(String, Object) - Method in class org.neolumin.vertexium.GraphConfiguration
 
setBoost(Float) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
setIndexHint(IndexHint) - Method in class org.neolumin.vertexium.ElementBuilder
 
setIndexHint(IndexHint) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Sets the index hint of this element.
setIndexHint(IndexHint) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
setLimit(long) - Method in class org.neolumin.vertexium.query.QueryParameters
 
setMaxDocFrequency(Integer) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
setMaxQueryTerms(Integer) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
setMetadata(String, Object) - Method in interface org.neolumin.vertexium.Graph
Sets metadata on the graph.
setMetadata(String, Object) - Method in class org.neolumin.vertexium.GraphBase
 
setMinDocFrequency(Integer) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
setMinTermFrequency(Integer) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
setPercentTermsToMatch(Float) - Method in class org.neolumin.vertexium.query.SimilarToQueryParameters
 
setProperty(String, Object, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Sets or updates a property value.
setProperty(String, Object, Metadata, Visibility, Authorizations) - Method in interface org.neolumin.vertexium.Element
Sets or updates a property value.
setProperty(String, Object, Visibility, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
setProperty(String, Object, Metadata, Visibility, Authorizations) - Method in class org.neolumin.vertexium.ElementBase
 
setProperty(String, Object, Visibility) - Method in class org.neolumin.vertexium.ElementBuilder
Sets or updates a property value.
setProperty(String, Object, Metadata, Visibility) - Method in class org.neolumin.vertexium.ElementBuilder
Sets or updates a property value.
setProperty(String, Object, Visibility) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Sets or updates a property value.
setProperty(String, Object, Metadata, Visibility) - Method in interface org.neolumin.vertexium.mutation.ElementMutation
Sets or updates a property value.
setProperty(String, Object, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
setProperty(String, Object, Metadata, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
setPropertyMetadata(Property, String, Object, Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Sets a property metadata value on a property.
setPropertyMetadata(String, String, String, Object, Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Sets a property metadata value on a property.
setPropertyMetadata(String, String, Object, Visibility) - Method in interface org.neolumin.vertexium.mutation.ExistingElementMutation
Sets a property metadata value on a property.
setPropertyMetadata(Property, String, Object, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
setPropertyMetadata(String, String, Object, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
setPropertyMetadata(String, String, String, Object, Visibility) - Method in class org.neolumin.vertexium.mutation.ExistingElementMutationImpl
 
SetPropertyMetadata - Class in org.neolumin.vertexium.mutation
 
SetPropertyMetadata(String, String, Visibility, String, Object, Visibility) - Constructor for class org.neolumin.vertexium.mutation.SetPropertyMetadata
 
setSkip(long) - Method in class org.neolumin.vertexium.query.QueryParameters
 
setSubstitutionList(List<Pair<String, String>>) - Method in class org.neolumin.vertexium.id.SimpleNameSubstitutionStrategy
 
setup() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
setupGraphMetadata() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
setupGraphMetadata(GraphMetadataEntry) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
setupPropertyDefinition(PropertyDefinition) - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
setValue(Object) - Method in class org.neolumin.vertexium.property.MutableProperty
 
setValue(Object) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
setVisibility(Visibility) - Method in class org.neolumin.vertexium.ElementBase
 
setVisibility(Visibility) - Method in class org.neolumin.vertexium.property.MutableProperty
 
setVisibility(Visibility) - Method in class org.neolumin.vertexium.property.MutablePropertyImpl
 
shutdown() - Method in interface org.neolumin.vertexium.Graph
Cleans up or disconnects from the underlying storage.
shutdown() - Method in class org.neolumin.vertexium.GraphBase
 
shutdown() - Method in class org.neolumin.vertexium.GraphBaseWithSearchIndex
 
shutdown() - Method in class org.neolumin.vertexium.search.DefaultSearchIndex
 
shutdown() - Method in interface org.neolumin.vertexium.search.SearchIndex
 
SimilarToGraphQuery - Interface in org.neolumin.vertexium.query
 
SimilarToQueryParameters - Class in org.neolumin.vertexium.query
 
SimilarToQueryParameters(String[], Authorizations) - Constructor for class org.neolumin.vertexium.query.SimilarToQueryParameters
 
SimilarToTextQueryParameters - Class in org.neolumin.vertexium.query
 
SimilarToTextQueryParameters(String[], String, Authorizations) - Constructor for class org.neolumin.vertexium.query.SimilarToTextQueryParameters
 
SimpleNameSubstitutionStrategy - Class in org.neolumin.vertexium.id
 
SimpleNameSubstitutionStrategy() - Constructor for class org.neolumin.vertexium.id.SimpleNameSubstitutionStrategy
 
single(Iterable<? extends T>) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
singleOrDefault(Iterable<? extends T>, T) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
skip(int) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
skip(int) - Method in interface org.neolumin.vertexium.query.Query
 
skip(int) - Method in class org.neolumin.vertexium.query.QueryBase
 
store(boolean) - Method in class org.neolumin.vertexium.property.PropertyValue
 
StreamingPropertyValue - Class in org.neolumin.vertexium.property
 
StreamingPropertyValue(InputStream, Class) - Constructor for class org.neolumin.vertexium.property.StreamingPropertyValue
 
StreamingPropertyValue(InputStream, Class, long) - Constructor for class org.neolumin.vertexium.property.StreamingPropertyValue
 
StreamUtils - Class in org.neolumin.vertexium.util
 
StreamUtils() - Constructor for class org.neolumin.vertexium.util.StreamUtils
 
SUBS_DELIM - Static variable in class org.neolumin.vertexium.id.SimpleNameSubstitutionStrategy
 

T

TermsBucket - Class in org.neolumin.vertexium.query
 
TermsBucket(Object, long) - Constructor for class org.neolumin.vertexium.query.TermsBucket
 
TermsQueryItem - Class in org.neolumin.vertexium.query
 
TermsQueryItem(String, String) - Constructor for class org.neolumin.vertexium.query.TermsQueryItem
 
TermsResult - Class in org.neolumin.vertexium.query
 
TermsResult(Iterable<TermsBucket>) - Constructor for class org.neolumin.vertexium.query.TermsResult
 
textIndexHint(Collection<TextIndexHint>) - Method in class org.neolumin.vertexium.DefinePropertyBuilder
 
textIndexHint(TextIndexHint...) - Method in class org.neolumin.vertexium.DefinePropertyBuilder
 
TextIndexHint - Enum in org.neolumin.vertexium
 
textIndexHints - Variable in class org.neolumin.vertexium.DefinePropertyBuilder
 
TextPredicate - Enum in org.neolumin.vertexium.query
 
toArray(Iterable<? extends T>, Class<T>) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
toBits(TextIndexHint...) - Static method in enum org.neolumin.vertexium.TextIndexHint
 
toBits(Collection<TextIndexHint>) - Static method in enum org.neolumin.vertexium.TextIndexHint
 
toBytes(InputStream) - Static method in class org.neolumin.vertexium.util.StreamUtils
 
ToElementIterable<T extends Element> - Class in org.neolumin.vertexium.util
 
ToElementIterable(Iterable<T>) - Constructor for class org.neolumin.vertexium.util.ToElementIterable
 
toIterable(T[]) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
toList(Iterable<? extends T>) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
toSet(byte) - Static method in enum org.neolumin.vertexium.TextIndexHint
 
toSet(Iterable<? extends T>) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
toSet(T[]) - Static method in class org.neolumin.vertexium.util.IterableUtils
 
toString() - Method in class org.neolumin.vertexium.DateOnly
 
toString() - Method in class org.neolumin.vertexium.ElementBase
 
toString() - Method in class org.neolumin.vertexium.event.AddEdgeEvent
 
toString() - Method in class org.neolumin.vertexium.event.AddPropertyEvent
 
toString() - Method in class org.neolumin.vertexium.event.AddVertexEvent
 
toString() - Method in class org.neolumin.vertexium.event.MarkHiddenEdgeEvent
 
toString() - Method in class org.neolumin.vertexium.event.MarkHiddenPropertyEvent
 
toString() - Method in class org.neolumin.vertexium.event.MarkHiddenVertexEvent
 
toString() - Method in class org.neolumin.vertexium.event.MarkVisibleEdgeEvent
 
toString() - Method in class org.neolumin.vertexium.event.MarkVisiblePropertyEvent
 
toString() - Method in class org.neolumin.vertexium.event.MarkVisibleVertexEvent
 
toString() - Method in class org.neolumin.vertexium.event.RemoveEdgeEvent
 
toString() - Method in class org.neolumin.vertexium.event.RemovePropertyEvent
 
toString() - Method in class org.neolumin.vertexium.event.RemoveVertexEvent
 
toString() - Method in class org.neolumin.vertexium.GraphMetadataEntry
 
toString() - Method in class org.neolumin.vertexium.Metadata.Entry
 
toString() - Method in class org.neolumin.vertexium.mutation.PropertyRemoveMutation
 
toString() - Method in class org.neolumin.vertexium.Path
 
toString() - Method in class org.neolumin.vertexium.property.StreamingPropertyValue
 
toString() - Method in class org.neolumin.vertexium.Property
 
toString() - Method in class org.neolumin.vertexium.PropertyDefinition
 
toString() - Method in class org.neolumin.vertexium.type.GeoCircle
 
toString() - Method in class org.neolumin.vertexium.type.GeoPoint
 
toString() - Method in class org.neolumin.vertexium.type.GeoRect
 
toString(InputStream) - Static method in class org.neolumin.vertexium.util.StreamUtils
 
toString() - Method in class org.neolumin.vertexium.Visibility
 

U

update(Property) - Method in class org.neolumin.vertexium.property.MutableProperty
 
updatePropertiesInternal(Iterable<Property>, Iterable<PropertyRemoveMutation>) - Method in class org.neolumin.vertexium.ElementBase
 
UUIDIdGenerator - Class in org.neolumin.vertexium.id
 
UUIDIdGenerator(GraphConfiguration) - Constructor for class org.neolumin.vertexium.id.UUIDIdGenerator
 

V

value - Variable in class org.neolumin.vertexium.query.QueryBase.HasContainer
 
valueOf(String) - Static method in enum org.neolumin.vertexium.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.FetchHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.ProgressCallback.Step
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.query.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.query.GeoCompare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.query.TextPredicate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.search.IndexHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.SearchIndexSecurityGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neolumin.vertexium.TextIndexHint
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neolumin.vertexium.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.FetchHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.ProgressCallback.Step
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.query.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.query.GeoCompare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.query.TextPredicate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.search.IndexHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.SearchIndexSecurityGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neolumin.vertexium.TextIndexHint
Returns an array containing the constants of this enum type, in the order they are declared.
Vertex - Interface in org.neolumin.vertexium
 
VertexBuilder - Class in org.neolumin.vertexium
 
VertexBuilder(String, Visibility) - Constructor for class org.neolumin.vertexium.VertexBuilder
 
VertexiumException - Exception in org.neolumin.vertexium
 
VertexiumException(Exception) - Constructor for exception org.neolumin.vertexium.VertexiumException
 
VertexiumException(String, Exception) - Constructor for exception org.neolumin.vertexium.VertexiumException
 
VertexiumException(String) - Constructor for exception org.neolumin.vertexium.VertexiumException
 
VertexQuery - Interface in org.neolumin.vertexium.query
 
VertexQueryBase - Class in org.neolumin.vertexium.query
 
VertexQueryBase(Graph, Vertex, String, Map<String, PropertyDefinition>, Authorizations) - Constructor for class org.neolumin.vertexium.query.VertexQueryBase
 
vertices() - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
vertices(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.CompositeGraphQuery
 
vertices(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.DefaultGraphQuery
 
vertices(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.DefaultVertexQuery
 
vertices() - Method in interface org.neolumin.vertexium.query.Query
 
vertices(EnumSet<FetchHint>) - Method in interface org.neolumin.vertexium.query.Query
 
vertices() - Method in class org.neolumin.vertexium.query.QueryBase
 
vertices(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.QueryBase
 
vertices(EnumSet<FetchHint>) - Method in class org.neolumin.vertexium.query.VertexQueryBase
 
VerticesToEdgeIdsIterable - Class in org.neolumin.vertexium.util
 
VerticesToEdgeIdsIterable(Iterable<Vertex>, Authorizations) - Constructor for class org.neolumin.vertexium.util.VerticesToEdgeIdsIterable
 
Visibility - Class in org.neolumin.vertexium
 
Visibility(String) - Constructor for class org.neolumin.vertexium.Visibility
 

W

within(GeoShape) - Method in class org.neolumin.vertexium.type.GeoCircle
 
within(GeoShape) - Method in class org.neolumin.vertexium.type.GeoPoint
 
within(GeoShape) - Method in class org.neolumin.vertexium.type.GeoRect
 
within(GeoShape) - Method in interface org.neolumin.vertexium.type.GeoShape
 
wrap(String) - Static method in class org.neolumin.vertexium.id.SimpleNameSubstitutionStrategy
 
write(int) - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
write(byte[]) - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
write(byte[], int, int) - Method in class org.neolumin.vertexium.util.LimitOutputStream
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2014–2015. All rights reserved.