Uses of Class
org.apache.cassandra.utils.WrappedRunnable

Packages that use WrappedRunnable
org.apache.cassandra.security.streaming   
org.apache.cassandra.streaming   
 

Uses of WrappedRunnable in org.apache.cassandra.security.streaming
 

Subclasses of WrappedRunnable in org.apache.cassandra.security.streaming
 class SSLFileStreamTask
          This class uses a DataOutputStream to write data as opposed to a FileChannel.transferTo used by FileStreamTask because the underlying SSLSocket doesn't support encrypting over NIO SocketChannel.
 

Uses of WrappedRunnable in org.apache.cassandra.streaming
 

Subclasses of WrappedRunnable in org.apache.cassandra.streaming
 class FileStreamTask
           
 



Copyright © 2011 The Apache Software Foundation