Package | Description |
---|---|
eu.fbk.rdfpro |
RDFpro library.
|
Modifier and Type | Field and Description |
---|---|
static Reducer |
Reducer.IDENTITY
The identity reducer that emits all the quads of a partition unchanged.
|
Modifier and Type | Method and Description |
---|---|
static Reducer |
Reducer.concat(Reducer... reducers)
Returns a
Reducer that emits the output of multiple reductions on the same quad
partition. |
static Reducer |
Reducer.filter(Reducer reducer,
Predicate<org.openrdf.model.Statement> existsPredicate,
Predicate<org.openrdf.model.Statement> forallPredicate)
Returns a filtered version of the input reducer that operates only on partitions satisfying
the existential and forall predicates supplied.
|
Modifier and Type | Method and Description |
---|---|
static Reducer |
Reducer.concat(Reducer... reducers)
Returns a
Reducer that emits the output of multiple reductions on the same quad
partition. |
static Reducer |
Reducer.filter(Reducer reducer,
Predicate<org.openrdf.model.Statement> existsPredicate,
Predicate<org.openrdf.model.Statement> forallPredicate)
Returns a filtered version of the input reducer that operates only on partitions satisfying
the existential and forall predicates supplied.
|
static RDFProcessor |
RDFProcessors.mapReduce(Mapper mapper,
Reducer reducer,
boolean deduplicate)
Creates an
RDFProcessor that processes the RDF stream in a MapReduce fashion. |
Copyright © 2015–2016 FBK-irst. All rights reserved.