| Package | Description |
|---|---|
| ds.funnel.data.channel | |
| ds.funnel.data.channel.tcp | |
| ds.funnel.data.channel.udp | |
| ds.funnel.data.format | |
| ds.funnel.data.msglink | |
| ds.funnel.data.msglink.protocol3 | |
| ds.funnel.node | |
| ds.funnel.node.compnt | |
| ds.funnel.overlay | |
| ds.funnel.peer | |
| ds.funnel.peer.event | |
| ds.funnel.topic | |
| ds.granules.dataset |
This package contains functionality related to datasets that deployed application instances need to operate on.
|
| ds.granules.exchange |
This package contains classes related to processing exchanges.
|
| ds.granules.interfere.computation | |
| ds.granules.interfere.placement | |
| ds.granules.interfere.prediction | |
| ds.granules.interfere.resource | |
| ds.granules.interfere.streaming | |
| ds.granules.operation |
This package encapsulates functionality related to application instances that will be deployed on the cloud.
|
| ds.granules.results |
Functionality for processing results generated by application instances.
|
| ds.synapse.peer |
| Modifier and Type | Method and Description |
|---|---|
ChannelAddress |
ChannelAddress.ChannelAddressType.unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
| Constructor and Description |
|---|
TCPChannelAddr(FormatReader mFormat) |
| Constructor and Description |
|---|
UDPChannelAddr(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
T |
FormatUnmarshaller.unmarshall(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
LinkStatistics |
LinkStatisticsSnapshotImpl.unmarshall(FormatReader mFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageFormat
MessageOutput.java: Supplies methods to write data to a buffer.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
MessageFormatMarshaller.unmarshall(FormatReader mFormat)
Read a single object using the passed formatter.
|
| Modifier and Type | Method and Description |
|---|---|
NodeDetails |
NodeDetailsType.unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
| Modifier and Type | Method and Description |
|---|---|
NodeComponentKey |
NodeComponentKey.unmarshall(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
OverlayPath |
OverlayPathImpl.unmarshall(FormatReader mFormat) |
| Constructor and Description |
|---|
RouterDetails(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
FormatReader |
MsgTopicData.getDataReader() |
| Modifier and Type | Method and Description |
|---|---|
FormatReader |
TopicDataEvent.getDataReader() |
| Modifier and Type | Method and Description |
|---|---|
Topic |
TopicBase.TopicType.unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
| Constructor and Description |
|---|
StringTopic(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
DatasetFactory.getDataset(FormatReader mFormat)
Reconstructs the dataset from a set of bytes
|
DatasetCollection |
DatasetFactory.getDatasetCollection(FormatReader mFormat)
Reconstruct the dataset collection from a byte[].
|
Dataset |
Dataset.DatasetType.unmarshall(FormatReader mFormat) |
| Constructor and Description |
|---|
FileDatasetImpl(FormatReader mFormat) |
FileDatasetImplLegacy(FormatReader mFormat)
Deprecated.
|
StreamDatasetImpl(FormatReader mFormat) |
StreamDatasetImplLegacy(FormatReader mFormat)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Exchange.unmarshallExchangeSpecificElements(FormatReader mFormat)
This method is utilized by the derived classes to reconstruct elements
that are specific to the derived class.
|
void |
DeploymentMessage.unmarshallExchangeSpecificElements(FormatReader mFormat) |
void |
ResourceDiscovery.unmarshallExchangeSpecificElements(FormatReader mFormat) |
void |
ExecutionStatus.unmarshallExchangeSpecificElements(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
ComputationUsage |
ComputationUsage.ComputationUsageType.unmarshall(FormatReader mFormat)
Unmarshall this type from a message input object.
|
void |
GIComputation.unmarshall(FormatReader mFormat) |
CompStreamDescription |
CompStreamDescription.unmarshall(FormatReader mFormat) |
ComputationDescription |
ComputationDescription.unmarshall(FormatReader mFormat) |
| Constructor and Description |
|---|
GIPlacementDetails(FormatReader mFormat) |
| Constructor and Description |
|---|
UsageFutureRing(FormatReader mFormat) |
| Constructor and Description |
|---|
GIResourceDetails(FormatReader mFormat) |
| Constructor and Description |
|---|
GIStreamingDetails(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationBase.unmarshall(FormatReader mFormat) |
void |
Operation.unmarshall(FormatReader marshalledBytes)
Unmarshall the operation from a set of marshalled bytes.
|
Operation |
Operation.OperationType.unmarshall(FormatReader mFormat) |
void |
MapReduceBase.unmarshall(FormatReader mFormat) |
| Modifier and Type | Method and Description |
|---|---|
Results |
ResultsFactory.getResults(FormatReader mFormat)
Recreate the Results object from a byte[].
|
SequencingInfo |
ResultsFactory.getSequencingInfo(FormatReader mFormat)
Creates a sequencing info from a set of bytes.
|
| Constructor and Description |
|---|
SynapseDHTDetails(FormatReader mFormat) |