Package com.illumon.iris.binarystore
Class SetApplicationVersion
java.lang.Object
com.illumon.iris.binarystore.SetApplicationVersion
public class SetApplicationVersion extends Object
A common error is to update a logger/listener schema without changing the logFormat (Application Version).
This can lead to binary files for both versions which are indistinguishable and incompatible.
To correct the situation, the schemata should be updated so that separate loggers/listeners
are available for the original application version, and for a new version.
All binary files corresponding to the new application version can then be updated with the new
application version using this utility.
Usage: SetApplicationVersion version file [file]...
-
Constructor Summary
Constructors Constructor Description SetApplicationVersion()
-
Method Summary
-
Constructor Details
-
SetApplicationVersion
public SetApplicationVersion()
-
-
Method Details