|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.RrdBackendFactory
org.jrobin.core.RrdFileBackendFactory
org.jrobin.core.RrdNioBackendFactory
public class RrdNioBackendFactory
Factory class which creates actual RrdNioBackend objects. This is the default factory since
1.4.0 version
| Field Summary | |
|---|---|
static int |
DEFAULT_SYNC_PERIOD
Period in seconds between consecutive synchronizations when sync-mode is set to SYNC_BACKGROUND. |
static String |
NAME
factory name, "NIO" |
| Constructor Summary | |
|---|---|
RrdNioBackendFactory()
|
|
| Method Summary | |
|---|---|
String |
getFactoryName()
Returns the name of this factory. |
static int |
getSyncPeriod()
Returns time between two consecutive background synchronizations. |
protected RrdBackend |
open(String path,
boolean readOnly)
Creates RrdNioBackend object for the given file path. |
static void |
setSyncPeriod(int syncPeriod)
Sets time between consecutive background synchronizations. |
| Methods inherited from class org.jrobin.core.RrdFileBackendFactory |
|---|
exists |
| Methods inherited from class org.jrobin.core.RrdBackendFactory |
|---|
getDefaultFactory, getFactory, registerAndSetAsDefaultFactory, registerFactory, setDefaultFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final int DEFAULT_SYNC_PERIOD
setSyncPeriod(int) method.
| Constructor Detail |
|---|
public RrdNioBackendFactory()
| Method Detail |
|---|
public static int getSyncPeriod()
setSyncPeriod(int) method call, defaults to DEFAULT_SYNC_PERIOD.
See setSyncPeriod(int) for more information.
public static void setSyncPeriod(int syncPeriod)
syncPeriod - Time in seconds between consecutive background synchronizations.
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||