|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.streaming.StreamingService
public class StreamingService
Field Summary | |
---|---|
static StreamingService |
instance
|
static java.lang.String |
MBEAN_OBJECT_NAME
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MBEAN_OBJECT_NAME
public static final StreamingService instance
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |