Package org.gridgain.internal.sql.copy
Class CommonProperties
java.lang.Object
org.gridgain.internal.sql.copy.CommonProperties
Properties common to all formats.
-
Field Details
-
BATCH_SIZE
Specifies the number of rows to be read in a single batch.- See Also:
-
DFLT_BATCH_SIZE
- See Also:
-
-
Constructor Details
-
CommonProperties
public CommonProperties()
-
-
Method Details
-
validate
Validates the properties.- Parameters:
properties- Properties to validate.- Throws:
PropertyValidationException- If the properties are invalid.
-