public class AntiEntropyService
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AntiEntropyService.CFPair
A tuple of table and cf.
|
static class |
AntiEntropyService.RepairFuture |
static class |
AntiEntropyService.RequestCoordinator<R> |
static class |
AntiEntropyService.Status |
static class |
AntiEntropyService.TreeRequest
A tuple of table, cf, address and range that represents a location we have an outstanding TreeRequest for.
|
static class |
AntiEntropyService.TreeRequestVerbHandler
Handler for requests from remote nodes to generate a valid tree.
|
static class |
AntiEntropyService.TreeResponseVerbHandler
Handler for responses from remote nodes which contain a valid tree.
|
static class |
AntiEntropyService.Validator
A Strategy to handle building and validating a merkle tree for a column family.
|
Modifier and Type | Field and Description |
---|---|
static AntiEntropyService |
instance |
Modifier | Constructor and Description |
---|---|
protected |
AntiEntropyService()
Protected constructor.
|
Modifier and Type | Method and Description |
---|---|
AntiEntropyService.RepairFuture |
submitRepairSession(Range<Token> range,
java.lang.String tablename,
boolean isSequential,
boolean isLocal,
java.lang.String... cfnames)
Requests repairs for the given table and column families, and blocks until all repairs have been completed.
|
void |
terminateSessions() |
public static final AntiEntropyService instance
protected AntiEntropyService()
public AntiEntropyService.RepairFuture submitRepairSession(Range<Token> range, java.lang.String tablename, boolean isSequential, boolean isLocal, java.lang.String... cfnames)
public void terminateSessions()
Copyright © 2013 The Apache Software Foundation