Package 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 forIBufferPools.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.buffer.IBufferPoolIBufferPool.Introspection
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.buffer.IBufferProviderIBufferProvider.Introspection, IBufferProvider.Notification
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPooledBuffers()Returns the number of buffers that are currently pooled in thisBufferPool.- 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferPoolevict, evictOne
 - 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferProvidergetBufferCapacity, provideBuffer, retainBuffer
 - 
Methods inherited from interface org.eclipse.net4j.buffer.IBufferProvider.IntrospectiongetProvidedBuffers, getRetainedBuffers
 
- 
 
-