Searched refs:REPLICATION_GENERATION_ID (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java510 protected static final String REPLICATION_GENERATION_ID = field in class:GenerationIdTest
528 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java82 private static final String REPLICATION_GENERATION_ID = "ds-sync-generation-id"; field in class:GenerationIdTest
468 AttributeType synchronizationGenIDType = DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java536 private static final String REPLICATION_GENERATION_ID = field in class:FractionalReplicationTest
553 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java510 protected static final String REPLICATION_GENERATION_ID = field in class:GenerationIdTest
528 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java82 private static final String REPLICATION_GENERATION_ID = "ds-sync-generation-id"; field in class:GenerationIdTest
468 AttributeType synchronizationGenIDType = DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java536 private static final String REPLICATION_GENERATION_ID = field in class:FractionalReplicationTest
553 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DGenerationIdTest.java510 protected static final String REPLICATION_GENERATION_ID = field in class:GenerationIdTest
528 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DGenerationIdTest.java95 private static final String REPLICATION_GENERATION_ID = "ds-sync-generation-id"; field in class:GenerationIdTest
483 AttributeType synchronizationGenIDType = DirectoryServer.getAttributeTypeOrNull(REPLICATION_GENERATION_ID);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java532 private static final String REPLICATION_GENERATION_ID = field in class:FractionalReplicationTest
549 DirectoryServer.getAttributeTypeOrNull(REPLICATION_GENERATION_ID);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java757 private static final String REPLICATION_GENERATION_ID = field in class:FractionalReplicationTest
776 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java757 private static final String REPLICATION_GENERATION_ID = field in class:FractionalReplicationTest
776 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DFractionalReplicationTest.java757 private static final String REPLICATION_GENERATION_ID = field in class:FractionalReplicationTest
776 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java252 private static final String REPLICATION_GENERATION_ID = field in class:LDAPReplicationDomain
799 attributes.add(REPLICATION_GENERATION_ID);
825 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
3635 new LDAPAttribute(REPLICATION_GENERATION_ID, values);
3691 * from the REPLICATION_GENERATION_ID attribute in database
3724 attributes.add(REPLICATION_GENERATION_ID);
3757 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java252 private static final String REPLICATION_GENERATION_ID = field in class:LDAPReplicationDomain
664 REPLICATION_GENERATION_ID,
709 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
3274 LDAPAttribute attr = new LDAPAttribute(REPLICATION_GENERATION_ID, values);
3319 * from the REPLICATION_GENERATION_ID attribute in database
3337 final LinkedHashSet<String> attributes = newLinkedHashSet(REPLICATION_GENERATION_ID);
3372 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java255 private static final String REPLICATION_GENERATION_ID = field in class:LDAPReplicationDomain
820 attributes.add(REPLICATION_GENERATION_ID);
846 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
3656 new LDAPAttribute(REPLICATION_GENERATION_ID, values);
3712 * from the REPLICATION_GENERATION_ID attribute in database
3745 attributes.add(REPLICATION_GENERATION_ID);
3778 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java252 private static final String REPLICATION_GENERATION_ID = field in class:LDAPReplicationDomain
799 attributes.add(REPLICATION_GENERATION_ID);
825 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
3635 new LDAPAttribute(REPLICATION_GENERATION_ID, values);
3691 * from the REPLICATION_GENERATION_ID attribute in database
3724 attributes.add(REPLICATION_GENERATION_ID);
3757 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java252 private static final String REPLICATION_GENERATION_ID = field in class:LDAPReplicationDomain
664 REPLICATION_GENERATION_ID,
709 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
3274 LDAPAttribute attr = new LDAPAttribute(REPLICATION_GENERATION_ID, values);
3319 * from the REPLICATION_GENERATION_ID attribute in database
3337 final LinkedHashSet<String> attributes = newLinkedHashSet(REPLICATION_GENERATION_ID);
3372 DirectoryServer.getAttributeType(REPLICATION_GENERATION_ID);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java292 private static final String REPLICATION_GENERATION_ID = "ds-sync-generation-id"; field in class:LDAPReplicationDomain
669 .addAttribute(REPLICATION_GENERATION_ID, REPLICATION_FRACTIONAL_EXCLUDE, REPLICATION_FRACTIONAL_INCLUDE);
707 AttributeType synchronizationGenIDType = DirectoryServer.getAttributeTypeOrNull(REPLICATION_GENERATION_ID);
3195 LDAPAttribute attr = new LDAPAttribute(REPLICATION_GENERATION_ID, Long.toString(generationId));
3238 * from the REPLICATION_GENERATION_ID attribute in database
3253 .addAttribute(REPLICATION_GENERATION_ID);
3279 AttributeType synchronizationGenIDType = DirectoryServer.getAttributeTypeOrNull(REPLICATION_GENERATION_ID);

Completed in 310 milliseconds