This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.persistency.State (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.persistency.State

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)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.