public class StreamUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TMP_DIR |
Constructor and Description |
---|
StreamUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
destroyAllStreams(java.util.List<java.lang.String> streamNames,
java.net.URL adminServer) |
static java.lang.String |
httpGet(java.net.URL url) |
static java.net.URL |
replacePort(java.net.URL url,
int port) |
static void |
stream(java.lang.String streamName,
java.lang.String streamDefinition,
java.net.URL adminServer) |
static java.lang.String |
transferLogToTmp(XdEnvironment hosts,
java.net.URL url,
java.lang.String fileName) |
static java.lang.String |
transferResultsToLocal(XdEnvironment hosts,
java.net.URL url,
java.lang.String fileName) |
public static final java.lang.String TMP_DIR
public static void stream(java.lang.String streamName, java.lang.String streamDefinition, java.net.URL adminServer) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
public static java.lang.String httpGet(java.net.URL url) throws java.io.IOException
java.io.IOException
public static void destroyAllStreams(java.util.List<java.lang.String> streamNames, java.net.URL adminServer) throws java.net.URISyntaxException, java.io.IOException
java.net.URISyntaxException
java.io.IOException
public static java.lang.String transferResultsToLocal(XdEnvironment hosts, java.net.URL url, java.lang.String fileName) throws java.io.IOException
java.io.IOException
public static java.lang.String transferLogToTmp(XdEnvironment hosts, java.net.URL url, java.lang.String fileName) throws java.io.IOException
java.io.IOException
public static java.net.URL replacePort(java.net.URL url, int port) throws java.net.MalformedURLException
java.net.MalformedURLException