Package com.ibm.cloud.cloudant.v1.model
Class CurrentThroughputInformationThroughput
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.CurrentThroughputInformationThroughput
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CurrentThroughputInformationThroughput extends com.ibm.cloud.sdk.core.service.model.GenericModel
Detailed information about current consumption.
-
-
Constructor Summary
Constructors Constructor Description CurrentThroughputInformationThroughput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getQuery()
Gets the query.Long
getRead()
Gets the read.Long
getWrite()
Gets the write.
-
-
-
Method Detail
-
getQuery
public Long getQuery()
Gets the query. Number of global queries conducted against the instance for a given second.- Returns:
- the query
-
getRead
public Long getRead()
Gets the read. Number of reads conducted against the instance for a given second.- Returns:
- the read
-
getWrite
public Long getWrite()
Gets the write. Number of writes conducted against the instance for a given second.- Returns:
- the write
-
-