Serialized Form


Package net.anotheria.moskito.central

Class net.anotheria.moskito.central.Snapshot extends Object implements Serializable

serialVersionUID: -1452811059878773956L

Serialized Fields

metaData

SnapshotMetaData metaData
The metadata. The metadata contains data about the snapshot like producerId or timestamp.


stats

HashMap<K,V> stats
Stat values.

Class net.anotheria.moskito.central.SnapshotMetaData extends Object implements Serializable

Serialized Fields

producerId

String producerId
Id of the producer.


componentName

String componentName
Name of the component.


hostName

String hostName
Hostname.


intervalName

String intervalName
Intervalname.


creationTimestamp

long creationTimestamp
Timestamp when the snapshot was created.


arrivalTimestamp

long arrivalTimestamp
Timestamp when the snapshot arrived in central.


category

String category
Category of the producer.


subsystem

String subsystem
Subsystem of the producer.


statClassName

String statClassName

Package net.anotheria.moskito.central.endpoints.rmi

Class net.anotheria.moskito.central.endpoints.rmi.RMIEndpointServiceException extends Exception implements Serializable

serialVersionUID: 6228674685841538555L


Package net.anotheria.moskito.central.storage.psql.entities

Class net.anotheria.moskito.central.storage.psql.entities.FilterStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

last

String last

maximum

String maximum

cr

String cr

err

String err

mcr

String mcr

average

String average

tt

String tt

tr

String tr

minimum

String minimum

Class net.anotheria.moskito.central.storage.psql.entities.HttpSessionStatisticsEntity extends StatisticsEntity implements Serializable

serialVersionUID: 171284121479249005L

Serialized Fields

curSessions

long curSessions

minSessions

long minSessions

maxSessions

long maxSessions

newSessions

long newSessions

delSessions

long delSessions

Class net.anotheria.moskito.central.storage.psql.entities.JSONStatisticsEntity extends StatisticsEntity implements Serializable

serialVersionUID: -4852715108573829451L

Serialized Fields

json

String json
JSON string entry representation.

Class net.anotheria.moskito.central.storage.psql.entities.MemoryPoolStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

maximum

String maximum

maxUsed

String maxUsed

minUsed

String minUsed

maxCommitted

String maxCommitted

minCommitted

String minCommitted

init

String init

committed

String committed

used

String used

Class net.anotheria.moskito.central.storage.psql.entities.MemoryStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

maximum

String maximum

minimum

String minimum

cur

String cur

Class net.anotheria.moskito.central.storage.psql.entities.OSStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

freemb

String freemb

totalmb

String totalmb

free

String free

processors

String processors

cputime

String cputime

openFiles

String openFiles

maxOpenFiles

String maxOpenFiles

total

String total

minOpenFiles

String minOpenFiles

Class net.anotheria.moskito.central.storage.psql.entities.RuntimeStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

uptime

String uptime

process

String process

starttime

String starttime

Class net.anotheria.moskito.central.storage.psql.entities.ServiceStatsEntity extends StatisticsEntity implements Serializable

Serialized Fields

last

String last

cr

String cr

maximum

String maximum

mcr

String mcr

err

String err

tr

String tr

tt

String tt

average

String average

minimum

String minimum

Class net.anotheria.moskito.central.storage.psql.entities.SnapshotEntity extends Object implements Serializable

serialVersionUID: 2299490896666103726L

Serialized Fields

snapshotId

long snapshotId
Id field.


producerId

String producerId
Id of the producer.


componentName

String componentName
Name of the component.


hostName

String hostName
Hostname.


intervalName

String intervalName
Intervalname.


creationTimestamp

long creationTimestamp
Timestamp when the snapshot was created.


arrivalTimestamp

long arrivalTimestamp
Timestamp when the snapshot arrived in central.


category

String category
Category of the producer.


subsystem

String subsystem
Subsystem of the producer.


statistics

Map<K,V> statistics
Statistics map.

Class net.anotheria.moskito.central.storage.psql.entities.StatisticsEntity extends Object implements Serializable

serialVersionUID: 5471551888973481871L

Serialized Fields

id

long id
Id column.

Class net.anotheria.moskito.central.storage.psql.entities.ThreadCountStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

started

String started

daemon

String daemon

cur

String cur

maximum

String maximum

minimum

String minimum

Class net.anotheria.moskito.central.storage.psql.entities.ThreadStatesStatEntity extends StatisticsEntity implements Serializable

Serialized Fields

maximum

String maximum

minimum

String minimum

cur

String cur



Copyright © 2010-2013 anotheria.net. All Rights Reserved.