Configuration

June 30, 2017 ยท View on GitHub

Here is a list of the properties for GridDB.

PropertyDescriptionRequiredDefault Value
gs.userUser name to access GridDB clusterRequired if GridDB is the selected datastore.
gs.passwordUser password to access GridDB clusterRequired if GridDB is the selected datastore.
gs.cluster.nameName of GridDB clusterRequired if GridDB is the selected datastore.
gs.notification.addressAn IP address (IPV4 only) for receiving a notification used for autodetection of a GridDB master nodeRequired if using MULTICAST method to connect to GridDB cluster (cannot be specified with neither notification_member nor notification_provider properties at the same time)239.0.0.1
gs.notification.portAn IP port for receiving a notification used for autodetection of a GridDB master nodeRequired if notification_address is specified31999
gs.notification.member"List of GridDB cluster nodes. In the form of: (Address1):(Port1),(Address2):(Port2),... "Required if using FIXED LIST method to connect to GridDB cluster (cannot be specified with neither notification_address nor notification_provider properties at the same time)
gs.notification.providerURL of address provider used to connect to cluster which is configured with PROVIDER modeRequired if using PROVIDER method to connect to GridDB cluster (cannot be specified with neither notification_address nor notification_member properties at the same time)
gs.consistencyCan be one of two consistency levels: IMMEDIATE or EVENTUALOptionalIMMEDIATE
gs.container.cache.sizeSize of cache to store GridDB ContainerInfos which are used to get Container without requesting to GridDBOptional0
gs.failover.timeoutThe minimum value of waiting time in seconds until a new destination is found in a failoverOptional60
gs.transaction.timeoutThe minimum value of transaction timeout time in secondsOptional300