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

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

Packages that use StatefulHashMap
org.apache.gora.cassandra.serializers   
org.apache.gora.cassandra.store   
 

Uses of StatefulHashMap in org.apache.gora.cassandra.serializers
 

Methods in org.apache.gora.cassandra.serializers that return StatefulHashMap
 StatefulHashMap<org.apache.avro.util.Utf8,T> StatefulHashMapSerializer.fromByteBuffer(ByteBuffer byteBuffer)
           
 

Methods in org.apache.gora.cassandra.serializers with parameters of type StatefulHashMap
 ByteBuffer StatefulHashMapSerializer.toByteBuffer(StatefulHashMap<org.apache.avro.util.Utf8,T> map)
           
 

Uses of StatefulHashMap in org.apache.gora.cassandra.store
 

Methods in org.apache.gora.cassandra.store with parameters of type StatefulHashMap
 void CassandraClient.addStatefulHashMap(K key, String fieldName, StatefulHashMap<org.apache.avro.util.Utf8,Object> map)
           
 



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