|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Buffer | |
---|---|
org.knime.core.data.container |
Implementation of a DataContainer . |
Uses of Buffer in org.knime.core.data.container |
---|
Subclasses of Buffer in org.knime.core.data.container | |
---|---|
(package private) class |
NoKeyBuffer
Buffer implementation that does not write the row keys. |
Methods in org.knime.core.data.container that return Buffer | |
---|---|
(package private) Buffer |
CopyOnAccessTask.createBuffer()
Called to start the copy process. |
(package private) Buffer |
DataContainer.BufferCreator.createBuffer(File binFile,
File blobDir,
DataTableSpec spec,
InputStream metaIn,
int bufID,
Map<Integer,ContainerTable> tblRep)
Creates buffer for reading. |
(package private) Buffer |
CopyOnAccessTask.createBuffer(InputStream in)
Called to start the copy process. |
(package private) Buffer |
DataContainer.BufferCreator.createBuffer(int rowsInMemory,
int bufferID,
Map<Integer,ContainerTable> globalTableRep,
Map<Integer,ContainerTable> localTableRep)
Creates buffer for writing (adding of rows). |
(package private) Buffer |
Buffer.createLocalCloneForWriting()
Creates a clone of this buffer for writing the content to a stream that is of the current version. |
(package private) Buffer |
NoKeyBuffer.createLocalCloneForWriting()
Creates a clone of this buffer for writing the content to a stream that is of the current version. |
(package private) Buffer |
ContainerTable.getBuffer()
Get reference to buffer. |
(package private) Buffer |
BlobWrapperDataCell.getBuffer()
|
Methods in org.knime.core.data.container with parameters of type Buffer | |
---|---|
(package private) static BlobDataCell |
BufferFromFileIteratorVersion1x.readBlobDataCell(Buffer buffer,
BlobDataCell.BlobAddress blobAddress,
CellClassInfo cl)
Reads the blob from the given blob address. |
(package private) void |
BlobWrapperDataCell.setAddressAndBuffer(BlobDataCell.BlobAddress address,
Buffer buffer)
Framework method to set buffer and address. |
Constructors in org.knime.core.data.container with parameters of type Buffer | |
---|---|
BlobWrapperDataCell(Buffer b,
BlobDataCell.BlobAddress ba,
CellClassInfo cl)
Keeps references. |
|
BufferFromFileIteratorVersion1x(Buffer buffer)
Inits the iterator by opening the input stream. |
|
BufferFromFileIteratorVersion20.DataCellStreamReader(Buffer buffer)
Only memorizes the buffer. |
|
BufferFromFileIteratorVersion20(Buffer buffer)
Inits iterator, opens input stream. |
|
ContainerTable(Buffer buffer)
Create new Table based on a Buffer. |
|
DCObjectOutputVersion2(OutputStream out,
Buffer ownerBuffer)
Setups a new output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |