Class AccumuloTablet
- java.lang.Object
-
- uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.AccumuloTablet
-
- All Implemented Interfaces:
Serializable,org.apache.spark.Partition,scala.Serializable
public class AccumuloTablet extends Object implements org.apache.spark.Partition
AnAccumuloTabletmaintains information related to a particular tablet, including the start and end of that tablet and the set of files that data for the tablet is stored. It also includes a partition number to identify which partition this tablet is in.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccumuloTablet(int rddId, int index, String start, String end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRFile(String rFile)booleanequals(Object obj)org.apache.hadoop.io.TextgetEndRow()Set<String>getFiles()org.apache.hadoop.io.TextgetStartRow()inthashCode()intindex()
-