| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.inst |
Provides base classes for the instrumentation of the TrueZIP Kernel.
|
| de.schlichtherle.truezip.fs.inst.jmx |
Provides classes to instrument the TrueZIP Kernel with JMX.
|
| de.schlichtherle.truezip.fs.inst.jul |
Provides classes to instrument the TrueZIP Kernel with
java.util.logging. |
| de.schlichtherle.truezip.socket.spi |
Provides an abstract class for a locatable service provider for an
I/O buffer pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstrumentingIOPool<E extends IOPool.Entry<E>,D extends InstrumentingDirector<D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
InstrumentingIOPool.Buffer |
| Modifier and Type | Method and Description |
|---|---|
<E extends IOPool.Entry<E>> |
InstrumentingDirector.instrument(InputSocket<E> input,
InstrumentingIOPool.Buffer context) |
abstract <E extends IOPool.Entry<E>> |
InstrumentingDirector.instrument(IOPool<E> pool) |
<E extends IOPool.Entry<E>> |
InstrumentingDirector.instrument(OutputSocket<E> output,
InstrumentingIOPool.Buffer context) |
| Modifier and Type | Method and Description |
|---|---|
IOPool.Entry<E> |
InstrumentingIOPool.allocate() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstrumentingIOPool.release(IOPool.Entry<E> resource) |
| Constructor and Description |
|---|
InstrumentingIOPool.Buffer(IOPool.Entry<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
<B extends IOPool.Entry<B>> |
JmxIOPoolDecorator.decorate(IOPool<B> pool) |
<E extends IOPool.Entry<E>> |
JmxDirector.instrument(InputSocket<E> input,
InstrumentingIOPool.Buffer context) |
<E extends IOPool.Entry<E>> |
JmxDirector.instrument(IOPool<E> pool) |
<E extends IOPool.Entry<E>> |
JmxDirector.instrument(OutputSocket<E> output,
InstrumentingIOPool.Buffer context) |
| Modifier and Type | Method and Description |
|---|---|
<B extends IOPool.Entry<B>> |
JulIOPoolDecorator.decorate(IOPool<B> pool) |
<E extends IOPool.Entry<E>> |
JulDirector.instrument(IOPool<E> pool) |
| Modifier and Type | Method and Description |
|---|---|
abstract <B extends IOPool.Entry<B>> |
IOPoolDecorator.decorate(IOPool<B> pool)
Decorates the given I/O buffer pool.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.