org.jppf.server.node
Class AbstractNodeIO.BufferList
java.lang.Object
org.jppf.utils.Pair<List<JPPFBuffer>,Integer>
org.jppf.server.node.AbstractNodeIO.BufferList
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AbstractNodeIO
protected static class AbstractNodeIO.BufferList
- extends Pair<List<JPPFBuffer>,Integer>
A pairing of a list of buffers and the total length of their usable data.
- See Also:
- Serialized Form
AbstractNodeIO.BufferList
public AbstractNodeIO.BufferList(List<JPPFBuffer> first,
Integer second)
- Iitialize this pairing with the specified list of buffers and length.
- Parameters:
first - the list of buffers.second - the total data length.
Copyright © 2005-2010 JPPF Team.