public class ManagedExecutorDTO extends Object implements JsonSerializable
ManagedExecutorServiceMBean
.Modifier and Type | Field and Description |
---|---|
long |
completedTaskCount |
boolean |
isTerminated |
int |
maximumPoolSize |
String |
name |
int |
poolSize |
int |
queueSize |
int |
remainingQueueCapacity |
Constructor and Description |
---|
ManagedExecutorDTO() |
ManagedExecutorDTO(ManagedExecutorService executorService) |
public String name
public int queueSize
public int poolSize
public int remainingQueueCapacity
public int maximumPoolSize
public boolean isTerminated
public long completedTaskCount
public ManagedExecutorDTO()
public ManagedExecutorDTO(ManagedExecutorService executorService)
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.