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
AnAccumuloTablet
maintains 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 void
addRFile(String rFile)
boolean
equals(Object obj)
org.apache.hadoop.io.Text
getEndRow()
Set<String>
getFiles()
org.apache.hadoop.io.Text
getStartRow()
int
hashCode()
int
index()
-