|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QDDistributor
The QDDistributor
represents an individual data provider in the QDCollector
.
It is responsible for tracking state of the provider in the collector,
including its total subscription, and to provide access point for that provider.
Method Summary | |
---|---|
void |
close()
Closes this distributor and releases allocated resources in its QDCollector . |
SubscriptionProvider |
getAddedSubscriptionProvider()
Returns subscription provider that is used to accumulate added subscription. |
SubscriptionProvider |
getRemovedSubscriptionProvider()
Returns subscription provider that is used to accumulate removed subscription. |
Methods inherited from interface com.devexperts.qd.DataConsumer |
---|
processData |
Methods inherited from interface com.devexperts.qd.stats.QDStatsContainer |
---|
getStats |
Method Detail |
---|
SubscriptionProvider getAddedSubscriptionProvider()
SubscriptionProvider getRemovedSubscriptionProvider()
void close()
QDCollector
.
Closed distributor can not be activated again and shall not be used anymore.
Attempt to use closed distributor will result in no action - data
will be ignored and subscription retrieval will retrive no subscription.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |