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