|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collector | |
---|---|
org.epics.pvmanager |
|
Uses of Collector in org.epics.pvmanager |
---|
Methods in org.epics.pvmanager that return Collector | |
---|---|
Collector<?> |
ChannelHandlerReadSubscription.getCollector()
The collector to lock and notify when a new value is available. |
Collector<java.lang.Boolean> |
ChannelHandlerReadSubscription.getConnCollector()
The collector to lock and notify whenever the connection state changes. |
Collector<java.lang.Boolean> |
DataRecipe.getConnectionCollector()
|
Methods in org.epics.pvmanager that return types with arguments of type Collector | |
---|---|
java.util.Map<Collector<?>,java.util.Map<java.lang.String,ValueCache>> |
DataRecipe.getChannelsPerCollectors()
Returns all channels that need to be connected, organized by the collector that needs them. |
Methods in org.epics.pvmanager with parameters of type Collector | |
---|---|
void |
DataRecipeBuilder.addCollector(Collector<?> collector,
java.util.Map<java.lang.String,ValueCache> caches)
Add a collector and the channel/caches this collector will get values from. |
DataRecipe |
DataRecipe.includeCollector(Collector<?> collector,
java.util.Map<java.lang.String,ValueCache> caches)
Creates a new recipe by adding the new collector and the new caches. |
protected abstract void |
ChannelHandler.removeMonitor(Collector<?> collector)
Used by the data source to remove a read request. |
protected void |
MultiplexedChannelHandler.removeMonitor(Collector<?> collector)
Used by the data source to remove a read request. |
Constructors in org.epics.pvmanager with parameters of type Collector | |
---|---|
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<java.lang.Boolean> connCollector,
ValueCache<java.lang.Boolean> connCache)
|
|
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<java.lang.Boolean> connCollector,
ValueCache<java.lang.Boolean> connCache)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |