Uses of Class
org.epics.pvmanager.WriteCache

Packages that use WriteCache
org.epics.pvmanager

pvManager 

 

Uses of WriteCache in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return types with arguments of type WriteCache
 java.util.Map<java.lang.String,WriteCache<?>> WriteBuffer.getWriteCaches()
          Returns the write caches used by this buffer.
 

Methods in org.epics.pvmanager with parameters of type WriteCache
protected abstract  void ChannelHandler.addWriter(WriteCache<?> cache, ExceptionHandler handler)
          Used by the data source to prepare the channel managed by this handler for write.
protected  void MultiplexedChannelHandler.addWriter(WriteCache<?> cache, ExceptionHandler handler)
          Used by the data source to prepare the channel managed by this handler for write.
protected abstract  void ChannelHandler.removeWrite(WriteCache<?> cache, ExceptionHandler exceptionHandler)
          Used by the data source to conclude writes to the channel managed by this handler.
protected  void MultiplexedChannelHandler.removeWrite(WriteCache<?> cache, ExceptionHandler exceptionHandler)
          Used by the data source to conclude writes to the channel managed by this handler.
 

Method parameters in org.epics.pvmanager with type arguments of type WriteCache
 WriteBufferBuilder WriteBufferBuilder.addCaches(java.util.Map<java.lang.String,WriteCache<?>> newCaches)
          Adds a set of channel/write caches.