Class NodePitrConfigurationSchema
java.lang.Object
org.gridgain.internal.pitr.configuration.NodePitrConfigurationSchema
Node-local configuration schema for PITR.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintAmount of threads used by the PITR component for IO operations when restoring. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
threadPoolSize
@Value(hasDefault=true) @Range(min=1L) public int threadPoolSizeAmount of threads used by the PITR component for IO operations when restoring.
-
-
Constructor Details
-
NodePitrConfigurationSchema
public NodePitrConfigurationSchema()
-