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