Package org.openrefine.runners.local.pll
Class IndexedPLL.IndexedPartition
- java.lang.Object
-
- org.openrefine.runners.local.pll.IndexedPLL.IndexedPartition
-
- All Implemented Interfaces:
Partition
- Enclosing class:
- IndexedPLL<T>
protected static class IndexedPLL.IndexedPartition extends Object implements Partition
-
-
Field Summary
Fields Modifier and Type Field Description protected long
offset
protected Partition
parent
protected int
partitionIndex
-
Constructor Summary
Constructors Modifier Constructor Description protected
IndexedPartition(int partitionIndex, long offset, Partition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Returns the index of this partition in the underlying PLLPartition
getParent()
Returns the partition of the parent PLL this is derived from (if any - otherwise null)
-
-
-
Field Detail
-
partitionIndex
protected final int partitionIndex
-
offset
protected final long offset
-
parent
protected final Partition parent
-
-
Constructor Detail
-
IndexedPartition
protected IndexedPartition(int partitionIndex, long offset, Partition parent)
-
-
Method Detail
-
getIndex
public int getIndex()
Description copied from interface:Partition
Returns the index of this partition in the underlying PLL
-
-