Searched defs:sync (Results 26 - 50 of 77) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLogWriter.java140 void sync() throws SyncFailedException { method in class:LogWriter
141 fileDescriptor.sync();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogWriter.java160 public void sync() throws SyncFailedException method in class:BlockLogWriter
162 writer.sync();
H A DLogWriter.java140 void sync() throws SyncFailedException { method in class:LogWriter
141 fileDescriptor.sync();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DBlockLogWriter.java159 public void sync() throws SyncFailedException method in class:BlockLogWriter
161 writer.sync();
H A DLogWriter.java140 void sync() throws SyncFailedException { method in class:LogWriter
141 fileDescriptor.sync();
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/
H A DPendingActionContext.java16 package org.forgerock.openidm.sync;
29 * A Context that stores a pending action information during a sync operation.
45 * @param action the recon/sync action being performed
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DReconAuditEventBuilder.java17 package org.forgerock.openidm.sync.impl;
H A DReconFeeder.java25 package org.forgerock.openidm.sync.impl;
H A DReconStage.java25 package org.forgerock.openidm.sync.impl;
H A DCondition.java16 package org.forgerock.openidm.sync.impl;
24 import org.forgerock.openidm.sync.impl.Scripts.Script;
H A DLazyObjectAccessor.java16 package org.forgerock.openidm.sync.impl;
41 public static final Name EVENT_READ_OBJ = Name.get("openidm/internal/discovery-engine/sync/read-object");
51 * @param service the sync service
67 * @param service the sync service
H A DPendingAction.java16 package org.forgerock.openidm.sync.impl;
24 import org.forgerock.openidm.sync.PendingActionContext;
25 import org.forgerock.openidm.sync.ReconAction;
H A DPolicy.java16 package org.forgerock.openidm.sync.impl;
22 import org.forgerock.openidm.sync.ReconAction;
23 import org.forgerock.openidm.sync.impl.Scripts.Script;
32 * Policies to determine an action for a given {@link org.forgerock.openidm.sync.impl.Situation}.
37 * Set up logging for {@link org.forgerock.openidm.sync.impl.Policy}.
42 * Synchronization Situation {@link org.forgerock.openidm.sync.impl.Situation}.
47 * Reconciliation Action {@link org.forgerock.openidm.sync.ReconAction}.
92 * @return a {@link org.forgerock.openidm.sync.impl.Condition} object representing
162 * @param sourceAction true if this is a source sync operation, false if it is a target sync operatio
[all...]
H A DPropertyMapping.java16 package org.forgerock.openidm.sync.impl;
39 import org.forgerock.openidm.sync.impl.Scripts.Script;
118 * @param oldSource oldSource an optional previous source object before the change(s) that triggered the sync,
121 * @param linkQualifier the link qualifier associated with the current sync
156 * @param oldSource oldSource an optional previous source object before the change(s) that triggered the sync,
159 * @param linkQualifier the link qualifier associated with the current sync
H A DSituation.java17 package org.forgerock.openidm.sync.impl;
19 import org.forgerock.openidm.sync.ReconAction;
H A DUtils.java17 package org.forgerock.openidm.sync.impl;
H A DSynchronizationService.java17 package org.forgerock.openidm.sync.impl;
71 import org.forgerock.openidm.sync.ReconAction;
83 * The resource provider for requests on /sync. Describes the synchronization mappings and dispatches
85 * by the sync.json configuration file. Also supports invocation as a {@link ScheduledService}.
88 name = "org.forgerock.openidm.sync",
95 @Property(name = "openidm.router.prefix", value = "/sync/*")
244 JsonValue sync(Context context, ObjectMapping mapping) throws SynchronizationException; method in interface:SynchronizationService.SyncAction
253 * @returns a JsonValue list of ObjectMappings' sync results
254 * @throws SynchronizationException on failure to sync one of the mappings
261 // cannot sync anythin
[all...]
H A DAbstractSyncAuditEventBuilder.java16 package org.forgerock.openidm.sync.impl;
21 import org.forgerock.openidm.sync.ReconAction;
24 * Base implementation of AuditEventBuilder for IDM synchronization related events; currently sync and recon.
146 * Saves the status of the sync on the event.
H A DAbstractSyncAuditEventLogger.java16 package org.forgerock.openidm.sync.impl;
31 * Base Template for sync related audit events.
48 * Base constructor for sync and recon audit event logs. Context is required to contain a SecurityContext.
H A DLink.java16 package org.forgerock.openidm.sync.impl;
H A DLinkType.java16 package org.forgerock.openidm.sync.impl;
H A DPhaseStatistic.java25 package org.forgerock.openidm.sync.impl;
28 import org.forgerock.openidm.sync.ReconAction;
H A DReconAuditEventLogger.java16 package org.forgerock.openidm.sync.impl;
H A DReconTypeBase.java16 package org.forgerock.openidm.sync.impl;
/forgerock/openidm-v4/openidm-core/src/test/java/org/forgerock/openidm/sync/impl/
H A DPolicyTest.java16 package org.forgerock.openidm.sync.impl;
40 import org.forgerock.openidm.sync.ReconAction;
58 URL config = ObjectMappingTest.class.getResource("/conf/sync.json");
59 Assert.assertNotNull(config, "sync configuration is not found");

Completed in 100 milliseconds

1234