org.eclipse.net4j.buffer
Interface IBufferPool.Introspection

All Superinterfaces:
IBufferPool, IBufferProvider, IBufferProvider.Introspection
Enclosing interface:
IBufferPool

public static interface IBufferPool.Introspection
extends IBufferPool, IBufferProvider.Introspection

Offers additional introspection features for IBufferPools.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.buffer.IBufferPool
IBufferPool.Introspection
 
Method Summary
 int getPooledBuffers()
          Returns the number of buffers that are currently pooled in this BufferPool.
 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferPool
evict, evictOne
 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferProvider.Introspection
getProvidedBuffers, getRetainedBuffers
 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferProvider
getBufferCapacity, provideBuffer, retainBuffer
 

Method Detail

getPooledBuffers

int getPooledBuffers()
Returns the number of buffers that are currently pooled in this BufferPool.



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.