Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.processor |
Related values processing.
|
org.rvpf.service |
Service helper classes.
|
org.rvpf.som |
Simple Object Messaging.
|
org.rvpf.som.queue | |
org.rvpf.som.topic | |
org.rvpf.store.server |
Store server common definitions.
|
Modifier and Type | Method and Description |
---|---|
Stats |
Stats.clone() |
Stats |
Stats.getIntermediate()
Gets intermediate stats.
|
Modifier and Type | Method and Description |
---|---|
Optional<Stats> |
Stats.getSnapshot()
Gets the snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
Stats.setSnapshot(Stats snapshot)
Sets the snapshot.
|
protected void |
Stats.substract(Stats snapshot)
Substract a snapshot to get relative values.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessorStats
ProcessorStats.
|
Modifier and Type | Method and Description |
---|---|
Stats |
ProcessorStats.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessorStats.substract(Stats snapshot)
Substract a snapshot to get relative values.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceStats
Service stats.
|
Modifier and Type | Method and Description |
---|---|
Stats |
StatsHolder.UpdateNotification.getStats()
Gets the stats.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Optional<? extends Stats> |
StatsHolder.getStats()
Gets the stats.
|
Optional<? extends Stats> |
ServiceActivatorBase.getStats()
Gets the stats.
|
Optional<Stats> |
ServiceActivator.getStats()
Gets the stats.
|
Modifier and Type | Class and Description |
---|---|
class |
SOMStats
SOM stats.
|
Modifier and Type | Method and Description |
---|---|
Optional<? extends Stats> |
SOMStatsHolder.getStats()
Gets the stats.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueStats
Queue stats.
|
Modifier and Type | Method and Description |
---|---|
Stats |
QueueStats.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
QueueStats.substract(Stats snapshot)
Substract a snapshot to get relative values.
|
Modifier and Type | Class and Description |
---|---|
class |
TopicStats
Topic stats.
|
Modifier and Type | Method and Description |
---|---|
Stats |
TopicStats.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
TopicStats.substract(Stats snapshot)
Substract a snapshot to get relative values.
|
Modifier and Type | Class and Description |
---|---|
class |
StoreStats
Store stats.
|
Modifier and Type | Method and Description |
---|---|
Stats |
StoreStats.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
StoreStats.substract(Stats snapshot)
Substract a snapshot to get relative values.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.