public abstract static class SSTableLoader.Client
extends java.lang.Object
| Constructor and Description |
|---|
SSTableLoader.Client() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRangeForEndpoint(Range<Token> range,
java.net.InetAddress endpoint) |
java.util.Map<java.net.InetAddress,java.util.Collection<Range<Token>>> |
getEndpointToRangesMap() |
IPartitioner |
getPartitioner() |
abstract void |
init(java.lang.String keyspace)
Initialize the client.
|
protected void |
setPartitioner(IPartitioner partitioner) |
protected void |
setPartitioner(java.lang.String partclass) |
void |
stop()
Stop the client.
|
abstract boolean |
validateColumnFamily(java.lang.String keyspace,
java.lang.String cfName)
Validate that
keyspace is an existing keyspace and cfName one of its existing column family. |
public abstract void init(java.lang.String keyspace)
public void stop()
public abstract boolean validateColumnFamily(java.lang.String keyspace,
java.lang.String cfName)
keyspace is an existing keyspace and cfName one of its existing column family.public java.util.Map<java.net.InetAddress,java.util.Collection<Range<Token>>> getEndpointToRangesMap()
protected void setPartitioner(java.lang.String partclass)
throws ConfigurationException
ConfigurationExceptionprotected void setPartitioner(IPartitioner partitioner) throws ConfigurationException
ConfigurationExceptionpublic IPartitioner getPartitioner()
Copyright © 2014 The Apache Software Foundation