|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.RegionResourceType
public final class RegionResourceType
Advanced configuration is possible for various systems that use shared memory (regions) for cross process sharing. This class defines those resources.
Field Summary | |
---|---|
static RegionResourceType |
LOCK
The locks. |
static RegionResourceType |
LOCK_OBJECT
The lock objects. |
static RegionResourceType |
LOCKER
The lockers. |
static RegionResourceType |
LOG_ID
The log identifiers. |
static RegionResourceType |
THREAD
The threads. |
static RegionResourceType |
TRANSACTION
The transaction handles. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RegionResourceType LOCK
public static final RegionResourceType LOCK_OBJECT
public static final RegionResourceType LOCKER
public static final RegionResourceType LOG_ID
public static final RegionResourceType TRANSACTION
public static final RegionResourceType THREAD
Method Detail |
---|
public String toString()
toString
in class Object
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |