Modifier and Type | Method and Description |
---|---|
void |
ArbiterModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
StatsStorageListener.notify(StatsStorageEvent event)
Notify will be called whenever an event (new information posted, etc) occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
UIModule.reportStorageEvents(Collection<StatsStorageEvent> events)
Whenever the
UIServer receives some StatsStorageEvent s from one of the registered StatsStorage
instances, it will filter these and pass on to the UI module those ones that match one of the Type IDs from
UIModule.getCallbackTypeIDs() . |
Modifier and Type | Method and Description |
---|---|
protected List<StatsStorageEvent> |
BaseCollectionStatsStorage.checkStorageEvents(Persistable p) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCollectionStatsStorage.notifyListeners(List<StatsStorageEvent> sses) |
Modifier and Type | Method and Description |
---|---|
void |
QueuePairStatsStorageListener.notify(StatsStorageEvent event) |
void |
QueueStatsStorageListener.notify(StatsStorageEvent event) |
Modifier and Type | Method and Description |
---|---|
protected List<StatsStorageEvent> |
J7FileStatsStorage.checkStorageEvents(Persistable p) |
Modifier and Type | Method and Description |
---|---|
protected void |
J7FileStatsStorage.notifyListeners(List<StatsStorageEvent> sses) |
Modifier and Type | Method and Description |
---|---|
void |
SameDiffModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
ConvolutionalListenerModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteReceiverModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
TrainModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Modifier and Type | Method and Description |
---|---|
void |
TsneModule.reportStorageEvents(Collection<StatsStorageEvent> events) |
Copyright © 2020. All rights reserved.