public class ServiceStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ServiceStatus.ServiceState
scurrent service state.
|
Constructor and Description |
---|
ServiceStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAvailableProcessors()
Gets the availableProcessors.
|
java.lang.Long |
getCommitedMemoryMb()
Gets the commitedMemoryMb.
|
java.lang.Long |
getConcurrentRequests()
Gets the concurrentRequests.
|
java.lang.String |
getHostName()
Gets the hostName.
|
java.lang.Long |
getInUseMemoryMb()
Gets the inUseMemoryMb.
|
java.lang.Long |
getMaxConcurrentRequests()
Gets the maxConcurrentRequests.
|
java.lang.Long |
getMaxMemoryMb()
Gets the maxMemoryMb.
|
java.lang.Long |
getRequestCount()
Gets the requestCount.
|
java.lang.String |
getServiceState()
Gets the serviceState.
|
java.lang.String |
getStateDetails()
Gets the stateDetails.
|
java.lang.Long |
getTotalBlockedRequests()
Gets the totalBlockedRequests.
|
java.lang.Long |
getTotalRejectedRequests()
Gets the totalRejectedRequests.
|
java.lang.String |
getUpTime()
Gets the upTime.
|
java.lang.String |
getVersion()
Gets the version.
|
public java.lang.String getVersion()
public java.lang.String getUpTime()
public java.lang.String getServiceState()
public java.lang.String getStateDetails()
public java.lang.String getHostName()
public java.lang.Long getRequestCount()
public java.lang.Long getMaxMemoryMb()
public java.lang.Long getCommitedMemoryMb()
public java.lang.Long getInUseMemoryMb()
public java.lang.Long getAvailableProcessors()
public java.lang.Long getConcurrentRequests()
public java.lang.Long getMaxConcurrentRequests()
public java.lang.Long getTotalRejectedRequests()
public java.lang.Long getTotalBlockedRequests()
Copyright © 2022 IBM Cloud. All rights reserved.