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 longoffsetprotected Partitionparentprotected intpartitionIndex 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedIndexedPartition(int partitionIndex, long offset, Partition parent) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Returns the index of this partition in the underlying PLLPartitiongetParent()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:PartitionReturns the index of this partition in the underlying PLL 
 - 
 
 -