Uses of Class
org.apache.cassandra.thrift.Cassandra.Client

Packages that use Cassandra.Client
org.apache.cassandra.cli   
org.apache.cassandra.hadoop   
org.apache.cassandra.thrift   
 

Uses of Cassandra.Client in org.apache.cassandra.cli
 

Methods in org.apache.cassandra.cli with parameters of type Cassandra.Client
static java.util.Map<java.lang.String,CfDef> CliClient.loadCql3Defs(Cassandra.Client thriftClient, KsDef thriftKs)
           
static java.util.Map<java.lang.String,CfDef> CliClient.loadCql3DefsUnchecked(Cassandra.Client thriftClient, KsDef thriftKs)
           
 

Constructors in org.apache.cassandra.cli with parameters of type Cassandra.Client
CliClient(CliSessionState cliSessionState, Cassandra.Client thriftClient)
           
 

Uses of Cassandra.Client in org.apache.cassandra.hadoop
 

Methods in org.apache.cassandra.hadoop that return Cassandra.Client
static Cassandra.Client ColumnFamilyOutputFormat.createAuthenticatedClient(org.apache.thrift.transport.TSocket socket, org.apache.hadoop.conf.Configuration conf)
          Return 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)
           
 

Uses of Cassandra.Client in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return Cassandra.Client
 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 © 2013 The Apache Software Foundation