|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.io.sstable.SSTableLoader
public class SSTableLoader
Cassandra SSTable bulk loader. Load an externally created sstable into a cluster.
Nested Class Summary | |
---|---|
static class |
SSTableLoader.Client
|
static class |
SSTableLoader.LoaderFuture
|
static interface |
SSTableLoader.OutputHandler
|
Constructor Summary | |
---|---|
SSTableLoader(java.io.File directory,
SSTableLoader.Client client,
SSTableLoader.OutputHandler outputHandler)
|
Method Summary | |
---|---|
protected java.util.Collection<SSTableReader> |
openSSTables()
|
SSTableLoader.LoaderFuture |
stream()
|
SSTableLoader.LoaderFuture |
stream(java.util.Set<java.net.InetAddress> toIgnore)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSTableLoader(java.io.File directory, SSTableLoader.Client client, SSTableLoader.OutputHandler outputHandler)
Method Detail |
---|
protected java.util.Collection<SSTableReader> openSSTables()
public SSTableLoader.LoaderFuture stream() throws java.io.IOException
java.io.IOException
public SSTableLoader.LoaderFuture stream(java.util.Set<java.net.InetAddress> toIgnore) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |