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