package graphframes
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
GraphFrame extends Logging with Serializable
A representation of a graph using
DataFrame
s. -
class
GraphFramesUnreachableException extends Exception
Exception that should not be reachable
-
class
InvalidParseException extends Exception
Exception thrown when a pattern String for motif finding cannot be parsed.
-
class
InvalidPatternException extends Exception
Exception thrown when a parsed pattern for motif finding cannot be translated into a DataFrame query.
-
class
NoSuchVertexException extends Exception
Thrown when a GraphFrame algorithm is given a vertex ID which does not exist in the graph.
Value Members
- object GraphFrame extends Serializable with Logging