org.apache.cassandra.io
Class Streaming

java.lang.Object
  extended by org.apache.cassandra.io.Streaming

public class Streaming
extends java.lang.Object


Nested Class Summary
static class Streaming.StreamFinishedVerbHandler
           
static class Streaming.StreamInitiateDoneVerbHandler
           
static class Streaming.StreamInitiateVerbHandler
           
 
Field Summary
static long RING_DELAY
           
 
Constructor Summary
Streaming()
           
 
Method Summary
static void transferRanges(java.net.InetAddress target, java.util.Collection<Range> ranges, java.lang.Runnable callback)
          split out files on disk locally for each range and then stream them to the target endpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RING_DELAY

public static final long RING_DELAY
See Also:
Constant Field Values
Constructor Detail

Streaming

public Streaming()
Method Detail

transferRanges

public static void transferRanges(java.net.InetAddress target,
                                  java.util.Collection<Range> ranges,
                                  java.lang.Runnable callback)
split out files on disk locally for each range and then stream them to the target endpoint



Copyright © 2009 The Apache Software Foundation