public class RrdNioByteBufferBackendFactory extends RrdFileBackendFactory
RrdNioBackend objects.| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
static java.lang.String |
NAME |
| コンストラクタ | 説明 |
|---|---|
RrdNioByteBufferBackendFactory() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
java.lang.String |
getFactoryName() |
Returns the name of this factory.
|
protected RrdBackend |
open(java.lang.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 java.lang.String NAME
protected RrdBackend open(java.lang.String path, boolean readOnly) throws java.io.IOException
open クラス内 RrdFileBackendFactorypath - File pathreadOnly - True, if the file should be accessed in read/only mode.
False otherwise.java.io.IOException - Thrown in case of I/O error.public java.lang.String getFactoryName()
getFactoryName クラス内 RrdFileBackendFactory