org.epics.pvmanager
Class WriteBuffer

java.lang.Object
  extended by org.epics.pvmanager.WriteBuffer

public class WriteBuffer
extends java.lang.Object

Represents all the values, channel names and ordering information needed for writing

Author:
carcassi

Method Summary
 java.util.Map<java.lang.String,WriteCache<?>> getWriteCaches()
          Returns the write caches used by this buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWriteCaches

public java.util.Map<java.lang.String,WriteCache<?>> getWriteCaches()
Returns the write caches used by this buffer.

Returns:
the caches for each channel