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 

R

RANDOM - Static variable in class ds.funnel.traffic.component.types.PacketGeneratorType
 
RANDOM - Static variable in class ds.funnel.traffic.component.types.SizeDistributionType
 
RANDOM - Static variable in class ds.funnel.traffic.component.types.TimeDistributionType
 
RandomPacketGenerator - Class in ds.funnel.traffic.component.packetgenerator
A RandomPacketGenerator is a PacketGenerator which populates the packets returned with random bytes generated using an instance of java.util.Random.
RandomPacketGenerator() - Constructor for class ds.funnel.traffic.component.packetgenerator.RandomPacketGenerator
Creates a new random packet generator with no specified seed; the default constructor for java.util.Random will be used.
RandomPacketGenerator(long) - Constructor for class ds.funnel.traffic.component.packetgenerator.RandomPacketGenerator
Creates a new random packet generator with the specified seed.
RandomSizeDistribution - Class in ds.funnel.traffic.component.sizedistribution
RandomSizeDistribution defines a packet distribution pattern in which packet sizes are random, between some minimum and some maximum number of bytes.
RandomSizeDistribution() - Constructor for class ds.funnel.traffic.component.sizedistribution.RandomSizeDistribution
Constructs a new RandomSizeDistribution with default maximum and minimum packet size values.
RandomSizeDistribution(int) - Constructor for class ds.funnel.traffic.component.sizedistribution.RandomSizeDistribution
Constructs a RandomSizeDistribution with one default parameter, and a specified minimum or maximum, depending upon the exact value specified.
RandomSizeDistribution(int, int) - Constructor for class ds.funnel.traffic.component.sizedistribution.RandomSizeDistribution
Constructs a new RandomSizeDistribution with the specified upper and lower bounds on packet sizes.
RandomTimeDistribution - Class in ds.funnel.traffic.component.timedistribution
RandomTimeDistribution defines a packet distribution pattern in which packets are sent at random intervals with a uniform distribution.
RandomTimeDistribution() - Constructor for class ds.funnel.traffic.component.timedistribution.RandomTimeDistribution
Constructs a new RandomTimeDistribution with default minimum and maximum packet transmission rates.
RandomTimeDistribution(int) - Constructor for class ds.funnel.traffic.component.timedistribution.RandomTimeDistribution
Constructs a RandomTimeDistribution with one default parameter, and a specified minimum or maximum, depending upon the exact value specified.
RandomTimeDistribution(int, int) - Constructor for class ds.funnel.traffic.component.timedistribution.RandomTimeDistribution
Constructs a new RandomTimeDistribution with the specified upper and lower bounds on intervals between packet transmissions.
RandUtil - Class in ds.funnel.util
 
RandUtil() - Constructor for class ds.funnel.util.RandUtil
 
read(String, byte[]) - Method in interface ds.granules.dataset.FileAccess
Deprecated.
Attempts to read a set of bytes from the underlying file.
read(String, ByteBuffer) - Method in interface ds.granules.dataset.FileAccess
Deprecated.
Attempts to read a set of bytes from the underlying file.
read(String, byte[]) - Method in interface ds.granules.dataset.FileDataset
Attempts to read a set of bytes from the underlying file.
read(String, ByteBuffer) - Method in interface ds.granules.dataset.FileDataset
Attempts to read a set of bytes from the underlying file.
read(String, byte[]) - Method in class ds.granules.dataset.FileDatasetImpl
 
read(String, ByteBuffer) - Method in class ds.granules.dataset.FileDatasetImpl
 
read(String, byte[]) - Method in class ds.granules.dataset.FileDatasetImplLegacy
Deprecated.
 
read(String, ByteBuffer) - Method in class ds.granules.dataset.FileDatasetImplLegacy
Deprecated.
 
readBool() - Method in interface ds.funnel.data.format.FormatReader
 
readBool() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readByte() - Method in interface ds.funnel.data.format.FormatReader
 
readByte() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readBytes() - Method in interface ds.funnel.data.format.FormatReader
 
readBytes() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readDouble() - Method in interface ds.funnel.data.format.FormatReader
 
readDouble() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readEnum(Class<T>) - Method in interface ds.funnel.data.format.FormatReader
 
readEnum(Class<T>) - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readFloat() - Method in interface ds.funnel.data.format.FormatReader
 
readFloat() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readInt() - Method in interface ds.funnel.data.format.FormatReader
 
readInt() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readIntMatrix() - Method in class ds.granules.util.Matrix
Read a matrix that has been written to a file (specified in the constructor) based on the specified rows and columns.
readIntMatrix() - Method in class ds.granules.util.MatrixColumnMajor
 
readIntMatrixColumn(int) - Method in class ds.granules.util.Matrix
This method reads a specified column from the matrix that has been written to a file.
readIntMatrixColumn(int) - Method in class ds.granules.util.MatrixColumnMajor
 
readIntMatrixElement(int, int) - Method in class ds.granules.util.Matrix
Reads a matrix element from the underlying file based on the specified [rowId, columId].
readIntMatrixElement(int, int) - Method in class ds.granules.util.MatrixColumnMajor
 
readIntMatrixRow(int) - Method in class ds.granules.util.Matrix
This method reads the specified row of a matrix that has been written to a file.
readIntMatrixRow(int) - Method in class ds.granules.util.MatrixColumnMajor
 
readLong() - Method in interface ds.funnel.data.format.FormatReader
 
readLong() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readLongMatrix() - Method in class ds.granules.util.Matrix
Read a matrix that has been written to a file (specified in the constructor) based on the specified rows and columns.
readLongMatrix() - Method in class ds.granules.util.MatrixColumnMajor
 
readLongMatrixColumn(int) - Method in class ds.granules.util.Matrix
This method reads a specified column from the matrix that has been written to a file.
readLongMatrixColumn(int) - Method in class ds.granules.util.MatrixColumnMajor
 
readLongMatrixElement(int, int) - Method in class ds.granules.util.Matrix
Reads a matrix element from the underlying file based on the specified [rowId, columId].
readLongMatrixElement(int, int) - Method in class ds.granules.util.MatrixColumnMajor
 
readLongMatrixRow(int) - Method in class ds.granules.util.Matrix
This method reads the specified row of a matrix that has been written to a file.
readLongMatrixRow(int) - Method in class ds.granules.util.MatrixColumnMajor
 
readObject(DataInputStream) - Static method in class cgl.narada.event.ObjectMarshaller
Deprecated.
Reads an object that was written using the writeObject(object, DataOutputStream) from a DataInputStream
readObject(FormatUnmarshaller<T>) - Method in interface ds.funnel.data.format.FormatReader
 
readObject(FormatUnmarshaller<T>) - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readObjectMarshalled() - Method in interface ds.funnel.data.format.FormatReader
 
readObjectMarshalled() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readObjectSerialized() - Method in interface ds.funnel.data.format.FormatReader
 
readObjectSerialized() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readProperties(DataInputStream) - Method in class ds.granules.util.MarshallingUtil
Reads a property object from the underlying DataInputStream
readShort() - Method in interface ds.funnel.data.format.FormatReader
 
readShort() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readString() - Method in interface ds.funnel.data.format.FormatReader
 
readString() - Method in class ds.funnel.data.msglink.protocol3.MessageFormat
 
readString(DataInputStream) - Method in class ds.granules.util.MarshallingUtil
Reads a String from the underlying DataInputStream
READY - Static variable in interface ds.granules.scheduler.TaskLifecycleMetrics
 
reconstruct(byte[]) - Method in class ds.granules.exchange.Exchange
Reconstruct the exchange from the byte[] representation.
RECORD_EXCHANGE - Static variable in interface cgl.narada.event.NBEventTypes
Deprecated.
This would indicate that the payload is carrying a record exchange message
recordActive - Static variable in class ds.granules.interfere.streaming.GIStreamingNode
 
recordEntry(int) - Method in interface ds.funnel.data.msglink.LinkStatistics
 
recordEntry(int) - Method in class ds.funnel.data.msglink.LinkStatisticsImpl
 
recordEntry(int) - Method in class ds.funnel.data.msglink.LinkStatisticsSnapshotImpl
 
RECOVERY_EVENT - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
RECV_BUFFER_BYTES - Static variable in class ds.funnel.data.channel.udp.UDPChannelAddr
 
RECV_BUFFER_SIZE - Static variable in class ds.funnel.data.channel.ChannelReader
 
recvCt - Static variable in class ds.funnel.samples.MPTestNodeA
 
recvCt - Static variable in class ds.funnel.samples.MPTestNodeB
 
recvCt - Static variable in class ds.funnel.samples.TimerTestNode
 
recyclePolicy(boolean) - Method in interface ds.funnel.data.buffer.StreamBuffer
Set the current recycle policy, defaulting to false.
recyclePolicy(boolean) - Method in class ds.funnel.data.buffer.StreamBufferArrayImpl
 
recyclePolicy(boolean) - Method in class ds.funnel.data.buffer.StreamBufferImpl
 
Reduce - Interface in ds.granules.operation
This interface corresponds to the Reduce role in a Map-Reduce operation.
refreshStatus(String) - Method in class ds.granules.operation.InstanceDeployer
This method refreshes the status of various tasks that comprise a Job.
refreshStatus(String, String) - Method in class ds.granules.operation.InstanceDeployer
This method refreshes the status of a specific task that is part of the Job in question.
REG_EXPRESSIONS_SYNOPSIS - Static variable in interface ds.granules.dataset.StreamingAccess
Deprecated.
 
register(Object) - Method in interface ds.funnel.node.event.EventDispatcher
Register a new event handler.
register(Object) - Method in class ds.funnel.node.event.EventDispatcherImpl
 
REGISTER_PEER - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
REGISTER_PEER_RESPONSE - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
registerComponent(NodeComponentKey, NodeComponentImpl) - Method in interface ds.funnel.node.compnt.ComponentManager
Register a component with this component manager.
registerComponent(NodeComponentKey, NodeComponentImpl) - Method in class ds.funnel.node.NodeBase
 
registerDataAvailabilityObserver(DataAvailabilityObserver) - Method in interface ds.granules.dataset.DataAvailabilityNotifier
Registers a data availability observer
registerDataAvailabilityObserver(DataAvailabilityObserver) - Method in class ds.granules.dataset.DatasetNotifier
 
registerResourceNode(GIResourceDetails, ComputationUsage, int, int) - Method in interface ds.granules.interfere.placement.component.GIResourceTrackerCmpnt
 
registerResourceNode(GIResourceDetails, ComputationUsage, int, int) - Method in class ds.granules.interfere.placement.component.GIResourceTrackerImpl
 
registerStreamNode(GIStreamingDetails) - Method in interface ds.granules.interfere.placement.component.GIStreamingTrackerCmpnt
 
registerStreamNode(GIStreamingDetails) - Method in class ds.granules.interfere.placement.component.GIStreamingTrackerImpl
 
registerUpdateListener(String, EventHandler<FileEvent>) - Method in class ds.synapse.files.FileLifecycle
 
RegistrationException - Exception in ds.funnel.node.compnt
 
RegistrationException(String) - Constructor for exception ds.funnel.node.compnt.RegistrationException
 
RegistrationException(String, Throwable) - Constructor for exception ds.funnel.node.compnt.RegistrationException
 
RegressStarter - Class in ds.funnel.traffic.analysis.regress
Driver program for the purpose of running linear regression tests.
RegressStarter() - Constructor for class ds.funnel.traffic.analysis.regress.RegressStarter
 
REGULAR - Static variable in class ds.funnel.traffic.component.types.SizeDistributionType
 
REGULAR - Static variable in class ds.funnel.traffic.component.types.TimeDistributionType
 
REGULAR_EXPRESSIONS - Static variable in interface cgl.narada.event.TemplateProfileAndSynopsisTypes
Deprecated.
 
RegularSizeDistribution - Class in ds.funnel.traffic.component.sizedistribution
RegularSizeDistribution defines a PacketSizeDistribution in which all packets sent have some constant size.
RegularSizeDistribution() - Constructor for class ds.funnel.traffic.component.sizedistribution.RegularSizeDistribution
Creates a new RegularSizeDistribution with a default size value of 100 bytes.
RegularSizeDistribution(int) - Constructor for class ds.funnel.traffic.component.sizedistribution.RegularSizeDistribution
Creates a new RegularSizeDistribution with the given size (in bytes).s
RegularTimeDistribution - Class in ds.funnel.traffic.component.timedistribution
RegularTimeDistribution defines a packet distribution pattern in which packets are sent at evenly spaced intervals.
RegularTimeDistribution() - Constructor for class ds.funnel.traffic.component.timedistribution.RegularTimeDistribution
Constructs a new RegularTimeDistribution with a default interval.
RegularTimeDistribution(int) - Constructor for class ds.funnel.traffic.component.timedistribution.RegularTimeDistribution
Constructs a new RegularTimeDistribution with the specified interval.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class ds.granules.scheduler.TaskManagement
 
release(int) - Method in class ds.funnel.node.event.EventLimiter.QueueSemaphore
 
RELIABLE_DELIVERY_EXCHANGE - Static variable in interface cgl.narada.event.NBEventTypes
Deprecated.
This would indicate that the payload is carrying a reliable delivery protocol exchange message
RELIABLE_DELIVERY_WARNINGS - Static variable in interface cgl.narada.event.NBEventTypes
Deprecated.
This would indicate that the payload is carrying a warning exchange message
reload(EventHandler<FileEvent>) - Method in interface ds.synapse.files.FileAccess
 
reload(EventHandler<FileEvent>) - Method in class ds.synapse.files.sdht.DHTFileAccess
 
reloadData() - Method in class ds.synapse.data.DataWindow
 
remaining() - Method in interface ds.funnel.data.buffer.StreamBuffer
 
remaining() - Method in class ds.funnel.data.buffer.StreamBufferArrayImpl
 
remaining() - Method in class ds.funnel.data.buffer.StreamBufferImpl
 
removeDataset(String) - Method in interface ds.granules.dataset.DatasetCollection
Remove a dataset from this collection
removeDataset(String) - Method in class ds.granules.dataset.DatasetCollectionManagement
 
removeDeploymentRequest(String) - Method in class ds.granules.scheduler.Diagnostics
Remove the deployment request associated with a task.
removeEdge(GraphNode) - Method in class ds.funnel.overlay.graph.GraphNode
 
removeFile(String) - Method in interface ds.granules.dataset.FileAccess
Deprecated.
Removes a file from this dataset.
removeFile(String) - Method in interface ds.granules.dataset.FileDataset
Removes a file from this dataset.
removeFile(String) - Method in class ds.granules.dataset.FileDatasetImpl
 
removeFile(String) - Method in class ds.granules.dataset.FileDatasetImplLegacy
Deprecated.
 
removeInputStream(Topic) - Method in interface ds.granules.dataset.StreamDataset
Removes an input stream from this dataset.
removeInputStream(Topic) - Method in class ds.granules.dataset.StreamDatasetImpl
 
removeInputStream(String) - Method in class ds.granules.dataset.StreamDatasetImplLegacy
Deprecated.
 
removeInputStream(String) - Method in interface ds.granules.dataset.StreamingAccess
Deprecated.
Removes an input stream from this dataset.
removeInputStreams(Collection<Topic>) - Method in interface ds.granules.dataset.StreamDataset
Removes a set of input streams from this dataset.
removeInputStreams(Collection<Topic>) - Method in class ds.granules.dataset.StreamDatasetImpl
 
removeInputStreams(ConcurrentHashMap<String, Integer>) - Method in class ds.granules.dataset.StreamDatasetImplLegacy
Deprecated.
 
removeInputStreams(ConcurrentHashMap<String, Integer>) - Method in interface ds.granules.dataset.StreamingAccess
Deprecated.
Removes a set of input streams from this dataset.
removeLoggingHandler(Handler) - Static method in class ds.funnel.traffic.TrafficGenerator
Removes the specified log Handler from TrafficGenerator's Logger, if the given Handler is currently subscribed to the logger.
removeMap(String) - Method in class ds.granules.operation.MapReduceBase
 
removeMap(String) - Method in interface ds.granules.operation.Reduce
Removes a Map from the list of Maps that are registered to this reducer.
removeMonitor(GIPlacementDetails) - Method in class ds.granules.interfere.resource.GIResourceNode
 
removeNode(GraphNode) - Method in class ds.funnel.overlay.graph.Graph
 
removeNode(GraphNode) - Method in interface ds.funnel.overlay.graph.GraphBuilder
 
removeNode(GraphNode) - Method in class ds.funnel.overlay.topology.PowerLaw
 
removeNode(GraphNode) - Method in class ds.funnel.overlay.topology.SmallWorld
 
removeNode(GraphNode) - Method in class ds.funnel.overlay.topology.WeightedTree
 
removeOutputStream(Topic) - Method in interface ds.granules.dataset.StreamDataset
Removes an output stream from this dataset.
removeOutputStream(Topic) - Method in class ds.granules.dataset.StreamDatasetImpl
 
removeOutputStream(String) - Method in class ds.granules.dataset.StreamDatasetImplLegacy
Deprecated.
 
removeOutputStream(String) - Method in interface ds.granules.dataset.StreamingAccess
Deprecated.
Removes an output stream from this dataset.
removeOutputStreams(Collection<Topic>) - Method in interface ds.granules.dataset.StreamDataset
Removes a set of output streams from this dataset.
removeOutputStreams(Collection<Topic>) - Method in class ds.granules.dataset.StreamDatasetImpl
 
removeOutputStreams(ConcurrentHashMap<String, Integer>) - Method in class ds.granules.dataset.StreamDatasetImplLegacy
Deprecated.
 
removeOutputStreams(ConcurrentHashMap<String, Integer>) - Method in interface ds.granules.dataset.StreamingAccess
Deprecated.
Removes a set of output streams from this dataset.
removeOverlay(long) - Method in interface ds.funnel.overlay.OverlayManager
Remove a specific version of the overlay from the set of active overlays.
removeOverlay(long) - Method in class ds.funnel.overlay.OverlayManagerImpl
 
removePath(NodeDetails, long) - Method in interface ds.funnel.overlay.OverlayManager
Remove the known path to a node over a specific version of the overlay.
removePath(NodeDetails, long) - Method in class ds.funnel.overlay.OverlayManagerImpl
 
removePeerDetails(NodeDetails) - Method in interface ds.funnel.peer.PeerGroup
Remove overlay information for a given node, removing it from the set of known nodes.
removePeerDetails(NodeDetails) - Method in class ds.funnel.peer.PeerGroupImpl
 
removeReduce(String) - Method in interface ds.granules.operation.Map
Removes a given reducer from the list of Reducers for a given Map function.
removeReduce(String) - Method in class ds.granules.operation.MapReduceBase
 
removeUtilizer(PeerGroupUtilizer) - Method in interface ds.funnel.peer.PeerGroup
Unregister a utilizer of this group.
removeUtilizer(PeerGroupUtilizer) - Method in class ds.funnel.peer.PeerGroupImpl
 
repairPeer() - Method in class ds.synapse.peer.SynapseDHTNode
 
replaceLibrary() - Method in interface ds.granules.scheduler.LibraryManager
 
REPLAY_EXCHANGE - Static variable in interface cgl.narada.event.NBEventTypes
Deprecated.
This would indicate that the payload is carrying a replay exchange message
ReplyStatus - Class in ds.funnel.data.msglink
 
ReplyStatus(MessageEvent) - Constructor for class ds.funnel.data.msglink.ReplyStatus
 
requestClose() - Method in interface ds.funnel.data.channel.ChannelManager
Stop reader and writer tasks and close the channel.
requestClose() - Method in class ds.funnel.data.channel.ChannelManagerImpl
 
resDetails - Variable in class ds.granules.interfere.placement.component.GIResourceTrackerImpl.ResourceState
 
resend() - Method in class ds.funnel.data.msglink.ReplyStatus
 
resetOutputTracker() - Method in class ds.granules.operation.MapReduceBase
 
resetOutputTracker() - Method in interface ds.granules.operation.Reduce
This method resets the output tracker associated with the reducer.
resetReachable() - Method in class ds.funnel.overlay.graph.GraphNode
 
resetTimer() - Method in class ds.granules.interfere.computation.StreamTimer
 
resetTrackers() - Method in class ds.granules.operation.InstanceDeployer
Resets the task completion counts maintained by this class.
resID - Variable in class ds.granules.interfere.placement.component.GIResourceTrackerImpl.ResourceState
 
Resource - Class in ds.granules.scheduler
This is a class which encapsulates the functionality of a computational resource.
RESOURCE_DISCOVERY - Static variable in interface ds.granules.exchange.ExchangeType
 
ResourceDiscovery - Class in ds.granules.exchange
This class encapsulates exchanges related the discovery of resources.
ResourceMetrics - Class in ds.granules.scheduler
This class encapsulates various metrics associated with the resource.
ResourceMetrics(int, String) - Constructor for class ds.granules.scheduler.ResourceMetrics
 
ResourceMetrics(byte[]) - Constructor for class ds.granules.scheduler.ResourceMetrics
 
resourceNames - Static variable in class ds.granules.interfere.streaming.GIStreamingNode
 
ResourceProfile - Interface in ds.granules.scheduler
This is an interface that snapshots the profile of a given resource.
ResourceState() - Constructor for class ds.granules.interfere.placement.component.GIResourceTrackerImpl.ResourceState
 
RespirationMap - Class in ds.granules.interfere.computation.thorax
 
RespirationMap() - Constructor for class ds.granules.interfere.computation.thorax.RespirationMap
 
RespirationMapInit() - Method in class ds.granules.interfere.computation.ecg.ECGMonitor
 
RespirationMapInit() - Method in class ds.granules.interfere.computation.thorax.RespirationMap
 
RespirationMonitorDeployer - Class in ds.granules.interfere.computation.thorax
 
RespirationMonitorDeployer() - Constructor for class ds.granules.interfere.computation.thorax.RespirationMonitorDeployer
 
RespirationMonitorDeployer(Properties) - Constructor for class ds.granules.interfere.computation.thorax.RespirationMonitorDeployer
Initializes the deployer.
resProxy - Variable in class ds.granules.interfere.placement.component.GIResourceTrackerImpl.ResourceState
 
result - Variable in class ds.funnel.data.msglink.event.MsgLinkMethodResp
 
ResultPayload - Class in ds.granules.results
This is a utility class which can be used for marshalling and unmarshalling some of the most commonly used result primitives.
ResultPayload() - Constructor for class ds.granules.results.ResultPayload
 
RESULTS - Static variable in interface ds.granules.bridge.ControlMessage
 
Results - Interface in ds.granules.results
The results interface allows functions to encapsulate results and other lightweight metadata information that would be associated with them.
ResultsFactory - Class in ds.granules.results
This is a singleton-class that is used for creating and reconstructing Results and the elements that comprise it such as SequencingInfo.
ResultsFactory() - Constructor for class ds.granules.results.ResultsFactory
 
ResultsWidget - Class in ds.granules.results
This class is an implementation of the Results interface.
resumeAvailabilityNotifications(DataAvailabilityObserver) - Method in interface ds.granules.dataset.DataAvailabilityNotifier
Resumes data availability notifications for the specified observer
resumeAvailabilityNotifications() - Method in interface ds.granules.dataset.DatasetCollection
Resume data availability notifications for this collection.
resumeAvailabilityNotifications() - Method in class ds.granules.dataset.DatasetCollectionManagement
 
resumeAvailabilityNotifications(DataAvailabilityObserver) - Method in class ds.granules.dataset.DatasetNotifier
 
resUsage - Variable in class ds.granules.interfere.placement.component.GIResourceTrackerImpl.ResourceState
 
returnBuffer(ByteBuffer) - Method in interface ds.funnel.data.buffer.BufferPool
Return a buffer to the buffer pool.
returnBuffer(ByteBuffer) - Method in class ds.funnel.data.buffer.BufferPoolChunk
 
returnBuffer(ByteBuffer) - Method in class ds.funnel.data.buffer.BufferPoolImpl
 
returnBuffer(ByteBuffer) - Method in class ds.funnel.data.buffer.BufferPoolStriped
 
returnPath() - Method in interface ds.funnel.overlay.OverlayPath
Reverse this path, creating a return routing path.
returnPath() - Method in class ds.funnel.overlay.OverlayPathImpl
 
rewind() - Method in interface ds.funnel.data.buffer.StreamBuffer
Sets the position of the buffer to 0 and resets the insert mode.
rewind() - Method in class ds.funnel.data.buffer.StreamBufferArrayImpl
 
rewind() - Method in class ds.funnel.data.buffer.StreamBufferImpl
 
route - Variable in class ds.synapse.peer.event.MsgPeerInfo
 
RoutePolicy - Interface in ds.funnel.overlay.routing
 
RoutePolicyImpl - Class in ds.funnel.overlay.routing
 
RoutePolicyImpl(OverlayManager) - Constructor for class ds.funnel.overlay.routing.RoutePolicyImpl
 
RouterDetails - Class in ds.funnel.peer
 
RouterDetails(ChannelAddress) - Constructor for class ds.funnel.peer.RouterDetails
 
RouterDetails(FormatReader) - Constructor for class ds.funnel.peer.RouterDetails
 
RouterNode - Class in ds.funnel.peer
 
RouterNode(String...) - Constructor for class ds.funnel.peer.RouterNode
 
routeTaken - Variable in class ds.funnel.peer.event.MessageBaseTE
 
Rows - Class in ds.funnel.traffic.analysis.regress
Represents the rows in the table for the DatasetEnhancer.
Rows(int, long, int, int, int, int, int, double, double, double, int) - Constructor for class ds.funnel.traffic.analysis.regress.Rows
 
RTP_ADD_PROFILE - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
RTP_CLIENT_ADD_PROFILE - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
RTP_CLIENT_REMOVE_PROFILE - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
RTP_REMOVE_PROFILE - Static variable in interface cgl.narada.event.Protocol
Deprecated.
 
run() - Method in class ds.funnel.node.task.Task
 
run() - Method in class ds.granules.bridge.StreamReader
Run function of the StreamReader thread.
run() - Method in class ds.granules.bridge.StreamStringReader
 
run() - Method in class ds.granules.bridge.StreamWriter
 
run() - Method in class ds.granules.scheduler.ExecutableTask
 
runCommand(String...) - Method in interface ds.funnel.node.Node
Pass a command to be executed by the node.
runCommand(String...) - Method in class ds.funnel.node.NodeBase
 
RUNONCE - Static variable in class ds.funnel.node.task.Task
 
runTask(ScheduledTask<T>) - Method in interface ds.funnel.node.Node
Run a task in this node's thread pool.
runTask(ScheduledTask<T>) - Method in class ds.funnel.node.NodeBase
 
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