Spring for Apache Hadoop

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

All Known Implementing Classes:
GenericSplit

public interface SplitLocation

Interface representing a locations for Split.

Author:
Janne Valkealahti

Method Summary
 java.lang.String[] getLocations()
          Gets the locations of a split.
 

Method Detail

getLocations

java.lang.String[] getLocations()
Gets the locations of a split.

Returns:
the split locations

Spring for Apache Hadoop