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
InvalidPropertyGroupException extends Exception
Exception thrown when an invalid property group is encountered.
Exception thrown when an invalid property group is encountered.
This exception typically indicates that an operation or configuration is using a property group that is not supported, invalid, or improperly defined.
-
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