@Deprecated @MXBeanDescription(value="MBean that provides access for defragmentation features.") public interface DefragmentationMXBean
CommandMBean
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Deprecated.
Cancel defragmentation.
|
boolean |
inProgress()
Deprecated.
Get defragmentation status.
|
int |
processedPartitions()
Deprecated.
Get count of processed partitions.
|
boolean |
schedule(String cacheNames)
Deprecated.
Schedule defragmentation for given caches.
|
long |
startTime()
Deprecated.
Get defragmentation's start time.
|
int |
totalPartitions()
Deprecated.
Get total count of partitions.
|
@MXBeanDescription(value="Schedule defragmentation.") boolean schedule(@MXBeanParameter(name="cacheNames",description="Names of caches to run defragmentation on.") String cacheNames)
cacheNames
- Names of caches to run defragmentation on, comma separated.true
if defragmentation is scheduled, false
otherwise.@MXBeanDescription(value="Cancel current defragmentation.") boolean cancel()
true
if defragmentation was canceled, false
otherwise.@MXBeanDescription(value="Cancel current defragmentation.") boolean inProgress()
true
if defragmentation is in progress right now.@MXBeanDescription(value="Processed partitions.") int processedPartitions()
true
if defragmentation is in progress right now.@MXBeanDescription(value="Total partitions.") int totalPartitions()
true
if defragmentation is in progress right now.@MXBeanDescription(value="Start time.") long startTime()
true
if defragmentation is in progress right now.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023