Class DrReceiverConfigurationSchema

java.lang.Object
org.gridgain.dr.configuration.DrReceiverConfigurationSchema

@ConfigurationRoot(rootName="dr-service-config", type=LOCAL) public class DrReceiverConfigurationSchema extends Object
Dr configuration schema.
  • Field Details

    • drReceiverConfiguration

      @ConfigValue public DrReceiverServerConfigurationSchema drReceiverConfiguration
    • clientConfiguration

      @ConfigValue public DrClientConfigurationSchema clientConfiguration
    • cacheMapping

      @NamedConfigValue(syntheticKeyName="cache") public CacheMappingConfigurationSchema cacheMapping
      Table mapping configuration.
    • timeZone

      @Value(hasDefault=true) public final String timeZone
      The time zone to use to convert values of legacy time api types (Time, Date, and Timestamp).

      Values of specified types are stored as number milliseconds since January 1, 1970, 00:00:00 GMT. Therefore, in order to convert them to new java time API counterparts we need to offset stored values to restore locality of the time represented. This locality is defined explicitly by specified time zone id.

  • Constructor Details

    • DrReceiverConfigurationSchema

      public DrReceiverConfigurationSchema()