All Classes and Interfaces

Class
Description
 
 
 
a kernel extension for the new apoc configuration mechanism
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
An iterable which filters another iterable, only letting items with certain criteria pass through.
An iterator which filters another iterator, only letting items with certain criteria pass through.
 
 
 
 
 
 
 
 
 
 
 
 
 
Created by alberto.delazzari on 04/07/17.
Created by alberto.delazzari on 04/07/17.
Exception signifying an invalid config used for graph generation.
Utility methods for processing iterables.
Contains common functionality regarding Iterators and Iterables.
 
 
 
 
 
 
 
 
 
 
 
 
Created by larusba on 5/18/17.
 
 
 
 
 
 
 
 
Abstraction on an ordered label set, used as a key for tables for labels profiles
 
 
 
 
 
 
 
 
 
Abstract class for how you usually implement iterators when you don't know how many objects there are (which is pretty much every time) Basically the PrefetchingIterator.hasNext() method will look up the next object and cache it.
 
 
 
A profile of a particular ordered label set (or relationship type) has a set of possible properties that can exist, and stats about those properties.
 
 
 
 
NOTE: this is a GLOBAL component, so only once per DBMS
 
 
 
 
helper class parsing relationship types and directions
 
 
This exception is thrown when a checked exception occurs inside Resource.close().