| Package | Description |
|---|---|
| org.jrobin.core |
| Modifier and Type | Field and Description |
|---|---|
protected RrdJRobin14FileBackend.LockMode |
RrdJRobin14FileBackend.m_lockMode
locking mode
|
| Modifier and Type | Method and Description |
|---|---|
static RrdJRobin14FileBackend.LockMode |
RrdJRobin14FileBackend.LockMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RrdJRobin14FileBackend.LockMode[] |
RrdJRobin14FileBackend.LockMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RrdJRobin14FileBackend(String path,
boolean readOnly,
RrdJRobin14FileBackend.LockMode lockMode)
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
|
RrdJRobin14FileBackendFactory(RrdJRobin14FileBackend.LockMode lockMode) |