Uses of Class
software.amazon.awssdk.services.neptunedata.model.Parallelism
-
Packages that use Parallelism Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of Parallelism in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return Parallelism Modifier and Type Method Description static ParallelismParallelism. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParallelismStartLoaderJobRequest. parallelism()The optionalparallelismparameter can be set to reduce the number of threads used by the bulk load process.static ParallelismParallelism. valueOf(String name)Returns the enum constant of this type with the specified name.static Parallelism[]Parallelism. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type Parallelism Modifier and Type Method Description static Set<Parallelism>Parallelism. knownValues()Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type Parallelism Modifier and Type Method Description StartLoaderJobRequest.BuilderStartLoaderJobRequest.Builder. parallelism(Parallelism parallelism)The optionalparallelismparameter can be set to reduce the number of threads used by the bulk load process.
-