|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueCache | |
---|---|
org.epics.pvmanager |
|
org.epics.pvmanager.jca | Support for Epics 3 data source. |
Uses of ValueCache in org.epics.pvmanager |
---|
Methods in org.epics.pvmanager that return types with arguments of type ValueCache | |
---|---|
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 ValueCache | |
---|---|
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. |
protected abstract boolean |
ChannelHandler.updateCache(EType event,
ValueCache<?> cache)
Used by the handler to forward values. |
Method parameters in org.epics.pvmanager with type arguments of type ValueCache | |
---|---|
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. |
Uses of ValueCache in org.epics.pvmanager.jca |
---|
Methods in org.epics.pvmanager.jca with parameters of type ValueCache | |
---|---|
void |
JCAChannelHandler.addMonitor(Collector<?> collector,
ValueCache<?> cache,
ExceptionHandler handler)
|
boolean |
JCAChannelHandler.updateCache(gov.aps.jca.event.MonitorEvent event,
ValueCache<?> cache)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |