org.rrd4j.core
Class RrdMemoryBackend

java.lang.Object
  extended by org.rrd4j.core.RrdBackend
      extended by org.rrd4j.core.RrdByteArrayBackend
          extended by org.rrd4j.core.RrdMemoryBackend

public class RrdMemoryBackend
extends RrdByteArrayBackend

Backend to be used to store all RRD bytes in memory.


Field Summary
 
Fields inherited from class org.rrd4j.core.RrdByteArrayBackend
buffer
 
Constructor Summary
protected RrdMemoryBackend(String path)
           
 
Method Summary
 
Methods inherited from class org.rrd4j.core.RrdByteArrayBackend
close, getLength, isCachingAllowed, read, setLength, write
 
Methods inherited from class org.rrd4j.core.RrdBackend
getPath, readAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RrdMemoryBackend

protected RrdMemoryBackend(String path)


Copyright © 2011. All Rights Reserved.