public interface GraphFilterAware
GraphFilterAware
if it can filter out vertices and edges as its loading the graph from the
source data. Any input class that is GraphFilterAware
must be able to fully handle both vertex and edge filtering.
It is assumed that if the input class is GraphFilterAware
, then the respective
GraphComputer
will not perform any filtering on the loaded graph.Modifier and Type | Method and Description |
---|---|
void |
setGraphFilter(GraphFilter graphFilter) |
static void |
storeGraphFilter(Configuration apacheConfiguration,
org.apache.hadoop.conf.Configuration hadoopConfiguration,
GraphFilter graphFilter) |
void setGraphFilter(GraphFilter graphFilter)
static void storeGraphFilter(Configuration apacheConfiguration, org.apache.hadoop.conf.Configuration hadoopConfiguration, GraphFilter graphFilter)
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.