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

Uses of Class
org.apache.gora.avro.PersistentDatumReader

Packages that use PersistentDatumReader
org.apache.gora.persistency.impl   
org.apache.gora.store.impl   
org.apache.gora.util   
 

Uses of PersistentDatumReader in org.apache.gora.persistency.impl
 

Fields in org.apache.gora.persistency.impl declared as PersistentDatumReader
protected static PersistentDatumReader<Persistent> PersistentBase.datumReader
           
 

Uses of PersistentDatumReader in org.apache.gora.store.impl
 

Fields in org.apache.gora.store.impl declared as PersistentDatumReader
protected  PersistentDatumReader<T> DataStoreBase.datumReader
           
 

Uses of PersistentDatumReader in org.apache.gora.util
 

Methods in org.apache.gora.util with parameters of type PersistentDatumReader
static
<K,T extends Persistent>
K
IOUtils.deserialize(byte[] bytes, PersistentDatumReader<T> datumReader, org.apache.avro.Schema schema, K object)
          Deserializes the field object using the datumReader.
static
<K,T extends Persistent>
K
IOUtils.deserialize(InputStream is, PersistentDatumReader<T> datumReader, org.apache.avro.Schema schema, K object)
          Deserializes the field object using the datumReader.
static Object ByteUtils.fromBytes(byte[] val, org.apache.avro.Schema schema, PersistentDatumReader<?> datumReader, Object object)
           
 



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