Class BucketsProgressInformation
java.lang.Object
com.evolveum.midpoint.schema.util.task.BucketsProgressInformation
- All Implemented Interfaces:
- DebugDumpable,- Serializable
Task progress counted in buckets.
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionvoiddebugDump(int indent) booleanstatic @Nullable BucketsProgressInformationfromOverview(@NotNull ActivityStateOverviewType overview) intfloatinthashCode()toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
fromOverview@Nullable public static @Nullable BucketsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview) 
- 
getExpectedBuckets
- 
getCompleteBucketspublic int getCompleteBuckets()
- 
toString
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
getPercentagepublic float getPercentage()
- 
checkConsistencepublic void checkConsistence()
- 
equals
- 
hashCodepublic int hashCode()
 
-