Uses of Class
org.apache.ignite.internal.processors.cache.persistence.defragmentation.IgniteDefragmentation.ScheduleResult
-
Packages that use IgniteDefragmentation.ScheduleResult Package Description org.apache.ignite.internal.processors.cache.persistence.defragmentation -
-
Uses of IgniteDefragmentation.ScheduleResult in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation that return IgniteDefragmentation.ScheduleResult Modifier and Type Method Description IgniteDefragmentation.ScheduleResultIgniteDefragmentation. schedule(List<String> cacheNames)Schedule defragmentaton on next start of the node.IgniteDefragmentation.ScheduleResultIgniteDefragmentationImpl. schedule(List<String> cacheNames)Schedule defragmentaton on next start of the node.static IgniteDefragmentation.ScheduleResultIgniteDefragmentation.ScheduleResult. valueOf(String name)Returns the enum constant of this type with the specified name.static IgniteDefragmentation.ScheduleResult[]IgniteDefragmentation.ScheduleResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-