Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
Modifier and Type | Method and Description |
---|---|
Topics.FetchRequest<V> |
Topics.FetchRequest.after(String topicPath)
Specifies a logical start point within the topic tree.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.before(String topicPath)
Specifies a logical end point within the topic tree.
|
Topics.FetchRequest<Void> |
Topics.fetchRequest()
Creates an unconfigured fetch request.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.first(int number)
Specifies a maximum number of topic results to be returned from the
start of the required range.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.from(String topicPath)
Specifies a logical start point within the topic tree.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.last(int number)
Specifies a maximum number of topic results to be returned from the
end of the required range.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.limitDeepBranches(int deepBranchDepth,
int deepBranchLimit)
Specifies a limit on the number of results returned for each deep
branch.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.maximumResultSize(int maximumSize)
Specifies the maximum data size of the result set.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.to(String topicPath)
Specifies a logical end point within the topic tree.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.topicTypes(Set<TopicType> topicTypes)
Specifies that only topics of the specified topic types should be
returned.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.withProperties()
Specifies that all properties associated with each topic's
specification should be returned. |
Topics.FetchRequest<V> |
Topics.FetchRequest.withSizes()
Specifies that topic sizes should be returned.
|
Topics.FetchRequest<V> |
Topics.FetchRequest.withUnpublishedDelayedTopics()
Include the details of reference topics that are not yet published.
|
<T> Topics.FetchRequest<T> |
Topics.FetchRequest.withValues(Class<? extends T> valueClass)
Specifies that values should be returned for selected topics,
constraining the selection to only those topics with a data type
compatible with the specified value class.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.