Class BucketsProgressInformation
- java.lang.Object
- 
- com.evolveum.midpoint.schema.util.task.BucketsProgressInformation
 
- 
- All Implemented Interfaces:
- DebugDumpable,- Serializable
 
 public class BucketsProgressInformation extends Object implements DebugDumpable, Serializable Task progress counted in buckets.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckConsistence()StringdebugDump(int indent)booleanequals(Object o)static @Nullable BucketsProgressInformationfromOverview(@NotNull ActivityStateOverviewType overview)intgetCompleteBuckets()IntegergetExpectedBuckets()floatgetPercentage()inthashCode()StringtoString()- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
 
- 
 
- 
- 
- 
Method Detail- 
fromOverview@Nullable public static @Nullable BucketsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview) 
 - 
getExpectedBucketspublic Integer getExpectedBuckets() 
 - 
getCompleteBucketspublic int getCompleteBuckets() 
 - 
debugDumppublic String debugDump(int indent) - Specified by:
- debugDumpin interface- DebugDumpable
 
 - 
getPercentagepublic float getPercentage() 
 - 
checkConsistencepublic void checkConsistence() 
 
- 
 
-