org.apache.cassandra.transport
Class Client

java.lang.Object
  extended by org.apache.cassandra.transport.SimpleClient
      extended by org.apache.cassandra.transport.Client

public class Client
extends SimpleClient


Field Summary
 
Fields inherited from class org.apache.cassandra.transport.SimpleClient
bootstrap, channel, connection, host, lastWriteFuture, port, responseHandler, tracker
 
Constructor Summary
Client(java.lang.String host, int port, EncryptionOptions.ClientEncryptionOptions encryptionOptions)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class org.apache.cassandra.transport.SimpleClient
close, connect, establishConnection, execute, execute, executePrepared, login, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client(java.lang.String host,
              int port,
              EncryptionOptions.ClientEncryptionOptions encryptionOptions)
Method Detail

run

public void run()
         throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2013 The Apache Software Foundation