public interface PersistenceService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PersistenceService.NetworkDevicePersistenceService
Network device persistence service.
|
static interface |
PersistenceService.TsdrMetricPersistenceService
TSDR persistence service.
|
static interface |
PersistenceService.UserPersistenceService
User persistence service.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceService.NetworkDevicePersistenceService |
networkDevice()
Gets the network device persistence service.
|
PersistenceService.TsdrMetricPersistenceService |
tsdrMetric()
Gets the TSDR metric persistence service.
|
PersistenceService.UserPersistenceService |
user()
Gets the user persistence service.
|
PersistenceService.NetworkDevicePersistenceService networkDevice()
PersistenceService.UserPersistenceService user()
PersistenceService.TsdrMetricPersistenceService tsdrMetric()
Copyright © 2015. All rights reserved.