Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
Collector<?> |
ChannelHandlerReadSubscription.getCollector()
The collector to lock and notify when a new value is available.
|
Collector<Boolean> |
ChannelHandlerReadSubscription.getConnCollector()
The collector to lock and notify whenever the connection state changes.
|
Collector<Boolean> |
DataRecipe.getConnectionCollector() |
Modifier and Type | Method and Description |
---|---|
Map<Collector<?>,Map<String,ValueCache>> |
DataRecipe.getChannelsPerCollectors()
Returns all channels that need to be connected, organized by the collector
that needs them.
|
Modifier and Type | Method and Description |
---|---|
void |
DataRecipeBuilder.addCollector(Collector<?> collector,
Map<String,ValueCache> caches)
Add a collector and the channel/caches this collector will get values from.
|
DataRecipe |
DataRecipe.includeCollector(Collector<?> collector,
Map<String,ValueCache> caches)
Creates a new recipe by adding the new collector and the new caches.
|
protected void |
MultiplexedChannelHandler.removeMonitor(Collector<?> collector)
Used by the data source to remove a read request.
|
protected abstract void |
ChannelHandler.removeMonitor(Collector<?> collector)
Used by the data source to remove a read request.
|
Constructor and Description |
---|
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<Boolean> connCollector,
ValueCache<Boolean> connCache) |
ChannelHandlerReadSubscription(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler,
Collector<Boolean> connCollector,
ValueCache<Boolean> connCache) |
Copyright © 2012. All Rights Reserved.