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 Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debugDump
(int indent) boolean
static @Nullable BucketsProgressInformation
fromOverview
(@NotNull ActivityStateOverviewType overview) int
float
int
hashCode()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
fromOverview
@Nullable public static @Nullable BucketsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview) -
getExpectedBuckets
-
getCompleteBuckets
public int getCompleteBuckets() -
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
getPercentage
public float getPercentage() -
checkConsistence
public void checkConsistence() -
equals
-
hashCode
public int hashCode()
-