Package | Description |
---|---|
org.unict.ing.pds.dhtdb.datamanager.lightBeans | |
org.unict.ing.pds.dhtdb.utils.model |
Modifier and Type | Method and Description |
---|---|
void |
PutSessionBeanLocal.lightPut(GenericStat stat) |
void |
PutSessionBean.lightPut(GenericStat stat)
Put a new GenericStat in the Distributed Database
Eventually it calls LightSessionBean.splitAndPut to split the tree if the
Bucket has a recordsCounter greater or equal to LightSessionBean.TETA_SPLIT
|
Bucket |
LightSessionBeanLocal.splitAndPut(Bucket localBucket,
long timestamp,
GenericStat elem) |
Bucket |
LightSessionBean.splitAndPut(Bucket localBucket,
long timestamp,
GenericStat elem)
Split the distributed tree and migrates the datas in the new Bucket (s)
|
Modifier and Type | Class and Description |
---|---|
class |
CPUStat
Model for the statistics of CPU
|
class |
IOStat
Models a statistic of the Input/output (Disks)
|
class |
RAMStat
Models a statistic of memory usage
|
class |
UptimeStat
Models a statistic of the Uptime
|
Copyright © 2018. All rights reserved.