org.apache.cassandra.service
Class AntiEntropyService.NoopValidator

java.lang.Object
  extended by org.apache.cassandra.service.AntiEntropyService.NoopValidator
All Implemented Interfaces:
AntiEntropyService.IValidator
Enclosing class:
AntiEntropyService

public static class AntiEntropyService.NoopValidator
extends java.lang.Object
implements AntiEntropyService.IValidator

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

AntiEntropyService.NoopValidator

public AntiEntropyService.NoopValidator()
Method Detail

prepare

public void prepare()
Does nothing.

Specified by:
prepare in interface AntiEntropyService.IValidator

add

public void add(CompactionIterator.CompactedRow row)
Does nothing.

Specified by:
add in interface AntiEntropyService.IValidator

complete

public void complete()
Does nothing.

Specified by:
complete in interface AntiEntropyService.IValidator


Copyright © 2010 The Apache Software Foundation