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