public class SSTableLoader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SSTableLoader.Client |
static class |
SSTableLoader.LoaderFuture |
| Constructor and Description |
|---|
SSTableLoader(java.io.File directory,
SSTableLoader.Client client,
OutputHandler outputHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<SSTableReader> |
openSSTables() |
SSTableLoader.LoaderFuture |
stream() |
SSTableLoader.LoaderFuture |
stream(java.util.Set<java.net.InetAddress> toIgnore) |
public SSTableLoader(java.io.File directory,
SSTableLoader.Client client,
OutputHandler outputHandler)
protected java.util.Collection<SSTableReader> openSSTables()
public SSTableLoader.LoaderFuture stream() throws java.io.IOException
java.io.IOExceptionpublic SSTableLoader.LoaderFuture stream(java.util.Set<java.net.InetAddress> toIgnore) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 The Apache Software Foundation