Package | Description |
---|---|
org.apache.cassandra.streaming |
Modifier and Type | Method and Description |
---|---|
static StreamOutSession |
StreamOutSession.create(java.lang.String table,
java.net.InetAddress host,
IStreamCallback callback) |
static StreamOutSession |
StreamOutSession.create(java.lang.String table,
java.net.InetAddress host,
java.util.UUID sessionId) |
static StreamOutSession |
StreamOutSession.create(java.lang.String table,
java.net.InetAddress host,
java.util.UUID sessionId,
IStreamCallback callback) |
static StreamOutSession |
StreamOutSession.get(java.util.UUID sessionId) |
Modifier and Type | Method and Description |
---|---|
static void |
StreamOut.transferRanges(StreamOutSession session,
java.lang.Iterable<ColumnFamilyStore> cfses,
java.util.Collection<Range<Token>> ranges,
OperationType type)
Stream the given ranges to the target endpoint from each of the given CFs.
|
static void |
StreamOut.transferRanges(StreamOutSession session,
java.lang.Iterable<ColumnFamilyStore> cfses,
java.util.Collection<Range<Token>> ranges,
OperationType type,
boolean flushTables)
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<Token>> ranges,
OperationType type)
Low-level transfer of matching portions of a group of sstables from a single table to the target endpoint.
|
Copyright © 2014 The Apache Software Foundation