Uses of Class
com.tangosol.net.topic.Subscriber.CommitResult
Packages that use Subscriber.CommitResult
Package
Description
Contains classes that providing topic entities for publish/subscribe messaging.
- 
Uses of Subscriber.CommitResult in com.tangosol.net.topicFields in com.tangosol.net.topic declared as Subscriber.CommitResultModifier and TypeFieldDescriptionstatic final Subscriber.CommitResultSubscriber.CommitResult.NOTHING_TO_COMMITA result indicating there was nothing to be committed.Methods in com.tangosol.net.topic that return Subscriber.CommitResultModifier and TypeMethodDescriptiondefault Subscriber.CommitResultCommit the specified channel and position.default Subscriber.CommitResultSubscriber.Element.commit()Commit this position in the element's owning channel.Methods in com.tangosol.net.topic that return types with arguments of type Subscriber.CommitResultModifier and TypeMethodDescriptiondefault Map<Integer, Subscriber.CommitResult> Commit the specified channels and positions.Subscriber.commitAsync(int nChannel, Position position) Asynchronously commit the specified channel and position.Subscriber.commitAsync(Map<Integer, Position> mapPositions) Asynchronously commit the specified channels and positions.Subscriber.Element.commitAsync()Commit this position in the element's owning channel.