Package | Description |
---|---|
org.friendlysnmp.persist |
Provides persistency for scalars and tables in FriendlySNMP API.
|
Modifier and Type | Method and Description |
---|---|
PersistEntryScalar |
PersistStorageImpl.getPersistScalar(FID id)
Returns persistent scalar entry or null if not exist.
|
abstract PersistEntryScalar |
PersistStorage.getPersistScalar(FID id)
Returns persistent scalar entry or null if not exist.
|
PersistEntryScalar[] |
PersistStorageImpl.getPersistScalars()
Returns array of persistent entries with scalars
in this persistence storage.
|
abstract PersistEntryScalar[] |
PersistStorage.getPersistScalars()
Returns array of persistent entries with scalars
in this persistence storage.
|