This project has retired. For details please refer to its
Attic page.
FileBackedDataStore (Apache Gora 0.2 API)
org.apache.gora.store
Interface FileBackedDataStore<K,T extends Persistent>
- All Superinterfaces:
- Closeable, org.apache.hadoop.conf.Configurable, DataStore<K,T>, org.apache.hadoop.io.Writable
- All Known Implementing Classes:
- AvroStore, DataFileAvroStore, FileBackedDataStoreBase
public interface FileBackedDataStore<K,T extends Persistent>
- extends DataStore<K,T>
FileBackedDataStore supplies necessary interfaces to set input
and output paths for data stored which are file based.
Methods inherited from interface org.apache.gora.store.DataStore |
close, createSchema, delete, deleteByQuery, deleteSchema, execute, flush, get, get, getBeanFactory, getConf, getKeyClass, getPartitions, getPersistentClass, getSchemaName, initialize, newKey, newPersistent, newQuery, put, readFields, schemaExists, setBeanFactory, setConf, setKeyClass, setPersistentClass, truncateSchema, write |
setInputPath
void setInputPath(String inputPath)
setOutputPath
void setOutputPath(String outputPath)
getInputPath
String getInputPath()
getOutputPath
String getOutputPath()
setInputStream
void setInputStream(InputStream inputStream)
setOutputStream
void setOutputStream(OutputStream outputStream)
getInputStream
InputStream getInputStream()
getOutputStream
OutputStream getOutputStream()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.