Class ElementConverterFunction
- java.lang.Object
-
- scala.runtime.AbstractFunction1<Element,scala.collection.TraversableOnce<scala.Tuple2<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>>
-
- uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.scala.ElementConverterFunction
-
- All Implemented Interfaces:
Serializable
,scala.Function1<Element,scala.collection.TraversableOnce<scala.Tuple2<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>>
public class ElementConverterFunction extends scala.runtime.AbstractFunction1<Element,scala.collection.TraversableOnce<scala.Tuple2<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>> implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementConverterFunction(org.apache.spark.broadcast.Broadcast<AccumuloElementConverter> converterBroadcast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.TraversableOnce<scala.Tuple2<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>
apply(Element element)
-
Methods inherited from class scala.runtime.AbstractFunction1
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
-
-
-
-
Constructor Detail
-
ElementConverterFunction
public ElementConverterFunction(org.apache.spark.broadcast.Broadcast<AccumuloElementConverter> converterBroadcast)
-
-
Method Detail
-
apply
public scala.collection.TraversableOnce<scala.Tuple2<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> apply(Element element)
- Specified by:
apply
in interfacescala.Function1<Element,scala.collection.TraversableOnce<scala.Tuple2<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>>>
-
-