public class ConnectedComponent extends Object
GraphTraversal.with(String, Object)
step on
GraphTraversal.connectedComponent()
()}.Modifier and Type | Field and Description |
---|---|
static String |
component
The default property key name that will hold the result of the algorithm.
|
static String |
edges
Configures the edge to traverse when calculating the pagerank.
|
static String |
propertyName
Configures the name of the property within which to store the pagerank value.
|
Constructor and Description |
---|
ConnectedComponent() |
public static final String component
public static final String edges
public static final String propertyName
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.