public class Splitter
extends java.lang.Object
Main class for the Splitter utility.
The utility split a XES logs in several physical/virtual chunks
keeping the logs structure (Header, traces, end).
Optional Parameters:
-o output_dir: Output Directory to write the physical chunks (Default: .)
-s: Estimated split size.
Format: NumberChar. Examples:
64B = 64 Bytes
64K = 64 Kilobytes
64M = 64 Megabytes (default)
64G = 64 Gigabytes
-n: number of splits.
-v: Virtual splits instead of physical ones.
In this case, the bytes defining the header (in the first place) and
the chunks are printed in the standard output
- Author:
- shernandez