Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.persist |
Provides persistency for scalars and tables in FriendlySNMP API.
|
Modifier and Type | Field and Description |
---|---|
static PersistPolicy |
FConstant.DEFAULT_PERSIST_POLICY
Default persistency storage policy is ON_CHANGE.
|
Modifier and Type | Field and Description |
---|---|
protected PersistPolicy |
PersistStorage.persistPolicy
Persistence policy
|
Modifier and Type | Method and Description |
---|---|
static PersistPolicy |
PersistPolicy.find(java.lang.String s)
Finds
PersistPolicy enum object from its string value. |
PersistPolicy |
PersistStorage.getPersistPolicy()
Returns persistence policy
|
static PersistPolicy |
PersistPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersistPolicy[] |
PersistPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistStorage.setPersistPolicy(PersistPolicy p)
Sets persistence policy
|