Package | Description |
---|---|
org.apache.cassandra.db.compaction | |
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.lang.Object> |
CompactionManager.submitValidation(ColumnFamilyStore cfStore,
AntiEntropyService.Validator validator)
Does not mutate data, so is not scheduled.
|
Modifier and Type | Method and Description |
---|---|
AntiEntropyService.Validator |
AntiEntropyService.Validator.ValidatorSerializer.deserialize(java.io.DataInput dis,
int version) |
Modifier and Type | Method and Description |
---|---|
MessageOut<AntiEntropyService.Validator> |
AntiEntropyService.Validator.createMessage() |
Modifier and Type | Method and Description |
---|---|
void |
AntiEntropyService.Validator.ValidatorSerializer.serialize(AntiEntropyService.Validator validator,
java.io.DataOutput dos,
int version) |
long |
AntiEntropyService.Validator.ValidatorSerializer.serializedSize(AntiEntropyService.Validator validator,
int version) |
Modifier and Type | Method and Description |
---|---|
void |
AntiEntropyService.TreeResponseVerbHandler.doVerb(MessageIn<AntiEntropyService.Validator> message,
java.lang.String id) |
Copyright © 2013 The Apache Software Foundation