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

Uses of Class
org.apache.gora.store.impl.FileBackedDataStoreBase

Packages that use FileBackedDataStoreBase
org.apache.gora.avro.store   
 

Uses of FileBackedDataStoreBase in org.apache.gora.avro.store
 

Subclasses of FileBackedDataStoreBase in org.apache.gora.avro.store
 class AvroStore<K,T extends Persistent>
          An adapter DataStore for binary-compatible Avro serializations.
 class DataFileAvroStore<K,T extends Persistent>
          DataFileAvroStore is file based store which uses Avro's DataFile{Writer,Reader}'s as a backend.
 



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