Class TaskExecutorMetricEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.platform.engine.impl.persistence.entity.TaskExecutorMetricEntityImpl
- All Implemented Interfaces:
FlowableMetric, TaskExecutorMetric, TaskExecutorMetricEntity, org.flowable.common.engine.impl.persistence.entity.Entity
public class TaskExecutorMetricEntityImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
implements TaskExecutorMetricEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected Durationprotected Stringprotected doubleprotected Stringprotected doubleprotected doubleprotected doubleprotected InstantFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetNode()doubledoubledoublevoidsetActiveThreads(double activeThreads) voidsetDuration(Duration duration) voidsetExecutorName(String executorName) voidsetMaxPoolSize(double maxPoolSize) voidvoidsetPoolSize(double poolSize) voidsetQueued(double queued) voidsetQueueRemaining(double queueRemaining) voidsetTimestamp(Instant timestamp) Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
timestamp
-
executorName
-
node
-
duration
-
activeThreads
protected double activeThreads -
poolSize
protected double poolSize -
maxPoolSize
protected double maxPoolSize -
queued
protected double queued -
queueRemaining
protected double queueRemaining
-
-
Constructor Details
-
TaskExecutorMetricEntityImpl
public TaskExecutorMetricEntityImpl()
-
-
Method Details
-
getTimestamp
- Specified by:
getTimestampin interfaceFlowableMetric
-
getExecutorName
- Specified by:
getExecutorNamein interfaceTaskExecutorMetric
-
getNode
- Specified by:
getNodein interfaceFlowableMetric
-
getDuration
- Specified by:
getDurationin interfaceFlowableMetric
-
getActiveThreads
public double getActiveThreads()- Specified by:
getActiveThreadsin interfaceTaskExecutorMetric
-
getPoolSize
public double getPoolSize()- Specified by:
getPoolSizein interfaceTaskExecutorMetric
-
getMaxPoolSize
public double getMaxPoolSize()- Specified by:
getMaxPoolSizein interfaceTaskExecutorMetric
-
getQueued
public double getQueued()- Specified by:
getQueuedin interfaceTaskExecutorMetric
-
getQueueRemaining
public double getQueueRemaining()- Specified by:
getQueueRemainingin interfaceTaskExecutorMetric
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setTimestamp
- Specified by:
setTimestampin interfaceTaskExecutorMetricEntity
-
setExecutorName
- Specified by:
setExecutorNamein interfaceTaskExecutorMetricEntity
-
setNode
- Specified by:
setNodein interfaceTaskExecutorMetricEntity
-
setDuration
- Specified by:
setDurationin interfaceTaskExecutorMetricEntity
-
setActiveThreads
public void setActiveThreads(double activeThreads) - Specified by:
setActiveThreadsin interfaceTaskExecutorMetricEntity
-
setPoolSize
public void setPoolSize(double poolSize) - Specified by:
setPoolSizein interfaceTaskExecutorMetricEntity
-
setMaxPoolSize
public void setMaxPoolSize(double maxPoolSize) - Specified by:
setMaxPoolSizein interfaceTaskExecutorMetricEntity
-
setQueued
public void setQueued(double queued) - Specified by:
setQueuedin interfaceTaskExecutorMetricEntity
-
setQueueRemaining
public void setQueueRemaining(double queueRemaining) - Specified by:
setQueueRemainingin interfaceTaskExecutorMetricEntity
-