Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

T

TAG_VALUE_PAIRS - Static variable in interface cgl.narada.event.TemplateProfileAndSynopsisTypes
Deprecated.
 
TAG_VALUE_PAIRS - Static variable in interface ds.granules.dataset.StreamingAccess
Deprecated.
 
Task<T> - Class in ds.funnel.node.task
 
Task() - Constructor for class ds.funnel.node.task.Task
 
Task(int) - Constructor for class ds.funnel.node.task.Task
 
task(MsgPeerInfo) - Method in class ds.synapse.peer.DHTLookup.HandleOnResponse
 
TaskCancellationException() - Constructor for exception ds.funnel.node.task.TaskException.TaskCancellationException
 
TaskException - Exception in ds.funnel.node.task
 
TaskException(String) - Constructor for exception ds.funnel.node.task.TaskException
 
TaskException(String, Throwable) - Constructor for exception ds.funnel.node.task.TaskException
 
TaskException.TaskCancellationException - Exception in ds.funnel.node.task
 
TaskException.TaskExecutionException - Exception in ds.funnel.node.task
 
TaskException.TaskInterruptedException - Exception in ds.funnel.node.task
 
TaskException.TaskRejectedException - Exception in ds.funnel.node.task
 
TaskException.TaskTimeoutException - Exception in ds.funnel.node.task
 
TaskExecutionException(Throwable) - Constructor for exception ds.funnel.node.task.TaskException.TaskExecutionException
 
TaskInterruptedException() - Constructor for exception ds.funnel.node.task.TaskException.TaskInterruptedException
 
TaskLifecycleMetrics - Interface in ds.granules.scheduler
This is an interface that snapshots the lifecyle of a task.
TaskLifecycleMetricsReader - Class in ds.granules.exchange
 
TaskLifecycleObserver - Interface in ds.granules.scheduler
The observer whose method invocation track the lifetime of a task
TaskManagement - Class in ds.granules.scheduler
This is the class that is responsible for managing tasks.
TaskManagement(int, Diagnostics) - Constructor for class ds.granules.scheduler.TaskManagement
 
taskReadyToExecute() - Method in interface ds.granules.scheduler.Controller
 
TaskRejectedException() - Constructor for exception ds.funnel.node.task.TaskException.TaskRejectedException
 
TaskSelector - Class in ds.funnel.node.task
Registers submitted tasks with a selector.
TaskSelector(boolean) - Constructor for class ds.funnel.node.task.TaskSelector
 
TaskThreads - Class in ds.funnel.node.task
 
TaskThreads(int) - Constructor for class ds.funnel.node.task.TaskThreads
 
TaskTimeoutException() - Constructor for exception ds.funnel.node.task.TaskException.TaskTimeoutException
 
TCP - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
TCP - Static variable in interface ds.granules.bridge.ControlMessage
 
TCPAcceptEvent - Class in ds.funnel.data.channel.tcp
An event to be triggered when a socket has been accepted.
TCPAcceptEvent(ChannelManager) - Constructor for class ds.funnel.data.channel.tcp.TCPAcceptEvent
Construct this event.
TCPChannelAddr - Class in ds.funnel.data.channel.tcp
A socket implementation of NodeAddress.
TCPChannelAddr(String) - Constructor for class ds.funnel.data.channel.tcp.TCPChannelAddr
Constructs a new address with the given host:port.
TCPChannelAddr(String, int) - Constructor for class ds.funnel.data.channel.tcp.TCPChannelAddr
Constructs a new address with the given host and port.
TCPChannelAddr(FormatReader) - Constructor for class ds.funnel.data.channel.tcp.TCPChannelAddr
 
TEMP_VER - Static variable in interface ds.funnel.overlay.OverlayManager
 
TemplateProfileAndSynopsisTypes - Interface in cgl.narada.event
Deprecated.
terminateJob() - Method in class ds.granules.interfere.computation.ComputationManager
 
terminateJob() - Method in class ds.granules.interfere.computation.ecg.ECGDeployer
This method attempts to terminate the job that was previously submitted.
terminateJob() - Method in class ds.granules.interfere.computation.thorax.RespirationMonitorDeployer
This method attempts to terminate the job that was previously submitted.
terminateJob() - Method in class ds.granules.samples.uppercase.UpperCaseDeployer
This method attempts to terminate the job that was previously submitted.
terminationConditionReached() - Method in interface ds.granules.operation.Operation
This indicates if the operation has completed or not.
terminationConditionReached() - Method in class ds.granules.operation.OperationBase
 
THORAX - Static variable in class ds.funnel.traffic.component.types.PacketGeneratorType
 
THORAX - Static variable in class ds.funnel.traffic.component.types.SizeDistributionType
 
THORAX - Static variable in class ds.funnel.traffic.component.types.TimeDistributionType
 
ThoraxCompFactory - Class in ds.granules.interfere.computation.thorax
 
ThoraxCompFactory(GIPlacementNode) - Constructor for class ds.granules.interfere.computation.thorax.ThoraxCompFactory
 
ThoraxCompManager - Class in ds.granules.interfere.computation.thorax
 
ThoraxCompManager(GIPlacementNode, int, int, int) - Constructor for class ds.granules.interfere.computation.thorax.ThoraxCompManager
 
ThoraxPacketGenerator - Class in ds.funnel.traffic.component.packetgenerator
I swear I will document this.
ThoraxPacketGenerator(String) - Constructor for class ds.funnel.traffic.component.packetgenerator.ThoraxPacketGenerator
Creates a new thorax packet generator which will use data from the provided file to generate packets.
ThoraxSizeDistribution - Class in ds.funnel.traffic.component.sizedistribution
This class is provided for convenience and clarity when working with data generated by a ThoraxPacketGenerator.
ThoraxSizeDistribution() - Constructor for class ds.funnel.traffic.component.sizedistribution.ThoraxSizeDistribution
 
ThoraxTimeDistribution - Class in ds.funnel.traffic.component.timedistribution
Defines a time distribution in which packets are sent at regular 10ms intervals.
ThoraxTimeDistribution() - Constructor for class ds.funnel.traffic.component.timedistribution.ThoraxTimeDistribution
 
threadCt - Variable in class ds.granules.interfere.computation.ComputationStats
 
ThreadGroupLocal<T> - Class in ds.funnel.util
 
ThreadGroupLocal() - Constructor for class ds.funnel.util.ThreadGroupLocal
 
TimeDistributionFactory - Class in ds.funnel.traffic.factory
TimeDistributionFactory creates PacketTimeDistributions of the appropriate concrete types based upon ComponentSpecifications.
TimeDistributionFactory() - Constructor for class ds.funnel.traffic.factory.TimeDistributionFactory
 
TimeDistributionType - Class in ds.funnel.traffic.component.types
 
TimeDistributionType() - Constructor for class ds.funnel.traffic.component.types.TimeDistributionType
 
timeIdle - Variable in class ds.granules.interfere.computation.ComputationStats
 
TimerTestNode - Class in ds.funnel.samples
 
TimerTestNode(String...) - Constructor for class ds.funnel.samples.TimerTestNode
 
timeRun - Variable in class ds.granules.interfere.computation.ComputationStats
 
toByteArray() - Method in interface ds.funnel.data.buffer.StreamBuffer
Obtain the contents of this buffer as a byte array.
toByteArray() - Method in class ds.funnel.data.buffer.StreamBufferArrayImpl
 
toByteArray() - Method in class ds.funnel.data.buffer.StreamBufferImpl
 
toByteArray() - Method in interface ds.funnel.data.format.FormatWriter
Copy the internal buffers into a new byte array.
toByteArray() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
toByteArray() - Method in class ds.granules.bridge.JavaByteMessage
Function to convert the JavaCppMessage to a byte[] to be sent to another program
toByteBuffers() - Method in interface ds.funnel.data.buffer.StreamBuffer
Obtain the contents of this buffer as byte buffers.
toByteBuffers() - Method in class ds.funnel.data.buffer.StreamBufferArrayImpl
 
toByteBuffers() - Method in class ds.funnel.data.buffer.StreamBufferImpl
 
TOPIC - Static variable in class ds.funnel.samples.NanoTimeSample
 
Topic - Interface in ds.funnel.topic
 
TOPIC_NAME - Static variable in class ds.funnel.traffic.analysis.TrafficConstants
The name of the NamedTopic on which TrafficPublish publishes and to which TrafficSubscribe subscribes.
TopicBase - Class in ds.funnel.topic
 
TopicBase.TopicType - Enum in ds.funnel.topic
An enumeration of all accepted marshallable subtypes.
TopicCtrlEvent - Interface in ds.funnel.topic
 
TopicDataEvent - Interface in ds.funnel.topic
 
TopicEvent - Interface in ds.funnel.topic
 
TopicException - Exception in ds.funnel.topic
 
TopicException(String) - Constructor for exception ds.funnel.topic.TopicException
 
TopicException(String, Throwable) - Constructor for exception ds.funnel.topic.TopicException
 
TopicLinkEvent - Interface in ds.funnel.topic
 
TopicPublisher - Interface in ds.funnel.topic
 
TopicPublisherImpl - Class in ds.funnel.topic
 
TopicPublisherImpl(PeerGroup) - Constructor for class ds.funnel.topic.TopicPublisherImpl
 
TopicSubscription - Interface in ds.funnel.topic
 
TopicSubscriptionHandler - Interface in ds.funnel.topic
 
TopicSubscriptionImpl - Class in ds.funnel.topic
 
TopicSubscriptionImpl(PeerGroup, TopicSubscriptionHandler) - Constructor for class ds.funnel.topic.TopicSubscriptionImpl
 
toString() - Method in class cgl.narada.event.EventID
Deprecated.
 
toString() - Method in class cgl.narada.event.EventPropertiesImpl
Deprecated.
 
toString() - Method in exception cgl.narada.event.NBEventException
Deprecated.
 
toString() - Method in exception cgl.narada.event.ServiceException
Deprecated.
 
toString() - Method in class ds.funnel.data.buffer.StreamBufferArrayImpl
 
toString() - Method in class ds.funnel.data.buffer.StreamBufferImpl
 
toString() - Method in class ds.funnel.data.channel.ChannelManagerImpl
 
toString() - Method in class ds.funnel.data.channel.tcp.TCPChannelAddr
 
toString() - Method in class ds.funnel.data.channel.udp.UDPChannelAddr
 
toString() - Method in class ds.funnel.data.msglink.event.MsgLinkAssociate
 
toString() - Method in class ds.funnel.data.msglink.event.MsgLinkConnect
 
toString() - Method in class ds.funnel.data.msglink.event.MsgLinkTestping
 
toString() - Method in class ds.funnel.data.msglink.event.MsgLinkTestpong
 
toString() - Method in class ds.funnel.data.msglink.protocol3.MessageBase
 
toString() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
toString() - Method in class ds.funnel.node.compnt.NodeComponentLinkImpl
 
toString() - Method in class ds.funnel.node.NodeBase
 
toString() - Method in class ds.funnel.node.NodeDetailsBase
 
toString() - Method in class ds.funnel.node.task.SuperThreadPool.SubmittedRunnable
 
toString() - Method in class ds.funnel.overlay.graph.GraphAttributes.AttrKey
 
toString() - Method in class ds.funnel.overlay.graph.GraphEdge
 
toString() - Method in class ds.funnel.overlay.graph.GraphNode
 
toString() - Method in class ds.funnel.overlay.OverlayLinkImpl
 
toString() - Method in class ds.funnel.overlay.OverlayManagerImpl
 
toString() - Method in class ds.funnel.overlay.OverlayPathImpl
 
toString() - Method in class ds.funnel.overlay.OverlayVersionImpl
 
toString() - Method in class ds.funnel.peer.event.MsgTopicJoin
 
toString() - Method in class ds.funnel.peer.event.MsgTopicLookup
 
toString() - Method in class ds.funnel.peer.event.MsgTopicOverlay
 
toString() - Method in class ds.funnel.peer.PeerDetailsImpl
 
toString() - Method in class ds.funnel.topic.StringTopic
 
toString() - Method in class ds.funnel.traffic.analysis.regress.Rows
 
toString() - Method in class ds.funnel.traffic.factory.ComplexComponentSpecification
 
toString() - Method in class ds.funnel.traffic.factory.ComponentSpecification
 
toString() - Method in class ds.granules.bridge.JavaByteMessage
Helper to view the contents of a JavaCppMessage - useful for debugging
toString() - Method in class ds.granules.dataset.DatasetCollectionManagement
 
toString() - Method in class ds.granules.exchange.DeploymentMessage
 
toString() - Method in class ds.granules.exchange.ExecutionStatus
 
toString() - Method in class ds.granules.exchange.TaskLifecycleMetricsReader
 
toString() - Method in class ds.granules.interfere.computation.CompStreamDescription
 
toString() - Method in class ds.granules.interfere.computation.ComputationDescription
 
toString() - Method in class ds.granules.interfere.prediction.PredictionRing
 
toString() - Method in class ds.granules.interfere.prediction.UsageFutureRing
 
toString() - Method in class ds.granules.operation.ExecutionProfileSetup
 
toString() - Method in interface ds.granules.operation.Operation
A summarized String-based representation of the operation
toString() - Method in class ds.granules.operation.OperationBase
 
toString() - Method in class ds.granules.operation.ProgressTrackerWidget
 
toString() - Method in class ds.granules.scheduler.ResourceMetrics
 
toString() - Method in class ds.synapse.peer.DHTConnection
Deprecated.
 
toString() - Method in class ds.synapse.peer.event.MsgInsertPeer
 
toString() - Method in class ds.synapse.peer.event.MsgInsertResp
 
toString() - Method in class ds.synapse.peer.event.MsgLookupPeer
 
toString() - Method in class ds.synapse.peer.event.MsgPeerInfo
 
toStringFull() - Method in class ds.granules.interfere.prediction.UsageFutureRing
 
totalLength - Variable in class ds.synapse.files.sdht.MsgFilePut
 
trace(String, int) - Method in class ds.funnel.node.FunnelLogger
 
trace - Static variable in class ds.granules.interfere.computation.GIComputation
 
tracker - Variable in class ds.funnel.peer.event.MsgTopicLookup
 
trackPropertyChanges(Object) - Method in interface cgl.narada.event.EventProperties
Deprecated.
Track the changes to a specific property.
trackPropertyChanges(Object) - Method in class cgl.narada.event.EventPropertiesImpl
Deprecated.
Track the changes to a specific property.
TrafficConstants - Class in ds.funnel.traffic.analysis
Holds static values used by TrafficPublish and TrafficSubscribe.
TrafficConstants() - Constructor for class ds.funnel.traffic.analysis.TrafficConstants
 
TrafficDataEvent - Class in ds.funnel.traffic
Event to encapsulate the data dispatched by a TrafficGenerator.
TrafficDataEvent(byte[], String) - Constructor for class ds.funnel.traffic.TrafficDataEvent
 
TrafficDataEventHandler - Class in ds.funnel.traffic
 
TrafficDataEventHandler() - Constructor for class ds.funnel.traffic.TrafficDataEventHandler
 
TrafficGenerator - Class in ds.funnel.traffic
A TrafficGenerator sends some number of packets to a host (via a Link) following some sort of distribution pattern (size and spacing).
TrafficGeneratorBuilder - Class in ds.funnel.traffic.factory
This class configures and returns TrafficGenerator objects, based upon parameters given to it.
TrafficGeneratorBuilder() - Constructor for class ds.funnel.traffic.factory.TrafficGeneratorBuilder
 
TrafficGeneratorDriver - Class in ds.funnel.traffic.driver
Driver program for the purpose of running TrafficGenerator.
TrafficGeneratorDriver() - Constructor for class ds.funnel.traffic.driver.TrafficGeneratorDriver
 
TrafficPublisher - Class in ds.funnel.traffic.analysis
The TrafficPublisher should be used in conjunction with a TrafficReflector.
TrafficPublisher() - Constructor for class ds.funnel.traffic.analysis.TrafficPublisher
 
TrafficReflector - Class in ds.funnel.traffic.analysis
The TrafficReflector should be used in conjunction with a TrafficPublisher.
TrafficReflector() - Constructor for class ds.funnel.traffic.analysis.TrafficReflector
 
traverse(Graph) - Method in class ds.funnel.overlay.graph.GraphBFS
 
traverse(GraphNode, GraphNode) - Method in class ds.funnel.overlay.graph.GraphBFS
 
traverseAsync(GraphNode, GraphNode) - Method in class ds.funnel.overlay.graph.GraphBFS
 
TREE_EDGE - Static variable in interface ds.funnel.overlay.graph.GraphBuilder
 
tryAquire(int) - Method in class ds.funnel.node.event.EventLimiter.QueueSemaphore
 
tTime - Static variable in class ds.funnel.samples.TimerTestNode
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links