|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.filesystem.map.MappingFileWriter
public final class MappingFileWriter
This writer is a helper class to handle the mapping files for Kieker's records, containing the mapping between short IDs and actual record classes. It provides the possibility to create these mapping files and to write the mappings into them.
Constructor Summary | |
---|---|
MappingFileWriter(java.lang.String path)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
void |
write(RegistryRecord hashRecord)
Writes the given mapping into the mapping file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingFileWriter(java.lang.String path) throws java.io.IOException
path
- The path containing the record files. The writer will put the mapping file into this directory.
java.io.IOException
- If the mapping file has already been created.Method Detail |
---|
public final void write(RegistryRecord hashRecord) throws java.io.IOException
hashRecord
- The mapping between the ID and the actual object.
java.io.IOException
- If something went wrong during the writing.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |