|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
org.apache.gora.persistency |
Uses of State in org.apache.gora.persistency |
---|
Methods in org.apache.gora.persistency that return State | |
---|---|
State |
StatefulMap.getState(K key)
|
State |
StatefulHashMap.getState(K key)
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static State[] |
State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.gora.persistency that return types with arguments of type State | |
---|---|
Map<K,State> |
StatefulMap.states()
|
Map<K,State> |
StatefulHashMap.states()
|
Methods in org.apache.gora.persistency with parameters of type State | |
---|---|
void |
StatefulMap.putState(K key,
State state)
|
void |
StatefulHashMap.putState(K key,
State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |