Package org.neo4j.gds.config
Interface ConcurrencyConfig
-
- All Known Subinterfaces:
AlgoBaseConfig,GraphExportNodePropertiesConfig,GraphRemoveNodePropertiesConfig,GraphSampleAlgoConfig,GraphStreamNodePropertiesConfig,MutateConfig,MutatePropertyConfig,MutateRelationshipConfig,SingleThreadedRandomSeedConfig,WriteConfig,WritePropertyConfig,WriteRelationshipConfig
public interface ConcurrencyConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONCURRENCY_KEYstatic intCONCURRENCY_LIMITATIONstatic intDEFAULT_CONCURRENCY
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intconcurrency()default intminBatchSize()default voidvalidateConcurrency()
-
-
-
Field Detail
-
CONCURRENCY_KEY
static final java.lang.String CONCURRENCY_KEY
- See Also:
- Constant Field Values
-
DEFAULT_CONCURRENCY
static final int DEFAULT_CONCURRENCY
- See Also:
- Constant Field Values
-
CONCURRENCY_LIMITATION
static final int CONCURRENCY_LIMITATION
- See Also:
- Constant Field Values
-
-