org.apache.mina.filter.executor
Interface IoEventSizeEstimator

All Known Implementing Classes:
DefaultIoEventSizeEstimator

public interface IoEventSizeEstimator

Estimates the amount of memory that the specified IoEvent occupies in the current JVM.

Version:
$Rev: 593425 $, $Date: 2007-11-09 07:18:21 +0100 (Fri, 09 Nov 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 int estimateSize(IoEvent event)
           
 

Method Detail

estimateSize

int estimateSize(IoEvent event)


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.