|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collector | |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.jca | Support for Epics 3 data source. |
Uses of Collector in org.epics.pvmanager |
---|
Methods in org.epics.pvmanager that return types with arguments of type Collector | |
---|---|
Map<Collector<?>,Map<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,
Map<String,ValueCache> caches)
Add a collector and the channel/caches this collector will get values from. |
protected void |
ChannelHandler.addMonitor(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler)
Used by the data source to add a read request on the channel managed by this handler. |
DataRecipe |
DataRecipe.includeCollector(Collector<?> collector,
Map<String,ValueCache> caches)
Creates a new recipe by adding the new collector and the new caches. |
protected void |
ChannelHandler.removeMonitor(Collector<?> collector)
Used by the data source to remove a read request. |
Uses of Collector in org.epics.pvmanager.jca |
---|
Methods in org.epics.pvmanager.jca with parameters of type Collector | |
---|---|
void |
JCAChannelHandler.addMonitor(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |