|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexgrid.loader.reader.BufferedGroupItemReader<I>
public class BufferedGroupItemReader<I>
The Class BufferedGroupItemReader.
Field Summary | |
---|---|
protected I |
lastItem
The last item. |
Constructor Summary | |
---|---|
BufferedGroupItemReader()
|
Method Summary | |
---|---|
org.springframework.batch.item.ItemReader<I> |
getDelegate()
Gets the delegate. |
GroupDiscriminator<I> |
getGroupDiscriminator()
Gets the group discriminator. |
protected boolean |
process(I value,
java.util.List<I> buffer)
Process. |
java.util.List<I> |
read()
|
void |
setDelegate(org.springframework.batch.item.ItemReader<I> delegate)
Sets the delegate. |
void |
setGroupDiscriminator(GroupDiscriminator<I> groupDiscriminator)
Sets the group discriminator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected I lastItem
Constructor Detail |
---|
public BufferedGroupItemReader()
Method Detail |
---|
public java.util.List<I> read() throws java.lang.Exception
read
in interface org.springframework.batch.item.ItemReader<java.util.List<I>>
java.lang.Exception
protected boolean process(I value, java.util.List<I> buffer)
value
- the valuebuffer
- the buffer
public org.springframework.batch.item.ItemReader<I> getDelegate()
public void setDelegate(org.springframework.batch.item.ItemReader<I> delegate)
delegate
- the new delegatepublic GroupDiscriminator<I> getGroupDiscriminator()
public void setGroupDiscriminator(GroupDiscriminator<I> groupDiscriminator)
groupDiscriminator
- the new group discriminator
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |