org.apache.cassandra.net
Class FileStreamTask

java.lang.Object
  extended by org.apache.cassandra.utils.WrappedRunnable
      extended by org.apache.cassandra.net.FileStreamTask
All Implemented Interfaces:
java.lang.Runnable

public class FileStreamTask
extends WrappedRunnable


Field Summary
static int CHUNK_SIZE
           
 
Method Summary
 void runMayThrow()
           
 
Methods inherited from class org.apache.cassandra.utils.WrappedRunnable
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHUNK_SIZE

public static final int CHUNK_SIZE
See Also:
Constant Field Values
Method Detail

runMayThrow

public void runMayThrow()
                 throws java.io.IOException
Specified by:
runMayThrow in class WrappedRunnable
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation