public class RepairStats
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RepairStats.Section |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
keyspace |
long |
maxRepaired |
long |
minRepaired |
java.util.List<RepairStats.Section> |
sections |
java.lang.String |
table |
Modifier and Type | Method and Description |
---|---|
static java.util.List<RepairStats.Section> |
convertSections(java.util.List<RepairedState.Section> from) |
static RepairStats |
fromComposite(javax.management.openmbean.CompositeData cd) |
static RepairStats |
fromRepairState(java.lang.String keyspace,
java.lang.String table,
RepairedState.Stats stats) |
javax.management.openmbean.CompositeData |
toComposite() |
public final java.lang.String keyspace
public final java.lang.String table
public final long minRepaired
public final long maxRepaired
public final java.util.List<RepairStats.Section> sections
public static java.util.List<RepairStats.Section> convertSections(java.util.List<RepairedState.Section> from)
public static RepairStats fromRepairState(java.lang.String keyspace, java.lang.String table, RepairedState.Stats stats)
public javax.management.openmbean.CompositeData toComposite()
public static RepairStats fromComposite(javax.management.openmbean.CompositeData cd)
Copyright © 2009-2022 The Apache Software Foundation