Uses of Enum
com.google.ortools.bop.BopParameters.ThreadSynchronizationType
Packages that use BopParameters.ThreadSynchronizationType
-
Uses of BopParameters.ThreadSynchronizationType in com.google.ortools.bop
Methods in com.google.ortools.bop that return BopParameters.ThreadSynchronizationTypeModifier and TypeMethodDescriptionBopParameters.ThreadSynchronizationType.forNumber(int value) BopParameters.Builder.getSynchronizationType()optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];BopParameters.getSynchronizationType()optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];BopParametersOrBuilder.getSynchronizationType()optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];BopParameters.ThreadSynchronizationType.valueOf(int value) Deprecated.BopParameters.ThreadSynchronizationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.BopParameters.ThreadSynchronizationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.ortools.bop that return types with arguments of type BopParameters.ThreadSynchronizationTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BopParameters.ThreadSynchronizationType>BopParameters.ThreadSynchronizationType.internalGetValueMap()Methods in com.google.ortools.bop with parameters of type BopParameters.ThreadSynchronizationTypeModifier and TypeMethodDescriptionBopParameters.Builder.setSynchronizationType(BopParameters.ThreadSynchronizationType value) optional .operations_research.bop.BopParameters.ThreadSynchronizationType synchronization_type = 25 [default = NO_SYNCHRONIZATION];