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: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (Do, 26 Jun 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 int estimateSize(IoEvent event)
           
 

Method Detail

estimateSize

int estimateSize(IoEvent event)


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