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, wait
getDefaultFactory, getFactory, isInstanceCreated, registerAndSetAsDefaultFactory, registerFactory, setDefaultFactory, toString
exists
public static final String NAME
protected RrdBackend open(String path, boolean readOnly) throws IOException
open
in class RrdFileBackendFactory
path
- 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