public class DefragmentationMXBeanImpl extends Object implements DefragmentationMXBean
| Constructor and Description |
|---|
DefragmentationMXBeanImpl(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancel defragmentation.
|
boolean |
inProgress()
Get defragmentation status.
|
int |
processedPartitions()
Get count of processed partitions.
|
boolean |
schedule(String cacheNames)
Schedule defragmentation for given caches.
|
long |
startTime()
Get defragmentation's start time.
|
int |
totalPartitions()
Get total count of partitions.
|
public DefragmentationMXBeanImpl(GridKernalContext ctx)
public boolean schedule(String cacheNames)
schedule in interface DefragmentationMXBeancacheNames - Names of caches to run defragmentation on, comma separated.true if defragmentation is scheduled, false otherwise.public boolean cancel()
cancel in interface DefragmentationMXBeantrue if defragmentation was canceled, false otherwise.public boolean inProgress()
inProgress in interface DefragmentationMXBeantrue if defragmentation is in progress right now.public int processedPartitions()
processedPartitions in interface DefragmentationMXBeantrue if defragmentation is in progress right now.public int totalPartitions()
totalPartitions in interface DefragmentationMXBeantrue if defragmentation is in progress right now.public long startTime()
startTime in interface DefragmentationMXBeantrue if defragmentation is in progress right now.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023