Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.data.metadata |
Diffusion Metadata API.
|
com.pushtechnology.diffusion.api.data.paging |
Diffusion Paged Topic Data API.
|
com.pushtechnology.diffusion.api.message |
Modifier and Type | Method and Description |
---|---|
static PagedRecordTopicData |
TopicDataFactory.newPagedRecordData(MRecord metadata)
Deprecated.
since 5.9
This topic type will be removed in a future release |
static PagedRecordTopicData |
TopicDataFactory.newPagedRecordData(MRecord metadata,
Comparator<Record> comparator)
Deprecated.
since 5.9
This topic type will be removed in a future release |
Modifier and Type | Interface and Description |
---|---|
interface |
MMessage
Interface for 'message' metadata node.
|
Modifier and Type | Method and Description |
---|---|
MRecord |
MRecord.addRecord(String name)
Adds a new child record with default multiplicity.
|
MRecord |
MRecord.addRecord(String name,
Multiplicity multiplicity)
Adds a new child record.
|
MRecord |
MNode.getParent()
Returns the parent record (or message).
|
MRecord |
MRecord.getRecord(String name)
Gets a child record by name.
|
static MRecord |
MetadataFactory.newRecordMetadata(String name)
This is a convenience method for creating Record metadata.
|
Modifier and Type | Method and Description |
---|---|
MRecord |
PagedRecordTopicData.getMetadata()
Deprecated.
Returns the metadata that defines each line of the data.
|
Modifier and Type | Method and Description |
---|---|
MRecord |
Record.getMetadata()
Returns the Record metadata.
|
Modifier and Type | Method and Description |
---|---|
List<Record> |
DataMessage.asRecords(MRecord metadata)
Returns the whole message body as
records . |
static Record |
Record.createWithMetadata(MRecord metadata,
String emptyFieldValue,
String... fields)
This special factory method allows a Record with metadata to be created.
|
Record |
MessageReader.nextRecord(MRecord metadata)
Returns a record of string data from the current message position using
a Metadata definition.
|
Record |
DataMessage.nextRecord(MRecord metadata)
Returns a record of string data from the current message position using a
metadata definition.
|
Constructor and Description |
---|
Record(MRecord metadata,
String... fields)
Create a Record with specified record metadata.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.