public class StreamingService extends java.lang.Object implements StreamingServiceMBean
Modifier and Type | Field and Description |
---|---|
static StreamingService |
instance |
static java.lang.String |
MBEAN_OBJECT_NAME |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getIncomingFiles(java.lang.String host)
details about incoming streams.
|
java.util.List<java.lang.String> |
getOutgoingFiles(java.lang.String host)
outgoing streams
|
java.lang.String |
getStatus()
What's currently happening wrt streaming.
|
java.util.Set<java.net.InetAddress> |
getStreamDestinations()
hosts receiving outgoing streams.
|
java.util.Set<java.net.InetAddress> |
getStreamSources()
hosts sending incoming streams
|
public static final java.lang.String MBEAN_OBJECT_NAME
public static final StreamingService instance
public java.lang.String getStatus()
StreamingServiceMBean
getStatus
in interface StreamingServiceMBean
public java.util.Set<java.net.InetAddress> getStreamDestinations()
getStreamDestinations
in interface StreamingServiceMBean
public java.util.List<java.lang.String> getOutgoingFiles(java.lang.String host) throws java.io.IOException
getOutgoingFiles
in interface StreamingServiceMBean
java.io.IOException
public java.util.Set<java.net.InetAddress> getStreamSources()
getStreamSources
in interface StreamingServiceMBean
public java.util.List<java.lang.String> getIncomingFiles(java.lang.String host) throws java.io.IOException
getIncomingFiles
in interface StreamingServiceMBean
java.io.IOException
Copyright © 2013 The Apache Software Foundation