com.hazelcast.internal.management.dto
Class OperationServiceDTO

java.lang.Object
  extended by com.hazelcast.internal.management.dto.OperationServiceDTO
All Implemented Interfaces:
JsonSerializable

public class OperationServiceDTO
extends Object
implements JsonSerializable

A Serializable DTO for OperationServiceMBean.


Field Summary
 long executedOperationCount
           
 int operationExecutorQueueSize
           
 long operationThreadCount
           
 int remoteOperationCount
           
 int responseQueueSize
           
 int runningOperationsCount
           
 
Constructor Summary
OperationServiceDTO()
           
OperationServiceDTO(OperationService os)
           
 
Method Summary
 void fromJson(com.eclipsesource.json.JsonObject json)
           
 com.eclipsesource.json.JsonObject toJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseQueueSize

public int responseQueueSize

operationExecutorQueueSize

public int operationExecutorQueueSize

runningOperationsCount

public int runningOperationsCount

remoteOperationCount

public int remoteOperationCount

executedOperationCount

public long executedOperationCount

operationThreadCount

public long operationThreadCount
Constructor Detail

OperationServiceDTO

public OperationServiceDTO()

OperationServiceDTO

public OperationServiceDTO(OperationService os)
Method Detail

toJson

public com.eclipsesource.json.JsonObject toJson()
Specified by:
toJson in interface JsonSerializable

fromJson

public void fromJson(com.eclipsesource.json.JsonObject json)
Specified by:
fromJson in interface JsonSerializable


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.