Package nablarch.fw.web.handler
Class HttpAccessLogFormatter.MaxMemoryItem
java.lang.Object
nablarch.fw.web.handler.HttpAccessLogFormatter.MaxMemoryItem
- All Implemented Interfaces:
 LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
- Enclosing class:
 - HttpAccessLogFormatter
 
public static class HttpAccessLogFormatter.MaxMemoryItem
extends Object
implements LogItem<HttpAccessLogFormatter.HttpAccessLogContext>
最大メモリ量を取得するクラス。
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription最大メモリ量を取得する。 
- 
Constructor Details
- 
MaxMemoryItem
public MaxMemoryItem() 
 - 
 - 
Method Details
- 
get
最大メモリ量を取得する。- Specified by:
 getin interfaceLogItem<HttpAccessLogFormatter.HttpAccessLogContext>- Parameters:
 context- HttpAccessLogContext- Returns:
 - 最大メモリ量
 
 
 -