public static class ActiveRepairService.ParentRepairSession
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
InetAddressAndPort |
coordinator |
boolean |
hasSnapshots |
boolean |
isGlobal |
boolean |
isIncremental |
PreviewKind |
previewKind |
long |
repairedAt |
Constructor and Description |
---|
ParentRepairSession(InetAddressAndPort coordinator,
java.util.List<ColumnFamilyStore> columnFamilyStores,
java.util.Collection<Range<Token>> ranges,
boolean isIncremental,
long repairedAt,
boolean isGlobal,
PreviewKind previewKind) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ColumnFamilyStore> |
getColumnFamilyStores() |
Keyspace |
getKeyspace() |
java.util.Set<Range<Token>> |
getRanges() |
java.util.Set<TableId> |
getTableIds() |
boolean |
isPreview() |
void |
setHasSnapshots() |
java.lang.String |
toString() |
public final boolean isIncremental
public final boolean isGlobal
public final long repairedAt
public final InetAddressAndPort coordinator
public final PreviewKind previewKind
public volatile boolean hasSnapshots
public ParentRepairSession(InetAddressAndPort coordinator, java.util.List<ColumnFamilyStore> columnFamilyStores, java.util.Collection<Range<Token>> ranges, boolean isIncremental, long repairedAt, boolean isGlobal, PreviewKind previewKind)
public boolean isPreview()
public java.util.Collection<ColumnFamilyStore> getColumnFamilyStores()
public Keyspace getKeyspace()
public java.util.Set<TableId> getTableIds()
public java.lang.String toString()
toString
in class java.lang.Object
public void setHasSnapshots()
Copyright © 2009- The Apache Software Foundation