public class OperationServiceDTO extends Object implements JsonSerializable
OperationServiceMBean
.Modifier and Type | Field and Description |
---|---|
long |
executedOperationCount |
int |
operationExecutorQueueSize |
long |
operationThreadCount |
int |
remoteOperationCount |
int |
responseQueueSize |
int |
runningOperationsCount |
Constructor and Description |
---|
OperationServiceDTO() |
OperationServiceDTO(OperationService os) |
public int responseQueueSize
public int operationExecutorQueueSize
public int runningOperationsCount
public int remoteOperationCount
public long executedOperationCount
public long operationThreadCount
public OperationServiceDTO()
public OperationServiceDTO(OperationService os)
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.