|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamOutSession | |
---|---|
org.apache.cassandra.streaming |
Uses of StreamOutSession in org.apache.cassandra.streaming |
---|
Methods in org.apache.cassandra.streaming that return StreamOutSession | |
---|---|
static StreamOutSession |
StreamOutSession.create(java.lang.String table,
java.net.InetAddress host,
long sessionId)
|
static StreamOutSession |
StreamOutSession.create(java.lang.String table,
java.net.InetAddress host,
long sessionId,
java.lang.Runnable callback)
|
static StreamOutSession |
StreamOutSession.create(java.lang.String table,
java.net.InetAddress host,
java.lang.Runnable callback)
|
static StreamOutSession |
StreamOutSession.get(java.net.InetAddress host,
long sessionId)
|
Methods in org.apache.cassandra.streaming with parameters of type StreamOutSession | |
---|---|
static void |
StreamOut.transferRanges(StreamOutSession session,
java.lang.Iterable<ColumnFamilyStore> cfses,
java.util.Collection<Range> ranges,
OperationType type)
Stream the given ranges to the target endpoint from each of the given CFs. |
static void |
StreamOut.transferSSTables(StreamOutSession session,
java.lang.Iterable<SSTableReader> sstables,
java.util.Collection<Range> ranges,
OperationType type)
Low-level transfer of matching portions of a group of sstables from a single table to the target endpoint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |