public class RrdNioByteBufferBackendFactory extends RrdFileBackendFactory
RrdNioBackend objects.| Constructor | Description |
|---|---|
RrdNioByteBufferBackendFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getFactoryName() |
Returns the name of this factory.
|
protected RrdBackend |
open(String path,
boolean readOnly) |
Creates RrdNioByteBufferBackend object for the given file path.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefaultFactory, getFactory, isInstanceCreated, registerAndSetAsDefaultFactory, registerFactory, setDefaultFactory, toStringexistspublic static final String NAME
protected RrdBackend open(String path, boolean readOnly) throws IOException
open in class RrdFileBackendFactorypath - File pathreadOnly - True, if the file should be accessed in read/only mode.
False otherwise.IOException - Thrown in case of I/O error.public String getFactoryName()
getFactoryName in class RrdFileBackendFactory