Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.internal.connection | |
com.mongodb.internal.session |
Modifier and Type | Method and Description |
---|---|
ConcurrentPool.Prune |
DefaultConnectionPool.UsageTrackingInternalConnectionItemFactory.shouldPrune(UsageTrackingInternalConnection usageTrackingConnection) |
Modifier and Type | Method and Description |
---|---|
ConcurrentPool.Prune |
ConcurrentPool.ItemFactory.shouldPrune(T t) |
static ConcurrentPool.Prune |
ConcurrentPool.Prune.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrentPool.Prune[] |
ConcurrentPool.Prune.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentPool.Prune |
ServerSessionPool.ServerSessionItemFactory.shouldPrune(ServerSessionPool.ServerSessionImpl serverSession) |