Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
Modifier and Type | Method and Description |
---|---|
static ProfilingStatus.Level |
ProfilingStatus.Level.fromValue(int value)
Returns the
ProfilingStatus.Level for the specified value. |
ProfilingStatus.Level |
ProfilingStatus.getLevel()
Returns the profiling level to use.
|
static ProfilingStatus.Level |
ProfilingStatus.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfilingStatus.Level[] |
ProfilingStatus.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.