Class Maximums
- java.lang.Object
-
- de.caluga.morphium.driver.mongodb.Maximums
-
public class Maximums extends Object
storing all maximums determined by driver / database
-
-
Constructor Summary
Constructors Constructor Description Maximums()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxBsonSize()IntegergetMaxMessageSize()IntegergetMaxWriteBatchSize()voidsetMaxBsonSize(Integer maxBsonSize)voidsetMaxMessageSize(Integer maxMessageSize)voidsetMaxWriteBatchSize(Integer maxWriteBatchSize)
-
-
-
Method Detail
-
getMaxBsonSize
public Integer getMaxBsonSize()
-
setMaxBsonSize
public void setMaxBsonSize(Integer maxBsonSize)
-
getMaxMessageSize
public Integer getMaxMessageSize()
-
setMaxMessageSize
public void setMaxMessageSize(Integer maxMessageSize)
-
getMaxWriteBatchSize
public Integer getMaxWriteBatchSize()
-
setMaxWriteBatchSize
public void setMaxWriteBatchSize(Integer maxWriteBatchSize)
-
-