Package | Description |
---|---|
com.mchange.v1.db.sql | |
com.mchange.v1.util | |
com.mchange.v2.async | |
com.mchange.v2.io |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionBundle |
interface |
ConnectionBundlePool |
Modifier and Type | Class and Description |
---|---|
class |
CBPCursor |
class |
ConnectionBundleImpl |
class |
ConnectionBundlePoolBean |
class |
ConnectionBundlePoolImpl |
class |
SimpleCursor |
Modifier and Type | Interface and Description |
---|---|
interface |
UIterator
Incomplete parent of "Unreliable Iterator"
This is often bound to a scarce resource! Don't
forget to close it when you are done!!!
This interface is not intended to be implemented
directly, but to be extended by subinterfaces
that narrow the exceptions reasonably.
|
interface |
UnreliableIterator
This is often bound to a scarce resource! Don't
forget to close it when you are done!!!
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperUIterator
This implementation does not yet support removes once hasNext() has
been called...
|
Modifier and Type | Method and Description |
---|---|
static Exception |
ClosableResourceUtils.attemptClose(ClosableResource cr)
attempts to close the specified resource,
logging any exception or failure, but allowing
control flow to proceed normally regardless.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsynchronousRunner |
interface |
Queuable |
interface |
RunnableQueue
RunnableQueues guarantee that tasks will be
executed in order, where other AsynchronousRunners
may not.
|
Modifier and Type | Class and Description |
---|---|
class |
CarefulRunnableQueue |
class |
RoundRobinAsynchronousRunner
A class that provides for effecient asynchronous execution
of multiple tasks that may block, but that do not contend
for the same locks.
|
class |
SimpleRunnableQueue
Deprecated.
CarefulRunnableQueue is better.
|
class |
ThreadPerTaskAsynchronousRunner |
class |
ThreadPoolAsynchronousRunner |
Modifier and Type | Interface and Description |
---|---|
interface |
FileIterator |
Copyright © 2018 com.mchange. All rights reserved.