Package com.avoka.fc.core.entity
Class ServerHealthStatusMetric
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- org.apache.cayenne.BaseDataObject
-
- org.apache.cayenne.CayenneDataObject
-
- com.avoka.core.entity.BaseEntity
-
- com.avoka.fc.core.entity.auto._ServerHealthStatusMetric
-
- com.avoka.fc.core.entity.ServerHealthStatusMetric
-
- All Implemented Interfaces:
IEntity
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
public class ServerHealthStatusMetric extends _ServerHealthStatusMetric
The Class ServerHealthStatusMetric.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
MATRIX_SIZE
The Constant MATRIX_SIZE.static String
TYPE_FORMSERVER
The Constant TYPE_FORMSERVER.static String
TYPE_PORTAL
The Constant TYPE_PORTAL.-
Fields inherited from class com.avoka.fc.core.entity.auto._ServerHealthStatusMetric
CPU_PERCENTAGE, CPU_PERCENTAGE_PROPERTY, ENTRY_INDEX, ENTRY_INDEX_PROPERTY, ERROR_COUNT, ERROR_COUNT_PROPERTY, FWS_NO_CAPACITY_EVENTS, FWS_NO_CAPACITY_EVENTS_PROPERTY, FWS_QUEUE_LENGTH, FWS_QUEUE_LENGTH_PROPERTY, FWS_REQUEST_LOAD_TIME, FWS_REQUEST_LOAD_TIME_PROPERTY, FWS_REQUEST_RENDER_TIME, FWS_REQUEST_RENDER_TIME_PROPERTY, FWS_REQUEST_TOTAL_TIME, FWS_REQUEST_TOTAL_TIME_PROPERTY, FWS_THREAD_COUNT, FWS_THREAD_COUNT_PROPERTY, GROUP_NAME, GROUP_NAME_PROPERTY, MEMORY_TOTAL, MEMORY_TOTAL_PROPERTY, MEMORY_USED, MEMORY_USED_PROPERTY, METRICS_OID_PK_COLUMN, NODE_NAME, NODE_NAME_PROPERTY, NODE_TYPE, NODE_TYPE_PROPERTY, PROCESS_COUNT, PROCESS_COUNT_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description ServerHealthStatusMetric()
-
Method Summary
-
Methods inherited from class com.avoka.fc.core.entity.auto._ServerHealthStatusMetric
getCpuPercentage, getEntryIndex, getErrorCount, getFwsNoCapacityEvents, getFwsQueueLength, getFwsRequestLoadTime, getFwsRequestRenderTime, getFwsRequestTotalTime, getFwsThreadCount, getGroupName, getMemoryTotal, getMemoryUsed, getNodeName, getNodeType, getProcessCount, setCpuPercentage, setEntryIndex, setErrorCount, setFwsNoCapacityEvents, setFwsQueueLength, setFwsRequestLoadTime, setFwsRequestRenderTime, setFwsRequestTotalTime, setFwsThreadCount, setGroupName, setMemoryTotal, setMemoryUsed, setNodeName, setNodeType, setProcessCount
-
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
-
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
-
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
-
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
-
-
-
-
Field Detail
-
MATRIX_SIZE
public static final int MATRIX_SIZE
The Constant MATRIX_SIZE.- See Also:
- Constant Field Values
-
TYPE_PORTAL
public static final String TYPE_PORTAL
The Constant TYPE_PORTAL.- See Also:
- Constant Field Values
-
TYPE_FORMSERVER
public static final String TYPE_FORMSERVER
The Constant TYPE_FORMSERVER.- See Also:
- Constant Field Values
-
-