Spring for Apache Hadoop

org.springframework.data.hadoop.store.split
Interface Split

All Known Implementing Classes:
GenericSplit

public interface Split

Interface defining a split.

Author:
Janne Valkealahti

Method Summary
 long getEnd()
          Gets the split end position.
 long getLength()
          Gets the split length.
 long getStart()
          Gets the split start position.
 

Method Detail

getStart

long getStart()
Gets the split start position.

Returns:
the start position

getLength

long getLength()
Gets the split length.

Returns:
the split length

getEnd

long getEnd()
Gets the split end position.

Returns:
the end position

Spring for Apache Hadoop