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

Uses of Interface
org.apache.gora.store.FileBackedDataStore

Packages that use FileBackedDataStore
org.apache.gora.avro.store   
org.apache.gora.store.impl   
 

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

Classes in org.apache.gora.avro.store that implement FileBackedDataStore
 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.
 

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

Classes in org.apache.gora.store.impl that implement FileBackedDataStore
 class FileBackedDataStoreBase<K,T extends Persistent>
          Base implementations for FileBackedDataStore methods.
 



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