All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchdarkly.sdk.server.migrations.MigrationExecutionMode Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
package com.launchdarkly.sdk.server.migrations;

/**
 * Execution mode for a migration.
 * 

* This applies only to a single read, not multiple reads using the same migration. */ public enum MigrationExecutionMode { /** * Execute one read fully before executing another read. */ SERIAL, /** * Start reads in parallel and wait for them to both finish. */ PARALLEL }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy