Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
Modifier and Type | Field and Description |
---|---|
static ProfilingStatus |
ProfilingStatus.OFF
The off profiling state.
|
static ProfilingStatus |
ProfilingStatus.ON
The all profiling state.
|
Modifier and Type | Method and Description |
---|---|
ProfilingStatus |
MongoDatabase.getProfilingStatus()
Retrieves the profiling level for the database.
|
static ProfilingStatus |
ProfilingStatus.slow(int slowMillis)
Creates a profiling state to profile operations taking more than
slowMillis to complete. |
Modifier and Type | Method and Description |
---|---|
int |
ProfilingStatus.compareTo(ProfilingStatus other) |
boolean |
MongoDatabase.setProfilingStatus(ProfilingStatus profileLevel)
Sets the profiling level for the database.
|
Modifier and Type | Method and Description |
---|---|
ProfilingStatus |
MongoDatabaseImpl.getProfilingStatus()
Retrieves the profiling level for the database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MongoDatabaseImpl.setProfilingStatus(ProfilingStatus profileLevel)
Sets the profiling level for the database.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.