public interface IMapFileHandler
Modifier and Type | Method and Description |
---|---|
void |
add(int id,
java.lang.String eventClassName)
Add a key value pair to the file.
|
void |
close()
Close the mapping file.
|
void |
create(java.nio.file.Path location,
java.nio.charset.Charset charset)
Create a map file with the given name and location adhering to the given charset.
|
void create(java.nio.file.Path location, java.nio.charset.Charset charset)
location
- complete path for the map file including its namecharset
- character set to be used for the filevoid close()
void add(int id, java.lang.String eventClassName)
id
- class ideventClassName
- name of the event classCopyright 2020 Kieker Project, http://kieker-monitoring.net