Class FileStatsStorage
- java.lang.Object
-
- org.deeplearning4j.ui.model.storage.BaseCollectionStatsStorage
-
- org.deeplearning4j.ui.model.storage.mapdb.MapDBStatsStorage
-
- org.deeplearning4j.ui.model.storage.FileStatsStorage
-
- All Implemented Interfaces:
StatsStorage
,StatsStorageRouter
public class FileStatsStorage extends MapDBStatsStorage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.deeplearning4j.ui.model.storage.mapdb.MapDBStatsStorage
MapDBStatsStorage.Builder
-
Nested classes/interfaces inherited from class org.deeplearning4j.ui.model.storage.BaseCollectionStatsStorage
BaseCollectionStatsStorage.SessionTypeId, BaseCollectionStatsStorage.SessionTypeWorkerId
-
-
Field Summary
-
Fields inherited from class org.deeplearning4j.ui.model.storage.BaseCollectionStatsStorage
listeners, sessionIDs, staticInfo, storageMetaData, updates
-
-
Constructor Summary
Constructors Constructor Description FileStatsStorage(File f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.deeplearning4j.ui.model.storage.mapdb.MapDBStatsStorage
close, getUpdateMap, isClosed, putStaticInfo, putStorageMetaData, putUpdate
-
Methods inherited from class org.deeplearning4j.ui.model.storage.BaseCollectionStatsStorage
checkStorageEvents, deregisterStatsStorageListener, getAllStaticInfos, getAllUpdatesAfter, getAllUpdatesAfter, getAllUpdateTimes, getLatestUpdate, getLatestUpdateAllWorkers, getListeners, getNumUpdateRecordsFor, getNumUpdateRecordsFor, getStaticInfo, getStorageMetaData, getUpdate, getUpdates, listSessionIDs, listTypeIDsForSession, listWorkerIDsForSession, listWorkerIDsForSessionAndType, notifyListeners, putStaticInfo, putStorageMetaData, putUpdate, registerStatsStorageListener, removeAllListeners, sessionExists
-
-