com.teraspaces.qwfix
Class FIXGlobalSettings

java.lang.Object
  extended by com.teraspaces.qwfix.FIXGlobalSettings

public final class FIXGlobalSettings
extends Object

The Class FIXGlobalSettings.


Field Summary
static boolean keepSchemaDetails
          The keep schema details.
 
Constructor Summary
FIXGlobalSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keepSchemaDetails

public static boolean keepSchemaDetails
The keep schema details.

Schema details like comments, revision details, tag and message descriptions are not required by server applications. Thus by skipping that information in schema serialization, additional memory efficiency is gained. This option should be turned on at the beginning of application code such as schema editor or some client applications.

Constructor Detail

FIXGlobalSettings

public FIXGlobalSettings()