Package | Description |
---|---|
org.apache.cassandra.hadoop | |
org.apache.cassandra.hadoop.pig | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
static Cassandra.Client |
ColumnFamilyInputFormat.createAuthenticatedClient(java.lang.String location,
int port,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
static Cassandra.Client |
ColumnFamilyOutputFormat.createAuthenticatedClient(java.lang.String host,
int port,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
Connects to the given server:port and returns a client based on the given socket that points to the configured
keyspace, and is logged in with the configured credentials.
|
static Cassandra.Client |
ConfigHelper.createConnection(org.apache.hadoop.conf.Configuration conf,
java.lang.String host,
java.lang.Integer port) |
static Cassandra.Client |
ConfigHelper.getClientFromInputAddressList(org.apache.hadoop.conf.Configuration conf) |
static Cassandra.Client |
ConfigHelper.getClientFromOutputAddressList(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static void |
ColumnFamilyOutputFormat.login(java.lang.String user,
java.lang.String password,
Cassandra.Client client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected CfDef |
CassandraStorage.getCfDef(Cassandra.Client client)
Deprecated.
return the CfInfo for the column family
|
protected CFMetaData |
CassandraStorage.getCFMetaData(java.lang.String ks,
java.lang.String cf,
Cassandra.Client client)
Deprecated.
get CFMetaData of a column family
|
protected java.util.List<ColumnDef> |
CassandraStorage.getColumnMeta(Cassandra.Client client,
boolean cassandraStorage,
boolean includeCompactValueColumn)
Deprecated.
get column meta data
|
protected java.util.List<ColumnDef> |
CassandraStorage.getColumnMetadata(Cassandra.Client client)
Deprecated.
get a list of column for the column family
|
Modifier and Type | Method and Description |
---|---|
Cassandra.Client |
Cassandra.Client.Factory.getClient(org.apache.thrift.protocol.TProtocol prot) |
Cassandra.Client |
Cassandra.Client.Factory.getClient(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
Copyright © 2018 The Apache Software Foundation