Supports a callback mechanism when data is written to an ExportStream.
Supports a callback mechanism when data is written to an
ExportStream. Enable the callback by setting the
dataWrittenCallback of an ExportStream.
1.3.1
Describes a class that may be used to generate a timestamp when creating an IPFIX message.
The default timestamp generator.
Creates a new ExportStream that appends to an existing file.
Creates a new ExportStream that appends to an existing file.
The file to append IPFIX records to
The information model for elements
Creates a new ExportStream that appends to an existing file when given a java.nio.FileChannel open for reading and writing to that file.
Creates a new ExportStream that appends to an existing file when given a java.nio.FileChannel open for reading and writing to that file.
Creates a new SessionGroup using model, reads the IPFIX data
from channel and adds the Templates to the Session, then
creates an ExportStream to append records to the file.
An open read-write handle to the file to append IPFIX records to
The information model for elements
java.lang.RuntimeException if the underlying file contains
records in more than one observation domain.
Creates a new ExportStream
Creates a new ExportStream
The session to use.
Creates a new ExportStream.
Creates a new ExportStream.
Where to write the IPFIX data.
The session to use.
An ExportStream factory.