serf.data.storage.impl
Class GetRecordsFromYahooData
java.lang.Object
serf.data.io.ParseYahooData
serf.data.storage.impl.GetRecordsFromYahooData
- All Implemented Interfaces:
- DataSource
public class GetRecordsFromYahooData
- extends ParseYahooData
- implements DataSource
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetRecordsFromYahooData
public GetRecordsFromYahooData(java.lang.String[] srcs,
RecordFilter rf,
int maxcount)
throws java.io.IOException
- Throws:
java.io.IOException
GetRecordsFromYahooData
public GetRecordsFromYahooData(java.lang.String[] srcs,
RecordFilter rf)
throws java.io.IOException
- Throws:
java.io.IOException
GetRecordsFromYahooData
public GetRecordsFromYahooData(java.lang.String[] srcs)
throws java.io.IOException
- Throws:
java.io.IOException
GetRecordsFromYahooData
public GetRecordsFromYahooData(java.lang.String[] srcs,
int maxcount)
throws java.io.IOException
- Throws:
java.io.IOException
GetRecordsFromYahooData
public GetRecordsFromYahooData(java.lang.String[] srcs,
int[] mcPerFile)
throws java.io.IOException
- Throws:
java.io.IOException
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface DataSource
getAllRecords
public java.util.Set<Record> getAllRecords()
- Specified by:
getAllRecords in interface DataSource