|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.io.Streaming
public class Streaming
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 |
---|
public static final long RING_DELAY
Constructor Detail |
---|
public Streaming()
Method Detail |
---|
public static void transferRanges(java.net.InetAddress target, java.util.Collection<Range> ranges, java.lang.Runnable callback)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |