Interface SqlPool.DefinitionStages.WithMaxSizeBytes
-
- All Known Subinterfaces:
SqlPool.Definition
,SqlPool.DefinitionStages.WithCreate
- Enclosing interface:
- SqlPool.DefinitionStages
public static interface SqlPool.DefinitionStages.WithMaxSizeBytes
The stage of the SqlPool definition allowing to specify maxSizeBytes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlPool.DefinitionStages.WithCreate
withMaxSizeBytes(Long maxSizeBytes)
Specifies the maxSizeBytes property: Maximum size in bytes.
-
-
-
Method Detail
-
withMaxSizeBytes
SqlPool.DefinitionStages.WithCreate withMaxSizeBytes(Long maxSizeBytes)
Specifies the maxSizeBytes property: Maximum size in bytes.- Parameters:
maxSizeBytes
- Maximum size in bytes.- Returns:
- the next definition stage.
-
-