Uses of Class
org.apache.cassandra.streaming.FileStreamTask

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

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

Subclasses of FileStreamTask 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.
 



Copyright © 2011 The Apache Software Foundation