@Immutable public final class CompositeIOPoolService extends IOPoolService
Constructor and Description |
---|
CompositeIOPoolService() |
Modifier and Type | Method and Description |
---|---|
IOPool<?> |
get()
Returns the I/O buffer pool to use for allocating temporary I/O buffers.
|
int |
getPriority()
Returns 1 iff the JVM is running JSE 6 or 151 iff the JVM is running
JSE 7.
|
toString
public IOPool<?> get()
IOPoolProvider
Multiple invocations should return the same I/O buffer pool. However, callers should cache the return value for subsequent use in case it isn't always the same.
public int getPriority()
getPriority
in class IOPoolService
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.