public class RrdNioByteBufferBackendFactory extends RrdFileBackendFactory
RrdNioBackend
objects.Constructor and Description |
---|
RrdNioByteBufferBackendFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getFactoryName()
Returns the name of this factory.
|
protected RrdBackend |
open(String path,
boolean readOnly)
Creates RrdNioByteBufferBackend object for the given file path.
|
exists
getDefaultFactory, getFactory, isInstanceCreated, registerAndSetAsDefaultFactory, registerFactory, setDefaultFactory, toString
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