Package com.oracle.bmc.nosql.model
Class TableLimits
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.nosql.model.TableLimits
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190828") public final class TableLimits extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThroughput and storage limits configuration of a table.
 Note: Objects should always be created or deserialized using theTableLimits.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theTableLimits.Builder, which maintain a set of all explicitly set fields calledTableLimits.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classTableLimits.Builderstatic classTableLimits.CapacityModeThe capacity mode of the table.
 - 
Constructor SummaryConstructors Constructor Description TableLimits(Integer maxReadUnits, Integer maxWriteUnits, Integer maxStorageInGBs, TableLimits.CapacityMode capacityMode)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableLimits.Builderbuilder()Create a new builder.booleanequals(Object o)TableLimits.CapacityModegetCapacityMode()The capacity mode of the table.IntegergetMaxReadUnits()Maximum sustained read throughput limit for the table.IntegergetMaxStorageInGBs()Maximum size of storage used by the table.IntegergetMaxWriteUnits()Maximum sustained write throughput limit for the table.inthashCode()TableLimits.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
TableLimits@Deprecated @ConstructorProperties({"maxReadUnits","maxWriteUnits","maxStorageInGBs","capacityMode"}) public TableLimits(Integer maxReadUnits, Integer maxWriteUnits, Integer maxStorageInGBs, TableLimits.CapacityMode capacityMode) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static TableLimits.Builder builder() Create a new builder.
 - 
toBuilderpublic TableLimits.Builder toBuilder() 
 - 
getMaxReadUnitspublic Integer getMaxReadUnits() Maximum sustained read throughput limit for the table.- Returns:
- the value
 
 - 
getMaxWriteUnitspublic Integer getMaxWriteUnits() Maximum sustained write throughput limit for the table.- Returns:
- the value
 
 - 
getMaxStorageInGBspublic Integer getMaxStorageInGBs() Maximum size of storage used by the table.- Returns:
- the value
 
 - 
getCapacityModepublic TableLimits.CapacityMode getCapacityMode() The capacity mode of the table.If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-