public class StatusValueManager
extends java.lang.Object
setNodeLocalStatusValue()
and getNodeLocalStatusValue()
methods in DBMan/DBManLocalI
.Modifier and Type | Field and Description |
---|---|
static int |
MAX_LEN_KEY |
static int |
MAX_LEN_VALUE |
Constructor and Description |
---|
StatusValueManager(DBManLocalI _dbm) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue(java.lang.String key)
Returns the value set for the given _key or null if no matching entry does exist.
|
void |
setValue(java.lang.String key,
java.lang.String value)
Sets (inserts or updates) the given value for the given key.
|
public static final int MAX_LEN_KEY
public static final int MAX_LEN_VALUE
public StatusValueManager(DBManLocalI _dbm)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.