|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cassandra.service.AntiEntropyService.NoopValidator
public static class AntiEntropyService.NoopValidator
The IValidator to be used before a cluster has stabilized, or when repairs are disabled.
Constructor Summary | |
---|---|
AntiEntropyService.NoopValidator()
|
Method Summary | |
---|---|
void |
add(CompactionIterator.CompactedRow row)
Does nothing. |
void |
complete()
Does nothing. |
void |
prepare()
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AntiEntropyService.NoopValidator()
Method Detail |
---|
public void prepare()
prepare
in interface AntiEntropyService.IValidator
public void add(CompactionIterator.CompactedRow row)
add
in interface AntiEntropyService.IValidator
public void complete()
complete
in interface AntiEntropyService.IValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |