public static class AbstractBulkRecordWriter.ExternalClient extends SSTableLoader.Client
Constructor and Description |
---|
ExternalClient(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
CFMetaData |
getCFMetaData(java.lang.String keyspace,
java.lang.String cfName)
Validate that
keyspace is an existing keyspace and cfName one of its existing column family. |
void |
init(java.lang.String keyspace)
Initialize the client.
|
addRangeForEndpoint, getConnectionFactory, getEndpointToRangesMap, getPartitioner, setPartitioner, setPartitioner, stop
public void init(java.lang.String keyspace)
SSTableLoader.Client
init
in class SSTableLoader.Client
public CFMetaData getCFMetaData(java.lang.String keyspace, java.lang.String cfName)
SSTableLoader.Client
keyspace
is an existing keyspace and cfName
one of its existing column family.getCFMetaData
in class SSTableLoader.Client
Copyright © 2015 The Apache Software Foundation