Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
Map<String,WriteCache<?>> |
WriteBuffer.getWriteCaches()
Returns the write caches used by this buffer.
|
Modifier and Type | Method and Description |
---|---|
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.addWriter(WriteCache<?> cache,
ExceptionHandler handler)
Used by the data source to prepare the channel managed by this handler
for write.
|
protected void |
MultiplexedChannelHandler.removeWrite(WriteCache<?> cache,
ExceptionHandler exceptionHandler)
Used by the data source to conclude writes to the channel managed by this handler.
|
protected abstract void |
ChannelHandler.removeWrite(WriteCache<?> cache,
ExceptionHandler exceptionHandler)
Used by the data source to conclude writes to the channel managed by this handler.
|
Modifier and Type | Method and Description |
---|---|
WriteBufferBuilder |
WriteBufferBuilder.addCaches(Map<String,WriteCache<?>> newCaches)
Adds a set of channel/write caches.
|
Copyright © 2012. All Rights Reserved.