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 |
---|---|
Long |
getAvailableProcessors()
Gets the availableProcessors.
|
Long |
getCommitedMemoryMb()
Gets the commitedMemoryMb.
|
Long |
getConcurrentRequests()
Gets the concurrentRequests.
|
String |
getHostName()
Gets the hostName.
|
Long |
getInUseMemoryMb()
Gets the inUseMemoryMb.
|
Long |
getMaxConcurrentRequests()
Gets the maxConcurrentRequests.
|
Long |
getMaxMemoryMb()
Gets the maxMemoryMb.
|
Long |
getRequestCount()
Gets the requestCount.
|
String |
getServiceState()
Gets the serviceState.
|
String |
getStateDetails()
Gets the stateDetails.
|
Long |
getTotalBlockedRequests()
Gets the totalBlockedRequests.
|
Long |
getTotalRejectedRequests()
Gets the totalRejectedRequests.
|
String |
getUpTime()
Gets the upTime.
|
String |
getVersion()
Gets the version.
|
public String getVersion()
public String getUpTime()
public String getServiceState()
public String getStateDetails()
public String getHostName()
public Long getRequestCount()
public Long getMaxMemoryMb()
public Long getCommitedMemoryMb()
public Long getInUseMemoryMb()
public Long getAvailableProcessors()
public Long getConcurrentRequests()
public Long getMaxConcurrentRequests()
public Long getTotalRejectedRequests()
public Long getTotalBlockedRequests()
Copyright © 2021 IBM Cloud. All rights reserved.