Package org.gridgain.dr.configuration
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
drReceiverConfiguration
-
clientConfiguration
-
cacheMapping
Table mapping configuration. -
timeZone
The time zone to use to convert values of legacy time api types (Time,Date, andTimestamp).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()
-