public class GIStreamingNode extends NodeBase implements GIStreamingProxyOps
Node.NodeState| Modifier and Type | Field and Description |
|---|---|
static java.io.PrintWriter |
eventLogFile |
static java.lang.String |
eventLogPath |
static boolean |
recordActive |
static java.util.Map<java.lang.String,java.lang.String> |
resourceNames |
| Constructor and Description |
|---|
GIStreamingNode(java.lang.String... args) |
| Modifier and Type | Method and Description |
|---|---|
GIStreamingDetails |
getDetails() |
static GIStreamingNode |
getNode() |
static void |
main(java.lang.String[] args) |
void |
setFileLogging(boolean inActive,
java.util.Map<java.lang.String,java.lang.String> inResourceNames) |
void |
shutdown() |
java.util.UUID |
startStream(ComputationDescription inCompDesc) |
boolean |
stopStream(java.util.UUID inHandle) |
enterMultiCommands, getComponent, getName, getState, registerComponent, runCommand, runTask, startNode, stopNode, toString, unregisterComponentgetComponentKey, getComponentLink, hashCode, setComponentKey, startComponent, stopComponentpublic static volatile boolean recordActive
public static volatile java.util.Map<java.lang.String,java.lang.String> resourceNames
public static java.lang.String eventLogPath
public static java.io.PrintWriter eventLogFile
public static GIStreamingNode getNode()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic GIStreamingDetails getDetails()
getDetails in interface NodegetDetails in class NodeBasepublic java.util.UUID startStream(ComputationDescription inCompDesc) throws ComponentException
startStream in interface GIStreamingProxyOpsComponentExceptionpublic boolean stopStream(java.util.UUID inHandle)
stopStream in interface GIStreamingProxyOpspublic void setFileLogging(boolean inActive,
java.util.Map<java.lang.String,java.lang.String> inResourceNames)
setFileLogging in interface GIStreamingProxyOpspublic void shutdown()
shutdown in interface GIStreamingProxyOps