Searched defs:fractional (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java255 * The attribute name used to store the fractional include configuration in
259 "ds-sync-fractional-include";
261 * The attribute name used to store the fractional exclude configuration in
265 "ds-sync-fractional-exclude";
271 /** Holds the fractional configuration for this domain, if any. */
275 * The list of attributes that cannot be used in fractional replication
287 * This must be used when fractional replication is enabled with a
289 * fractional usage time) : after connection, a ChangeStatusMsg is sent
293 * fractional configuration (i.e with compliant fractional configuratio
5155 private boolean fractional = false; field in class:LDAPReplicationDomain.FractionalConfig
5226 setFractional(boolean fractional) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java255 * The attribute name used to store the fractional include configuration in
259 "ds-sync-fractional-include";
261 * The attribute name used to store the fractional exclude configuration in
265 "ds-sync-fractional-exclude";
271 /** Holds the fractional configuration for this domain, if any. */
275 * The list of attributes that cannot be used in fractional replication
287 * This must be used when fractional replication is enabled with a
289 * fractional usage time) : after connection, a ChangeStatusMsg is sent
293 * fractional configuration (i.e with compliant fractional configuratio
4621 private boolean fractional = false; field in class:LDAPReplicationDomain.FractionalConfig
4691 setFractional(boolean fractional) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java258 * The attribute name used to store the fractional include configuration in
262 "ds-sync-fractional-include";
264 * The attribute name used to store the fractional exclude configuration in
268 "ds-sync-fractional-exclude";
274 /** Holds the fractional configuration for this domain, if any. */
278 * The list of attributes that cannot be used in fractional replication
290 * This must be used when fractional replication is enabled with a
292 * fractional usage time) : after connection, a ChangeStatusMsg is sent
296 * fractional configuration (i.e with compliant fractional configuratio
5250 private boolean fractional = false; field in class:LDAPReplicationDomain.FractionalConfig
5321 setFractional(boolean fractional) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java255 * The attribute name used to store the fractional include configuration in
259 "ds-sync-fractional-include";
261 * The attribute name used to store the fractional exclude configuration in
265 "ds-sync-fractional-exclude";
271 /** Holds the fractional configuration for this domain, if any. */
275 * The list of attributes that cannot be used in fractional replication
287 * This must be used when fractional replication is enabled with a
289 * fractional usage time) : after connection, a ChangeStatusMsg is sent
293 * fractional configuration (i.e with compliant fractional configuratio
5155 private boolean fractional = false; field in class:LDAPReplicationDomain.FractionalConfig
5226 setFractional(boolean fractional) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java255 * The attribute name used to store the fractional include configuration in
259 "ds-sync-fractional-include";
261 * The attribute name used to store the fractional exclude configuration in
265 "ds-sync-fractional-exclude";
271 /** Holds the fractional configuration for this domain, if any. */
275 * The list of attributes that cannot be used in fractional replication
287 * This must be used when fractional replication is enabled with a
289 * fractional usage time) : after connection, a ChangeStatusMsg is sent
293 * fractional configuration (i.e with compliant fractional configuratio
4621 private boolean fractional = false; field in class:LDAPReplicationDomain.FractionalConfig
4691 setFractional(boolean fractional) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java293 /** The attribute name used to store the fractional include configuration in the backend. */
294 static final String REPLICATION_FRACTIONAL_INCLUDE = "ds-sync-fractional-include";
295 /** The attribute name used to store the fractional exclude configuration in the backend. */
296 static final String REPLICATION_FRACTIONAL_EXCLUDE = "ds-sync-fractional-exclude";
302 /** Holds the fractional configuration for this domain, if any. */
305 /** The list of attributes that cannot be used in fractional replication configuration. */
315 * This must be used when fractional replication is enabled with a
317 * fractional usage time) : after connection, a ChangeStatusMsg is sent
321 * fractional configuration (i.e with compliant fractional configuratio
4498 private boolean fractional; field in class:LDAPReplicationDomain.FractionalConfig
4562 setFractional(boolean fractional) argument
[all...]

Completed in 224 milliseconds