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.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkConsistence()
String
debugDump(int indent)
boolean
equals(Object o)
static @Nullable BucketsProgressInformation
fromOverview(@NotNull ActivityStateOverviewType overview)
int
getCompleteBuckets()
Integer
getExpectedBuckets()
float
getPercentage()
int
hashCode()
String
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 Detail
-
fromOverview
@Nullable public static @Nullable BucketsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview)
-
getExpectedBuckets
public Integer getExpectedBuckets()
-
getCompleteBuckets
public int getCompleteBuckets()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
getPercentage
public float getPercentage()
-
checkConsistence
public void checkConsistence()
-
-