A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

abortTask(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
accept(Class<?>) - Method in class org.apache.gora.mapreduce.PersistentSerialization
 
accept(Class<?>) - Method in class org.apache.gora.mapreduce.StringSerialization
 
AccumuloMapping - Class in org.apache.gora.accumulo.store
 
AccumuloMapping() - Constructor for class org.apache.gora.accumulo.store.AccumuloMapping
 
AccumuloQuery<K,T extends PersistentBase> - Class in org.apache.gora.accumulo.query
 
AccumuloQuery() - Constructor for class org.apache.gora.accumulo.query.AccumuloQuery
 
AccumuloQuery(DataStore<K, T>) - Constructor for class org.apache.gora.accumulo.query.AccumuloQuery
 
AccumuloResult<K,T extends PersistentBase> - Class in org.apache.gora.accumulo.query
 
AccumuloResult(DataStore<K, T>, Query<K, T>, Scanner) - Constructor for class org.apache.gora.accumulo.query.AccumuloResult
 
AccumuloStore<K,T extends PersistentBase> - Class in org.apache.gora.accumulo.store
 
AccumuloStore() - Constructor for class org.apache.gora.accumulo.store.AccumuloStore
 
add(T) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
add(int, T) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
add(Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
add(int, Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
addAll(Collection<? extends T>) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
addAll(int, Collection<? extends T>) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
addAll(Collection) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
addAll(int, Collection) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
addColumn(K, String, Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Insert a field in a column.
addColumn(String, String, String) - Method in class org.apache.gora.cassandra.store.CassandraMapping
Add new column to the CassandraMapping using the the below parameters
addColumnFamily(String, String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
addFamilyProps(String, String, String, String, String, String, String, String, String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
addField(String, String, String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
addField(String, String) - Method in class org.apache.gora.solr.store.SolrMapping
 
addFilter(Filter<K, T>) - Method in class org.apache.gora.filter.FilterList
 
addGenericArray(K, String, GenericArray<?>) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
addStatefulHashMap(K, String, Map<CharSequence, Object>) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
addSubColumn(K, String, ByteBuffer, Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Insert a member in a super column.
addSubColumn(K, String, String, Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Adds an subColumn inside the cassandraMapping file when a String is serialized
addSubColumn(K, String, Integer, Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Adds an subColumn inside the cassandraMapping file when an Integer is serialized
append(Append) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
authentication - Variable in class org.apache.gora.store.ws.impl.WSDataStoreBase
The authentication object to be used for our provider
AUTO_CREATE_SCHEMA - Static variable in class org.apache.gora.store.DataStoreFactory
 
AUTO_CREATE_SCHEMA - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
autoCreateSchema - Variable in class org.apache.gora.store.impl.DataStoreBase
 
AvroQuery<K,T extends PersistentBase> - Class in org.apache.gora.avro.query
A simple Query implementation for Avro.
AvroQuery() - Constructor for class org.apache.gora.avro.query.AvroQuery
 
AvroQuery(AvroStore<K, T>) - Constructor for class org.apache.gora.avro.query.AvroQuery
 
AvroResult<K,T extends PersistentBase> - Class in org.apache.gora.avro.query
Adapter to convert DatumReader to Result.
AvroResult(AvroStore<K, T>, AvroQuery<K, T>, DatumReader<T>, Decoder) - Constructor for class org.apache.gora.avro.query.AvroResult
 
AvroSerializerUtil - Class in org.apache.gora.cassandra.serializers
 
AvroSerializerUtil() - Constructor for class org.apache.gora.cassandra.serializers.AvroSerializerUtil
 
AvroStore<K,T extends PersistentBase> - Class in org.apache.gora.avro.store
An adapter DataStore for binary-compatible Avro serializations.
AvroStore() - Constructor for class org.apache.gora.avro.store.AvroStore
 
AvroStore.CodecType - Enum in org.apache.gora.avro.store
The type of the avro Encoder/Decoder.
AvroUtils - Class in org.apache.gora.util
An utility class for Avro related tasks
AvroUtils() - Constructor for class org.apache.gora.util.AvroUtils
 

B

BaseFactory<K,T extends PersistentBase> - Class in org.apache.gora.hbase.util
 
BaseFactory() - Constructor for class org.apache.gora.hbase.util.BaseFactory
 
baseQuery - Variable in class org.apache.gora.query.impl.PartitionQueryImpl
 
baseQuery - Variable in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
Base query
batch(List<? extends Row>, Object[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
batch(List<? extends Row>) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
BeanFactory<K,T> - Interface in org.apache.gora.persistency
BeanFactory's enable contruction of keys and Persistent objects.
beanFactory - Variable in class org.apache.gora.store.impl.DataStoreBase
 
BeanFactoryImpl<K,T extends Persistent> - Class in org.apache.gora.persistency.impl
A default implementation of the BeanFactory interface.
BeanFactoryImpl(Class<K>, Class<T>) - Constructor for class org.apache.gora.persistency.impl.BeanFactoryImpl
Default constructor for this class.
BeanFactoryWSImpl<K,T extends Persistent> - Class in org.apache.gora.persistency.ws.impl
A default implementation of the BeanFactory interface.
BeanFactoryWSImpl(Class<K>, Class<T>) - Constructor for class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
Constructor
BinaryEncoder - Class in org.apache.gora.accumulo.encoders
 
BinaryEncoder() - Constructor for class org.apache.gora.accumulo.encoders.BinaryEncoder
 
BUFFER_LIMIT_READ_NAME - Static variable in class org.apache.gora.mapreduce.GoraRecordReader
 
BUFFER_LIMIT_READ_VALUE - Static variable in class org.apache.gora.mapreduce.GoraRecordReader
 
BUFFER_SIZE - Static variable in class org.apache.gora.util.IOUtils
 
build() - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
build() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
 
build() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
 
bytesToVint(byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
bytesToVlong(byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
ByteUtils - Class in org.apache.gora.util
Utility class that handles byte arrays, conversions to/from other types.
ByteUtils() - Constructor for class org.apache.gora.util.ByteUtils
 

C

CassandraClient<K,T extends PersistentBase> - Class in org.apache.gora.cassandra.store
 
CassandraClient() - Constructor for class org.apache.gora.cassandra.store.CassandraClient
 
CassandraColumn - Class in org.apache.gora.cassandra.query
Represents a unit of data: a key value pair tagged by a family name
CassandraColumn() - Constructor for class org.apache.gora.cassandra.query.CassandraColumn
 
CassandraMapping - Class in org.apache.gora.cassandra.store
 
CassandraMapping(Element, Element) - Constructor for class org.apache.gora.cassandra.store.CassandraMapping
Primary class for loading Cassandra configuration from the 'MAPPING_FILE'.
CassandraMappingManager - Class in org.apache.gora.cassandra.store
 
CassandraQuery<K,T extends PersistentBase> - Class in org.apache.gora.cassandra.query
 
CassandraQuery() - Constructor for class org.apache.gora.cassandra.query.CassandraQuery
 
CassandraQuery(DataStore<K, T>) - Constructor for class org.apache.gora.cassandra.query.CassandraQuery
 
CassandraResult<K,T extends PersistentBase> - Class in org.apache.gora.cassandra.query
 
CassandraResult(DataStore<K, T>, Query<K, T>) - Constructor for class org.apache.gora.cassandra.query.CassandraResult
 
CassandraResultSet<K> - Class in org.apache.gora.cassandra.query
List data structure to keep the order coming from the Cassandra selects.
CassandraResultSet() - Constructor for class org.apache.gora.cassandra.query.CassandraResultSet
 
CassandraRow<K> - Class in org.apache.gora.cassandra.query
List of key value pairs representing a row, tagged by a key.
CassandraRow() - Constructor for class org.apache.gora.cassandra.query.CassandraRow
 
CassandraStore<K,T extends PersistentBase> - Class in org.apache.gora.cassandra.store
CassandraStore is the primary class responsible for directing Gora CRUD operations into Cassandra.
CassandraStore() - Constructor for class org.apache.gora.cassandra.store.CassandraStore
The default constructor for CassandraStore
CassandraSubColumn - Class in org.apache.gora.cassandra.query
 
CassandraSubColumn() - Constructor for class org.apache.gora.cassandra.query.CassandraSubColumn
 
CassandraSuperColumn - Class in org.apache.gora.cassandra.query
 
CassandraSuperColumn() - Constructor for class org.apache.gora.cassandra.query.CassandraSuperColumn
 
CharSequenceSerializer - Class in org.apache.gora.cassandra.serializers
A CharSequenceSerializer translates the byte[] to and from CharSequenceSerializer object of Avro.
CharSequenceSerializer() - Constructor for class org.apache.gora.cassandra.serializers.CharSequenceSerializer
 
checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
checkKeyspace() - Method in class org.apache.gora.cassandra.store.CassandraClient
Check if keyspace already exists.
checkOutputSpecs(JobContext) - Method in class org.apache.gora.mapreduce.GoraOutputFormat
 
classBuilder(Class<T>) - Static method in class org.apache.gora.util.ReflectionUtils
 
ClassLoadingUtils - Class in org.apache.gora.util
 
cleanupJob(JobContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
clear() - Method in class org.apache.gora.hbase.query.HBaseScannerResult
 
clear() - Method in class org.apache.gora.memory.store.MemStore.MemResult
 
clear() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
clear() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
clear() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clear() - Method in interface org.apache.gora.persistency.Persistent
Clears the inner state of the object without any modification to the actual data on the data store.
clear() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
clear() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
clear() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clear() - Method in class org.apache.gora.query.impl.ResultBase
 
clear() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
Clears the persistent object
clearDirty() - Method in interface org.apache.gora.persistency.Dirtyable
Clears the dirty state.
clearDirty() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
clearDirty() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
clearDirty() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
clearDirty() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearDirty(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearDirty(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearDirty(int) - Method in interface org.apache.gora.persistency.Persistent
Clears the field as dirty.
clearDirty(String) - Method in interface org.apache.gora.persistency.Persistent
Clears the field as dirty.
clearHttpMethod() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'httpMethod' field
clearHttpStatusCode() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'httpStatusCode' field
clearIp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'ip' field
clearMetric() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Clears the value of the 'metric' field
clearMetricDimension() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Clears the value of the 'metricDimension' field
clearReferrer() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'referrer' field
clearResponseSize() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'responseSize' field
clearTimestamp() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Clears the value of the 'timestamp' field
clearTimestamp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'timestamp' field
clearUrl() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'url' field
clearUserAgent() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Clears the value of the 'userAgent' field
clone() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
close() - Method in class org.apache.gora.accumulo.query.AccumuloResult
 
close() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
close() - Method in class org.apache.gora.avro.mapreduce.FsInput
 
close() - Method in class org.apache.gora.avro.query.AvroResult
 
close() - Method in class org.apache.gora.avro.query.DataFileAvroResult
 
close() - Method in class org.apache.gora.avro.store.AvroStore
 
close() - Method in class org.apache.gora.avro.store.DataFileAvroStore
 
close() - Method in class org.apache.gora.cassandra.query.CassandraResult
 
close() - Method in class org.apache.gora.cassandra.store.CassandraStore
 
close() - Method in class org.apache.gora.hbase.query.HBaseGetResult
 
close() - Method in class org.apache.gora.hbase.query.HBaseScannerResult
 
close() - Method in class org.apache.gora.hbase.store.HBaseStore
 
close() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
close() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
close(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.GoraRecordWriter
 
close() - Method in class org.apache.gora.mapreduce.PersistentDeserializer
 
close() - Method in class org.apache.gora.mapreduce.PersistentSerializer
 
close() - Method in class org.apache.gora.memory.store.MemStore
 
close() - Method in class org.apache.gora.memory.store.MemStore.MemResult
 
close() - Method in class org.apache.gora.query.impl.ResultBase
 
close() - Method in interface org.apache.gora.query.Result
 
close() - Method in class org.apache.gora.solr.query.SolrResult
 
close() - Method in class org.apache.gora.solr.store.SolrStore
 
close() - Method in interface org.apache.gora.store.DataStore
Close the DataStore.
close() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
close() - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
CODEC_TYPE_KEY - Static variable in class org.apache.gora.avro.store.AvroStore
The property key specifying avro encoder/decoder type to use.
commitTask(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.gora.mapreduce.StringComparator
 
compare(String, String) - Method in class org.apache.gora.mapreduce.StringComparator
 
compareTo(KeyValueWritable<K, V>) - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
compareTo(byte[], byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
compareTo(byte[], int, int, byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
 
compileSchema(File[], File) - Static method in class org.apache.gora.compiler.GoraCompiler
 
conf - Variable in class org.apache.gora.store.impl.DataStoreBase
 
contains(Object) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
contains(Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
containsAll(Collection<?>) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
containsAll(Collection) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
containsKey(Object) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
containsKey(Object) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
containsValue(Object) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
containsValue(Object) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
coprocessorExec(Class<T>, byte[], byte[], Batch.Call<T, R>) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
coprocessorExec(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
coprocessorProxy(Class<T>, byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
createColumn(ByteBuffer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createColumn(String, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createColumn(Integer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createDataStore(Class<D>, Class<K>, Class<T>, Configuration) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Configuration, String) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Configuration, Properties, String) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Configuration, Properties) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Object) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Object, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Object, Properties, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
createDataStore(Class<D>, Class<K>, Class<T>, Object, Properties) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
createDatumReader() - Method in class org.apache.gora.avro.store.AvroStore
 
createDatumWriter() - Method in class org.apache.gora.avro.store.AvroStore
 
createDecoder() - Method in class org.apache.gora.avro.store.AvroStore
 
createEncoder() - Method in class org.apache.gora.avro.store.AvroStore
 
createFilter(Filter<K, T>, HBaseStore<K, T>) - Method in class org.apache.gora.hbase.util.DefaultFactory
 
createFilter(Filter<K, T>, HBaseStore<K, T>) - Method in interface org.apache.gora.hbase.util.FilterFactory
 
createInputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
Opens an InputStream for the input Hadoop path
createJob(DataStore<Long, Pageview>, DataStore<String, MetricDatum>, int) - Method in class org.apache.gora.tutorial.log.LogAnalytics
Creates and returns the Job for submitting to Hadoop mapreduce.
createJobContext(Configuration, String) - Static method in class org.apache.gora.mapreduce.GoraMapReduceUtils
 
createOutputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
Opens an OutputStream for the output Hadoop path
createProps() - Static method in class org.apache.gora.store.DataStoreFactory
Creates a new Properties.
createProps() - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Creates a new Properties.
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.gora.mapreduce.GoraInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.gora.mapreduce.GoraMapReduceUtils.HelperInputFormat
 
createScanner(Query<K, T>) - Method in class org.apache.gora.hbase.store.HBaseStore
 
createSchema() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
createSchema() - Method in class org.apache.gora.cassandra.store.CassandraStore
 
createSchema() - Method in class org.apache.gora.hbase.store.HBaseStore
 
createSchema() - Method in class org.apache.gora.memory.store.MemStore
 
createSchema() - Method in class org.apache.gora.solr.store.SolrStore
 
createSchema() - Method in interface org.apache.gora.store.DataStore
Creates the optional schema or table (or similar) in the datastore to hold the objects.
createSchema() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
createSchema() - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
createSuperColumn(String, ByteBuffer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createSuperColumn(String, String, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createSuperColumn(String, Integer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 

D

DATA_STORE_CLASS - Static variable in class org.apache.gora.mapreduce.GoraOutputFormat
 
DataFileAvroResult<K,T extends PersistentBase> - Class in org.apache.gora.avro.query
An Avro DataFileReader backed Result.
DataFileAvroResult(DataStore<K, T>, Query<K, T>, DataFileReader<T>) - Constructor for class org.apache.gora.avro.query.DataFileAvroResult
 
DataFileAvroResult(DataStore<K, T>, Query<K, T>, DataFileReader<T>, SeekableInput, long, long) - Constructor for class org.apache.gora.avro.query.DataFileAvroResult
 
DataFileAvroStore<K,T extends PersistentBase> - Class in org.apache.gora.avro.store
DataFileAvroStore is file based store which uses Avro's DataFile{Writer,Reader}'s as a backend.
DataFileAvroStore() - Constructor for class org.apache.gora.avro.store.DataFileAvroStore
 
dataStore - Variable in class org.apache.gora.query.impl.QueryBase
 
dataStore - Variable in class org.apache.gora.query.impl.ResultBase
 
dataStore - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Data store used for this query
dataStore - Variable in class org.apache.gora.query.ws.impl.ResultWSBase
Data store used
DataStore<K,T extends Persistent> - Interface in org.apache.gora.store
DataStore handles actual object persistence.
DATASTORE - Static variable in class org.apache.gora.store.DataStoreFactory
 
DATASTORE - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
DataStoreBase<K,T extends PersistentBase> - Class in org.apache.gora.store.impl
A Base class for Avro persistent DataStores.
DataStoreBase() - Constructor for class org.apache.gora.store.impl.DataStoreBase
 
DataStoreFactory - Class in org.apache.gora.store
A Factory for DataStores.
datumReader - Variable in class org.apache.gora.store.impl.DataStoreBase
 
datumWriter - Variable in class org.apache.gora.store.impl.DataStoreBase
 
decodeBoolean(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeBoolean(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeBoolean(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeByte(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeByte(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeByte(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeDouble(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeDouble(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeDouble(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeDouble(byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
decodeFloat(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeFloat(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeFloat(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeFloat(byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
decodeInt(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeInt(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeInt(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeInt(byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
decodeLong(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeLong(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeLong(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeLong(byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
decoders - Static variable in class org.apache.gora.cassandra.serializers.AvroSerializerUtil
 
decoders - Static variable in class org.apache.gora.hbase.util.HBaseByteInterface
 
decodeShort(byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
decodeShort(byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
decodeShort(byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
decodeShort(byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
deepClonePersistent(T) - Static method in class org.apache.gora.util.AvroUtils
 
DEFAULT_BATCH_SIZE - Static variable in class org.apache.gora.solr.store.SolrStore
 
DEFAULT_COLUMNS_TTL - Static variable in class org.apache.gora.cassandra.store.CassandraMapping
 
DEFAULT_COMMIT_WITHIN - Static variable in class org.apache.gora.solr.store.SolrStore
 
DEFAULT_GCGRACE_SECONDS - Static variable in class org.apache.gora.cassandra.store.CassandraMapping
 
DEFAULT_MAPPING_FILE - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
DEFAULT_MAPPING_FILE - Static variable in class org.apache.gora.hbase.store.HBaseStore
 
DEFAULT_MAPPING_FILE - Static variable in class org.apache.gora.solr.store.SolrStore
 
DEFAULT_RESULTS_SIZE - Static variable in class org.apache.gora.solr.store.SolrStore
 
DEFAULT_UNION_SCHEMA - Static variable in class org.apache.gora.cassandra.store.CassandraStore
Default schema index with value "0" used when AVRO Union data types are stored
DEFAULT_UNION_SCHEMA - Static variable in class org.apache.gora.solr.store.SolrStore
Default schema index with value "0" used when AVRO Union data types are stored
DefaultFactory<K,T extends PersistentBase> - Class in org.apache.gora.hbase.util
 
DefaultFactory() - Constructor for class org.apache.gora.hbase.util.DefaultFactory
 
delete(K) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
delete(K) - Method in class org.apache.gora.avro.store.AvroStore
 
delete(K) - Method in class org.apache.gora.cassandra.store.CassandraStore
 
delete(T) - Method in class org.apache.gora.hbase.store.HBaseStore
 
delete(K) - Method in class org.apache.gora.hbase.store.HBaseStore
Deletes the object with the given key.
delete(Delete) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
delete(List<Delete>) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
delete(K) - Method in class org.apache.gora.memory.store.MemStore
 
delete(K) - Method in class org.apache.gora.solr.store.SolrStore
 
delete(K) - Method in interface org.apache.gora.store.DataStore
Deletes the object with the given key
deleteByKey(K) - Method in class org.apache.gora.cassandra.store.CassandraClient
Deletes an entry based on its key.
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.avro.store.AvroStore
 
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.cassandra.store.CassandraStore
 
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.hbase.store.HBaseStore
 
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.memory.store.MemStore
 
deleteByQuery(Query<K, T>) - Method in class org.apache.gora.solr.store.SolrStore
 
deleteByQuery(Query<K, T>) - Method in interface org.apache.gora.store.DataStore
Deletes all the objects matching the query.
deleteColumn(K, String, ByteBuffer) - Method in class org.apache.gora.cassandra.store.CassandraClient
Delete a row within the keyspace.
deleteColumn(Mutator<K>, K, String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
deleteGenericArray(K, String) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
deleteSchema() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
deleteSchema() - Method in class org.apache.gora.cassandra.store.CassandraStore
 
deleteSchema() - Method in class org.apache.gora.hbase.store.HBaseStore
 
deleteSchema() - Method in class org.apache.gora.memory.store.MemStore
 
deleteSchema() - Method in class org.apache.gora.solr.store.SolrStore
 
deleteSchema() - Method in interface org.apache.gora.store.DataStore
Deletes the underlying schema or table (or similar) in the datastore that holds the objects.
deleteSchema() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
deleteSchema() - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
deleteStatefulHashMap(K, String) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
deleteSubColumn(K, String, ByteBuffer) - Method in class org.apache.gora.cassandra.store.CassandraClient
Delete a member in a super column.
deleteSubColumn(K, String, String) - Method in class org.apache.gora.cassandra.store.CassandraClient
Deletes a subColumn
deleteSubColumn(K, String) - Method in class org.apache.gora.cassandra.store.CassandraClient
Deletes all subcolumns from a super column.
deleteSubColumn(Mutator<K>, K, String, String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
deserialize(Persistent) - Method in class org.apache.gora.mapreduce.PersistentDeserializer
 
deserialize(Configuration, DataInput, T, String) - Static method in class org.apache.gora.util.IOUtils
Deserializes the object in the given datainput using available Hadoop serializations.
deserialize(Configuration, DataInput, T, Class<T>) - Static method in class org.apache.gora.util.IOUtils
Deserializes the object in the given datainput using available Hadoop serializations.
deserialize(Configuration, DataInput, T) - Static method in class org.apache.gora.util.IOUtils
Deserializes the object in the given datainput using available Hadoop serializations.
deserialize(Configuration, byte[], T) - Static method in class org.apache.gora.util.IOUtils
Deserializes the object in the given datainput using available Hadoop serializations.
deserialize(InputStream, SpecificDatumReader<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Deserializes the field object using the datumReader.
deserialize(byte[], SpecificDatumReader<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Deserializes the field object using the datumReader.
deserialize(byte[], SpecificDatumReader<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Deserializes the field object using the datumReader.
deserializer(Object, Schema) - Static method in class org.apache.gora.cassandra.serializers.AvroSerializerUtil
 
DIRTY_BYTES_FIELD_NAME - Static variable in class org.apache.gora.compiler.GoraCompiler
 
DIRTY_BYTES_FIELD_NAME - Static variable in interface org.apache.gora.persistency.Persistent
 
Dirtyable - Interface in org.apache.gora.persistency
Interface designed to accomodate structures that can be dirty, such as maps and lists, but whose dirtyness should not be set directly because dirtyness results from structural modification or content change, and which have no notion of ordered fields (such as Persistent).
DirtyCollectionWrapper<T> - Class in org.apache.gora.persistency.impl
A List implementation that wraps another list, intercepting modifications to the list structure and reporting on weather or not the list has been modified, and also checking list elements for modification.
DirtyListWrapper<T> - Class in org.apache.gora.persistency.impl
A List implementation that wraps another list, intercepting modifications to the list structure and reporting on weather or not the list has been modified, and also checking list elements for modification.
DirtyListWrapper(List<T>) - Constructor for class org.apache.gora.persistency.impl.DirtyListWrapper
Create a DirtyListWrapper that wraps a getDelegate().
DirtyMapWrapper<K,V> - Class in org.apache.gora.persistency.impl
 
DirtyMapWrapper(Map<K, V>) - Constructor for class org.apache.gora.persistency.impl.DirtyMapWrapper
 
DirtyMapWrapper.DirtyEntryWrapper<K,V> - Class in org.apache.gora.persistency.impl
 
DirtyMapWrapper.DirtyEntryWrapper(Map.Entry<K, V>, DirtyFlag) - Constructor for class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
DirtySetWrapper<T extends Dirtyable> - Class in org.apache.gora.persistency.impl
 
dropKeyspace() - Method in class org.apache.gora.cassandra.store.CassandraClient
Drop keyspace.

E

elapsedTime(long, long) - Static method in class org.apache.gora.util.TimingUtil
Calculate the elapsed time between two times specified in milliseconds.
EMPTY_CLASS_ARRAY - Static variable in class org.apache.gora.util.ReflectionUtils
 
EMPTY_OBJECT_ARRAY - Static variable in class org.apache.gora.util.ReflectionUtils
 
encodeBoolean(boolean) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeBoolean(boolean, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeBoolean(boolean) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeBoolean(boolean, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeBoolean(boolean) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeBoolean(boolean, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeByte(byte, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeByte(byte) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeByte(byte, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeByte(byte) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeByte(byte, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeByte(byte) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeDouble(double) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeDouble(double, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeDouble(double) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeDouble(double, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeDouble(double) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeDouble(double, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeDouble(double, byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
encodeFloat(float) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeFloat(float, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeFloat(float) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeFloat(float, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeFloat(float) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeFloat(float, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeFloat(float, byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
encodeInt(int) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeInt(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeInt(int) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeInt(int, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeInt(int) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeInt(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeInt(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
encodeLong(long) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeLong(long, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeLong(long) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeLong(long, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeLong(long) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeLong(long, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeLong(long, byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
Encoder - Interface in org.apache.gora.accumulo.encoders
 
encoders - Static variable in class org.apache.gora.cassandra.serializers.AvroSerializerUtil
 
encoders - Static variable in class org.apache.gora.cassandra.store.CassandraStore
 
encoders - Static variable in class org.apache.gora.hbase.util.HBaseByteInterface
 
encodeShort(short) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeShort(short, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
encodeShort(short) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeShort(short, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
encodeShort(short) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeShort(short, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
encodeShort(short, byte[]) - Method in class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
endKey - Variable in class org.apache.gora.query.impl.QueryBase
 
endKey - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
 
endTime - Variable in class org.apache.gora.query.impl.QueryBase
 
endTime - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
 
entrySet() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
entrySet() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
equals(Object) - Method in class org.apache.gora.hbase.store.HBaseColumn
 
equals(Object) - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
equals(Object) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
equals(Object) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
equals(Object) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
equals(Object) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
equals(SpecificRecord, SpecificRecord) - Method in class org.apache.gora.persistency.impl.PersistentBase.PersistentData
 
equals(Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
equals(Object) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
equals(Object) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
equals(Object) - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
equals(Object) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
equals(Object) - Method in class org.apache.gora.query.impl.QueryBase
 
equals(Object) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
equals(Object) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
equals(Object) - Method in class org.apache.gora.store.impl.DataStoreBase
 
equals(Object) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
equals(Object) - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
equals(byte[], byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
escapeQueryKey(String) - Static method in class org.apache.gora.solr.store.SolrStore
 
execute(Query<K, T>) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
execute(CassandraQuery<K, T>, String) - Method in class org.apache.gora.cassandra.store.CassandraClient
Select a family column in the keyspace.
execute(Query<K, T>) - Method in class org.apache.gora.cassandra.store.CassandraStore
When executing Gora Queries in Cassandra we query the Cassandra keyspace by families.
execute(Query<K, T>) - Method in class org.apache.gora.hbase.store.HBaseStore
 
execute(Query<K, T>) - Method in class org.apache.gora.memory.store.MemStore
 
execute() - Method in class org.apache.gora.query.impl.QueryBase
 
execute() - Method in interface org.apache.gora.query.Query
Executes the Query on the DataStore and returns the results.
execute() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
execute(Query<K, T>) - Method in class org.apache.gora.solr.store.SolrStore
 
execute(Query<K, T>) - Method in interface org.apache.gora.store.DataStore
Executes the given query and returns the results.
execute(Query<K, T>) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
execute(Query<K, T>) - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
executePartial(FileSplitPartitionQuery<K, T>) - Method in class org.apache.gora.avro.store.AvroStore
Executes a PartitialQuery, reading the data between start and end.
executePartial(FileSplitPartitionQuery<K, T>) - Method in class org.apache.gora.avro.store.DataFileAvroStore
 
executePartial(FileSplitPartitionQuery<K, T>) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
Executes a PartitialQuery, reading the data between start and end.
executeQuery(Query<K, T>) - Method in class org.apache.gora.avro.store.AvroStore
Executes a normal Query reading the whole data.
executeQuery(Query<K, T>) - Method in class org.apache.gora.avro.store.DataFileAvroStore
 
executeQuery() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
executeQuery(Query<K, T>) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
Executes a normal Query reading the whole data.
executeQuery(Query<K, T>) - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
Executes a normal Query reading the whole data.
executeSuper(CassandraQuery<K, T>, String) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
exists(Get) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 

F

FIELD_MAP - Static variable in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Maps keys to their own classes
fieldMap - Variable in class org.apache.gora.store.impl.DataStoreBase
A map of field names to Field objects containing schema's fields
fieldName - Variable in class org.apache.gora.filter.MapFieldValueFilter
 
fieldName - Variable in class org.apache.gora.filter.SingleFieldValueFilter
 
FIELDS - Static variable in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Maps fields to their own classes
fields - Variable in class org.apache.gora.query.impl.QueryBase
 
fields - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Fields to be retrieved
FileBackedDataStore<K,T extends Persistent> - Interface in org.apache.gora.store
FileBackedDataStore supplies necessary interfaces to set input and output paths for data stored which are file based.
FileBackedDataStoreBase<K,T extends PersistentBase> - Class in org.apache.gora.store.impl
Base implementations for FileBackedDataStore methods.
FileBackedDataStoreBase() - Constructor for class org.apache.gora.store.impl.FileBackedDataStoreBase
 
FileSplitPartitionQuery<K,T extends PersistentBase> - Class in org.apache.gora.query.impl
Keeps a FileSplit to represent the partition boundaries.
FileSplitPartitionQuery() - Constructor for class org.apache.gora.query.impl.FileSplitPartitionQuery
 
FileSplitPartitionQuery(Query<K, T>, FileSplit) - Constructor for class org.apache.gora.query.impl.FileSplitPartitionQuery
 
Filter<K,T extends Persistent> - Interface in org.apache.gora.filter
Defines filtering (possibly including modification) of rows.
filter(K, T) - Method in interface org.apache.gora.filter.Filter
Filter the key and persistent.
filter(K, T) - Method in class org.apache.gora.filter.FilterList
 
filter(K, T) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
filter(K, T) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
filter - Variable in class org.apache.gora.query.impl.QueryBase
 
filter(K, T) - Method in class org.apache.gora.query.impl.ResultBase
 
filter - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
 
FilterFactory<K,T extends PersistentBase> - Interface in org.apache.gora.hbase.util
 
filterIfMissing - Variable in class org.apache.gora.filter.MapFieldValueFilter
 
filterIfMissing - Variable in class org.apache.gora.filter.SingleFieldValueFilter
 
FilterList<K,T extends PersistentBase> - Class in org.apache.gora.filter
 
FilterList() - Constructor for class org.apache.gora.filter.FilterList
 
FilterList(List<Filter<K, T>>) - Constructor for class org.apache.gora.filter.FilterList
 
FilterList(FilterList.Operator) - Constructor for class org.apache.gora.filter.FilterList
 
FilterList(FilterList.Operator, List<Filter<K, T>>) - Constructor for class org.apache.gora.filter.FilterList
 
FilterList.Operator - Enum in org.apache.gora.filter
set operator
FilterOp - Enum in org.apache.gora.filter
Defines a set of common filter compare operations.
filterOp - Variable in class org.apache.gora.filter.MapFieldValueFilter
 
filterOp - Variable in class org.apache.gora.filter.SingleFieldValueFilter
 
findBooleanProperty(Properties, DataStore<?, ?>, String, String) - Static method in class org.apache.gora.store.DataStoreFactory
 
findBooleanProperty(Properties, DataStore<?, ?>, String, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
findProperty(Properties, DataStore<?, ?>, String, String) - Static method in class org.apache.gora.store.DataStoreFactory
Tries to find a property with the given baseKey.
findProperty(Properties, DataStore<?, ?>, String, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Tries to find a property with the given baseKey.
findPropertyOrDie(Properties, DataStore<?, ?>, String) - Static method in class org.apache.gora.store.DataStoreFactory
Tries to find a property with the given baseKey.
findPropertyOrDie(Properties, DataStore<?, ?>, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Tries to find a property with the given baseKey.
FIRST_UNMANAGED_FIELD_INDEX - Static variable in class org.apache.gora.compiler.GoraCompiler
 
FixedByteArrayOutputStream - Class in org.apache.gora.accumulo.util
 
FixedByteArrayOutputStream(byte[]) - Constructor for class org.apache.gora.accumulo.util.FixedByteArrayOutputStream
 
flush() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
flush() - Method in class org.apache.gora.avro.store.AvroStore
 
flush() - Method in class org.apache.gora.avro.store.DataFileAvroStore
 
flush() - Method in class org.apache.gora.cassandra.store.CassandraStore
Flush the buffer which is a synchronized LinkedHashMap storing fields pending to be stored by CassandraStore.put(Object, PersistentBase) operations.
flush() - Method in class org.apache.gora.hbase.store.HBaseStore
 
flush() - Method in class org.apache.gora.memory.store.MemStore
 
flush() - Method in class org.apache.gora.solr.store.SolrStore
 
flush() - Method in interface org.apache.gora.store.DataStore
Forces the write caches to be flushed.
flush() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
flush() - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
flushCommits() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
followingKey(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
followingKey(int, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
followingKey(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
followingKey(int, byte[]) - Static method in class org.apache.gora.accumulo.encoders.Utils
 
fromByteBuffer(Schema, ByteBuffer) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.CharSequenceSerializer
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.ListSerializer
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.MapSerializer
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
fromBytes(Schema, byte[]) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
fromBytes(Encoder, Schema, byte[]) - Static method in class org.apache.gora.accumulo.store.AccumuloStore
 
fromBytes(Class<K>, byte[]) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
fromBytes(Encoder, Class<K>, byte[]) - Static method in class org.apache.gora.accumulo.store.AccumuloStore
 
fromBytes(Schema, byte[]) - Static method in class org.apache.gora.hbase.util.HBaseByteInterface
Deserializes an array of bytes matching the given schema to the proper basic (enum, Utf8,...) or complex type (Persistent/Record).
fromBytes(Class<K>, byte[]) - Static method in class org.apache.gora.hbase.util.HBaseByteInterface
Converts an array of bytes to the target basic class.
fromBytes(byte[], Schema, SpecificDatumReader<T>, T) - Static method in class org.apache.gora.util.ByteUtils
 
FsInput - Class in org.apache.gora.avro.mapreduce
Adapt an FSDataInputStream to SeekableInput.
FsInput(Path, Configuration) - Constructor for class org.apache.gora.avro.mapreduce.FsInput
Construct given a path and a configuration.

G

generateAppropriateImmutabilityModifier(Schema) - Static method in class org.apache.gora.compiler.GoraCompiler
 
generateAppropriateValue(Schema.Field) - Static method in class org.apache.gora.compiler.GoraCompiler
 
generateAppropriateWrapper(Schema, Schema.Field) - Static method in class org.apache.gora.compiler.GoraCompiler
 
generateAppropriateWrapperOrValue(Schema) - Static method in class org.apache.gora.compiler.GoraCompiler
 
generateAppropriateWrapperOrValueForPut(Schema) - Static method in class org.apache.gora.compiler.GoraCompiler
 
generateDefaultValueString(Schema, String) - Static method in class org.apache.gora.compiler.GoraCompiler
 
generateDirtyMethod(Schema, Schema.Field) - Static method in class org.apache.gora.compiler.GoraCompiler
 
get(K, String[]) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
get(K, String[]) - Method in class org.apache.gora.avro.store.AvroStore
 
get(K, String[]) - Method in class org.apache.gora.avro.store.DataFileAvroStore
 
get() - Static method in class org.apache.gora.cassandra.serializers.CharSequenceSerializer
 
get(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.ListSerializer
 
get(Schema.Type, Class) - Static method in class org.apache.gora.cassandra.serializers.ListSerializer
 
get(Schema) - Static method in class org.apache.gora.cassandra.serializers.ListSerializer
 
get(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.MapSerializer
 
get(Schema.Type, Class) - Static method in class org.apache.gora.cassandra.serializers.MapSerializer
 
get(Schema) - Static method in class org.apache.gora.cassandra.serializers.MapSerializer
 
get() - Static method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
get(Class) - Static method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
get(Class<?>) - Method in class org.apache.gora.cassandra.store.CassandraMappingManager
 
get(K, String[]) - Method in class org.apache.gora.cassandra.store.CassandraStore
 
get(K, String[]) - Method in class org.apache.gora.hbase.store.HBaseStore
 
get(Get) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
get(List<Get>) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
get(K, String[]) - Method in class org.apache.gora.memory.store.MemStore
 
get(int) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
get(Object) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
get() - Static method in class org.apache.gora.persistency.impl.PersistentBase.PersistentData
 
get(int) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
get(Object) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
get() - Method in class org.apache.gora.query.impl.ResultBase
 
get() - Method in interface org.apache.gora.query.Result
Returns the current object.
get() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
get(K, String[]) - Method in class org.apache.gora.solr.store.SolrStore
 
get(K) - Method in interface org.apache.gora.store.DataStore
Returns the object corresponding to the given key fetching all the fields.
get(K, String[]) - Method in interface org.apache.gora.store.DataStore
Returns the object corresponding to the given key.
get(K) - Method in class org.apache.gora.store.impl.DataStoreBase
 
get(int) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
get(int) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
get() - Static method in class org.apache.gora.util.Null
 
getAsBytes(List<ByteBuffer>) - Static method in class org.apache.gora.util.IOUtils
Copies the contents of the buffers into a single byte[]
getAutoCreateSchema(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.DataStoreFactory
 
getAutoCreateSchema(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
getBaseQuery() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getBaseQuery() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
Gets the base query to be used
getBeanFactory() - Method in interface org.apache.gora.store.DataStore
Returns the BeanFactory used by the DataStore
getBeanFactory() - Method in class org.apache.gora.store.impl.DataStoreBase
 
getBuildVersion() - Static method in class org.apache.gora.util.VersionInfo
Returns the buildVersion which includes version, revision, user and date.
getCachedKey() - Method in interface org.apache.gora.persistency.BeanFactory
Returns an instance of the key object to be used to access static fields of the object.
getCachedKey() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
getCachedKey() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
 
getCachedPersistent() - Method in interface org.apache.gora.persistency.BeanFactory
Returns an instance of the Persistent object to be used to access static fields of the object.
getCachedPersistent() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
getCachedPersistent() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
 
getCassandraColumn(String) - Method in class org.apache.gora.cassandra.query.CassandraRow
Gets a specific CassandraColumn within a row using its name
getCassandraMapping() - Method in class org.apache.gora.cassandra.store.CassandraClient
Retrieves the cassandraMapping which holds whatever was mapped from the gora-cassandra-mapping.xml
getClass(Object) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getClass(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getClass(Schema) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getClassname(Class<?>) - Static method in class org.apache.gora.util.StringUtils
Returns the name of the class without the package name.
getClassname(String) - Static method in class org.apache.gora.util.StringUtils
Returns the name of the class without the package name.
getClusterName() - Method in class org.apache.gora.cassandra.store.CassandraMapping
Simply gets the Cassandra cluster (the machines (nodes) in a logical Cassandra instance) name.
getColumn(String) - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
getColumn(String) - Method in class org.apache.gora.hbase.store.HBaseMapping
 
getColumnFamilyDefinitions() - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
getColumns(String) - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
getColumnsAttribs() - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.CharSequenceSerializer
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.ListSerializer
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.MapSerializer
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
getConf() - Method in class org.apache.gora.avro.store.AvroStore
 
getConf() - Method in class org.apache.gora.hbase.store.HBaseStore
 
getConf() - Method in class org.apache.gora.mapreduce.GoraInputFormat
 
getConf() - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
getConf() - Method in class org.apache.gora.query.impl.QueryBase
 
getConf() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
Gets the configuration object
getConf() - Method in class org.apache.gora.store.impl.DataStoreBase
 
getConf() - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Gets the configuration (authentication) object
getConfiguration() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getConstructor(Class<T>) - Static method in class org.apache.gora.util.ReflectionUtils
Returns the empty argument constructor of the class.
getCoreName() - Method in class org.apache.gora.solr.store.SolrMapping
 
getCurrentKey() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
getCurrentValue() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
getDataStore() - Method in class org.apache.gora.accumulo.query.AccumuloResult
 
getDataStore() - Method in class org.apache.gora.hbase.query.HBaseResult
 
getDataStore() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getDataStore() - Method in class org.apache.gora.query.impl.QueryBase
 
getDataStore() - Method in class org.apache.gora.query.impl.ResultBase
 
getDataStore() - Method in interface org.apache.gora.query.Query
Returns the DataStore, that this Query is associated with.
getDataStore() - Method in interface org.apache.gora.query.Result
Returns the DataStore, that this Result is associated with.
getDataStore() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getDataStore() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getDataStore() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
getDataStore(Class<D>, Class<K>, Class<T>, Configuration) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
getDataStore(String, Class<K>, Class<T>, Configuration) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
getDataStore(String, String, String, Configuration) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate a new DataStore.
getDataStore(Class<K>, Class<T>, Configuration) - Static method in class org.apache.gora.store.DataStoreFactory
Instantiate the default DataStore.
getDataStore(Class<D>, Class<K>, Class<T>, Object) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
getDataStore(String, Class<K>, Class<T>, Object) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
getDataStore(String, String, String, Object) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate a new DataStore.
getDataStore(Class<K>, Class<T>, Object) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Instantiate the default DataStore.
getDate() - Static method in class org.apache.gora.util.VersionInfo
The date that Gora was compiled.
getDatumReader() - Method in class org.apache.gora.avro.store.AvroStore
 
getDatumWriter() - Method in class org.apache.gora.avro.store.AvroStore
 
getDecoder() - Method in class org.apache.gora.avro.store.AvroStore
 
getDefaultSchemaName(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.DataStoreFactory
Gets the default schema name of a given store class
getDefaultSchemaName(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Gets the default schema name of a given store class
getDelegate() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
getDelegate() - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
getDeserializer(Class<Persistent>) - Method in class org.apache.gora.mapreduce.PersistentSerialization
 
getDeserializer(Class<String>) - Method in class org.apache.gora.mapreduce.StringSerialization
 
getDirtyFlag() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
getElementSchema(GenericArray<?>) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getEncoder() - Method in class org.apache.gora.avro.store.AvroStore
 
getEndKey() - Method in class org.apache.gora.query.impl.QueryBase
 
getEndKey() - Method in interface org.apache.gora.query.Query
 
getEndKey() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getEndTime() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getEndTime() - Method in class org.apache.gora.query.impl.QueryBase
 
getEndTime() - Method in interface org.apache.gora.query.Query
 
getEndTime() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getEndTime() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getEnumValue(Schema, String) - Static method in class org.apache.gora.util.AvroUtils
 
getEnumValue(Schema, int) - Static method in class org.apache.gora.util.AvroUtils
 
getFactory(Filter<K, T>) - Method in class org.apache.gora.hbase.util.HBaseFilterUtil
 
getFamily() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getFamily(String) - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
getFamily() - Method in class org.apache.gora.hbase.store.HBaseColumn
 
getFamilyMap() - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
getFamilyMap(Query<K, T>) - Method in class org.apache.gora.cassandra.store.CassandraClient
Select the families that contain at least one column mapped to a query field.
getFamilyMap() - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
getField() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getField(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Gets a specific field from the fields map
getFieldIndex(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Gets a field index based on the field name
getFieldMap(Schema) - Static method in class org.apache.gora.util.AvroUtils
Returns a map of field name to Field for schema's fields.
getFieldName() - Method in class org.apache.gora.filter.MapFieldValueFilter
 
getFieldName() - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
getFields() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Gets fields using a specific class
getFields() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getFields() - Method in class org.apache.gora.query.impl.QueryBase
 
getFields() - Method in interface org.apache.gora.query.Query
 
getFields() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getFields() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getFields() - Method in class org.apache.gora.store.impl.DataStoreBase
 
getFieldsToQuery(String[]) - Method in class org.apache.gora.store.impl.DataStoreBase
Checks whether the fields argument is null, and if so returns all the fields of the Persistent object, else returns the argument.
getFilter() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getFilter() - Method in class org.apache.gora.query.impl.QueryBase
 
getFilter() - Method in interface org.apache.gora.query.Query
 
getFilter() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getFilterOp() - Method in class org.apache.gora.filter.MapFieldValueFilter
 
getFilterOp() - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
getFilters() - Method in class org.apache.gora.filter.FilterList
 
getFixedSize(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getFixedSize(Schema) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getFixedSize(Class<?>) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getHbaseFitlerUtil() - Method in class org.apache.gora.hbase.util.BaseFactory
 
getHbaseFitlerUtil() - Method in interface org.apache.gora.hbase.util.FilterFactory
 
getHostName() - Method in class org.apache.gora.cassandra.store.CassandraMapping
Simply gets the Cassandra host name.
getHttpMethod() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'httpMethod' field
getHttpMethod() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'httpMethod' field.
getHttpMethod() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'httpMethod' field.
getHttpStatusCode() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'httpStatusCode' field
getHttpStatusCode() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'httpStatusCode' field.
getHttpStatusCode() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'httpStatusCode' field.
getInputPath(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.DataStoreFactory
Returns the input path as read from the properties for file-backed data stores.
getInputPath() - Method in interface org.apache.gora.store.FileBackedDataStore
 
getInputPath() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getInputPath(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Returns the input path as read from the properties for file-backed data stores.
getInputStream() - Method in interface org.apache.gora.store.FileBackedDataStore
 
getInputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getIp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'ip' field
getIp() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'ip' field.
getIp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'ip' field.
getKey() - Method in class org.apache.gora.cassandra.query.CassandraRow
 
getKey() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
getKey() - Method in class org.apache.gora.query.impl.QueryBase
 
getKey() - Method in class org.apache.gora.query.impl.ResultBase
 
getKey() - Method in interface org.apache.gora.query.Query
 
getKey() - Method in interface org.apache.gora.query.Result
Returns the current key.
getKey() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getKey() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
getKey() - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
getKeyClass() - Method in interface org.apache.gora.persistency.BeanFactory
Returns the key class
getKeyClass() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
getKeyClass() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
 
getKeyClass() - Method in class org.apache.gora.query.impl.ResultBase
 
getKeyClass() - Method in interface org.apache.gora.query.Result
Returns the class of the keys
getKeyClass() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
getKeyClass() - Method in interface org.apache.gora.store.DataStore
Returns the class of the keys
getKeyClass() - Method in class org.apache.gora.store.impl.DataStoreBase
 
getKeyClass() - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
getKeyspaceName() - Method in class org.apache.gora.cassandra.store.CassandraClient
Obtain Schema/Keyspace name
getKeyspaceName() - Method in class org.apache.gora.cassandra.store.CassandraMapping
Simply gets the Cassandra namespace for ColumnFamilies, typically one per application
getLength() - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
getLength() - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
getLicense() - Method in class org.apache.gora.compiler.utils.LicenseHeaders
Get the license header for the LicenseHeader object.
getLicenseName() - Method in class org.apache.gora.compiler.utils.LicenseHeaders
Get the license name for the LicenseHeader object.
getLimit() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getLimit() - Method in class org.apache.gora.query.impl.QueryBase
 
getLimit() - Method in interface org.apache.gora.query.Query
Returns the maximum number of results
getLimit() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getLimit() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getListTombstone() - Static method in class org.apache.gora.persistency.Tombstones
 
getLocations() - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
getLocations() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getLocations() - Method in interface org.apache.gora.query.PartitionQuery
Returns the locations on which this partial query will run locally.
getLocations() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getManager() - Static method in class org.apache.gora.cassandra.store.CassandraMappingManager
 
getMapKey() - Method in class org.apache.gora.filter.MapFieldValueFilter
 
getMapping() - Method in class org.apache.gora.hbase.store.HBaseStore
 
getMapping() - Method in class org.apache.gora.solr.store.SolrStore
 
getMappingFile(Properties, DataStore<?, ?>, String) - Static method in class org.apache.gora.store.DataStoreFactory
Looks for the gora-<classname>-mapping.xml as a resource on the classpath.
getMappingFile(Properties, DataStore<?, ?>, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
getMapTombstone() - Static method in class org.apache.gora.persistency.Tombstones
 
getMetric() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Gets the value of the 'metric' field
getMetric() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Gets the value of the 'metric' field.
getMetric() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Gets the value of the 'metric' field.
getMetricDimension() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Gets the value of the 'metricDimension' field
getMetricDimension() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Gets the value of the 'metricDimension' field.
getMetricDimension() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Gets the value of the 'metricDimension' field.
getName() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getName() - Method in class org.apache.gora.cassandra.query.CassandraSubColumn
 
getName() - Method in class org.apache.gora.cassandra.query.CassandraSuperColumn
 
getOffset() - Method in class org.apache.gora.query.impl.ResultBase
 
getOffset() - Method in interface org.apache.gora.query.Result
Returns the number of times next() is called with return value true.
getOffset() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
getOperands() - Method in class org.apache.gora.filter.MapFieldValueFilter
 
getOperands() - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
getOperator() - Method in class org.apache.gora.filter.FilterList
 
getOrCreateConf() - Method in class org.apache.gora.store.impl.DataStoreBase
 
getOrCreateInputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getOrCreateOutputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getOrCreatePersistent(T) - Method in class org.apache.gora.query.impl.ResultBase
 
getOrCreatePersistent(T) - Method in class org.apache.gora.query.ws.impl.ResultWSBase
Creates an object if it does not exists
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.GoraOutputFormat
 
getOutputPath(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.DataStoreFactory
Returns the output path as read from the properties for file-backed data stores.
getOutputPath() - Method in interface org.apache.gora.store.FileBackedDataStore
 
getOutputPath() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getOutputPath(Properties, DataStore<?, ?>) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Returns the output path as read from the properties for file-backed data stores.
getOutputStream() - Method in interface org.apache.gora.store.FileBackedDataStore
 
getOutputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getPartitions(Query<K, T>) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
getPartitions(Query<K, T>) - Method in class org.apache.gora.cassandra.store.CassandraStore
 
getPartitions(Query<K, T>) - Method in class org.apache.gora.hbase.store.HBaseStore
 
getPartitions(Query<K, T>) - Method in class org.apache.gora.memory.store.MemStore
 
getPartitions(Query<K, T>) - Method in class org.apache.gora.solr.store.SolrStore
 
getPartitions(Query<K, T>) - Method in interface org.apache.gora.store.DataStore
Partitions the given query and returns a list of PartitionQuerys, which will execute on local data.
getPartitions(Query<K, T>) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
getPersistentClass() - Method in interface org.apache.gora.persistency.BeanFactory
Returns the persistent class
getPersistentClass() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
getPersistentClass() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
 
getPersistentClass() - Method in class org.apache.gora.query.impl.ResultBase
 
getPersistentClass() - Method in interface org.apache.gora.query.Result
Returns the class of the persistent objects
getPersistentClass() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
getPersistentClass() - Method in interface org.apache.gora.store.DataStore
Returns the class of the persistent objects
getPersistentClass() - Method in class org.apache.gora.store.impl.DataStoreBase
 
getPersistentClass() - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
getPersistentFieldNames(Persistent) - Static method in class org.apache.gora.util.AvroUtils
Return the field names from a persistent object
getPrimaryKey() - Method in class org.apache.gora.solr.store.SolrMapping
 
getProgress() - Method in class org.apache.gora.accumulo.query.AccumuloResult
 
getProgress() - Method in class org.apache.gora.avro.query.AvroResult
 
getProgress() - Method in class org.apache.gora.avro.query.DataFileAvroResult
 
getProgress() - Method in class org.apache.gora.cassandra.query.CassandraResult
 
getProgress() - Method in class org.apache.gora.hbase.query.HBaseGetResult
 
getProgress() - Method in class org.apache.gora.hbase.query.HBaseScannerResult
 
getProgress() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
getProgress() - Method in class org.apache.gora.memory.store.MemStore.MemResult
 
getProgress() - Method in interface org.apache.gora.query.Result
Returns how far along the result has iterated, a value between 0 and 1.
getProgress() - Method in class org.apache.gora.solr.query.SolrResult
 
getProvider() - Method in interface org.apache.gora.store.WebServiceBackedDataStore
 
getQualifier() - Method in class org.apache.gora.hbase.store.HBaseColumn
 
getQuery() - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
getQuery(Configuration) - Method in class org.apache.gora.mapreduce.GoraInputFormat
 
getQuery() - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
getQuery() - Method in class org.apache.gora.query.impl.ResultBase
 
getQuery() - Method in interface org.apache.gora.query.Result
Returns the Query object for this Result.
getQuery() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
getRecordsMax() - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
getRecordsNumber() - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
getRecordWriter(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.GoraOutputFormat
 
getReferrer() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'referrer' field
getReferrer() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'referrer' field.
getReferrer() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'referrer' field.
getRegionLocation(byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
getRegionLocation provided by HTable but not HTableInterface.
getResponseSize() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'responseSize' field
getResponseSize() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'responseSize' field.
getResponseSize() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'responseSize' field.
getReverseMap(Query<K, T>) - Method in class org.apache.gora.cassandra.store.CassandraClient
Select the field names according to the column names, which format if fully qualified: "family:column"
getRevision() - Static method in class org.apache.gora.util.VersionInfo
Get the subversion revision number for the root directory
getRow(K) - Method in class org.apache.gora.cassandra.query.CassandraResultSet
 
getRowOrBefore(byte[], byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getScanner(Scan) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getScanner(byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getScanner(byte[], byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getScannerCaching() - Method in class org.apache.gora.hbase.store.HBaseStore
Gets the Scanner Caching optimization value
getSchema(Object) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getSchema(Class<?>) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getSchema() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
getSchema() - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
getSchema(Class<? extends Persistent>) - Static method in class org.apache.gora.util.AvroUtils
Returns the schema of the class
getSchemaFieldNames(Schema) - Static method in class org.apache.gora.util.AvroUtils
Return the field names from a schema object
getSchemaName() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
getSchemaName() - Method in class org.apache.gora.avro.store.AvroStore
 
getSchemaName() - Method in class org.apache.gora.cassandra.store.CassandraStore
In Cassandra Schemas are referred to as Keyspaces
getSchemaName() - Method in class org.apache.gora.hbase.store.HBaseStore
 
getSchemaName() - Method in class org.apache.gora.memory.store.MemStore
 
getSchemaName() - Method in class org.apache.gora.solr.store.SolrStore
 
getSchemaName() - Method in interface org.apache.gora.store.DataStore
Returns the schema name given to this DataStore
getSchemaName(String, Class<?>) - Method in class org.apache.gora.store.impl.DataStoreBase
Returns the name of the schema to use for the persistent class.
getSchemaName(String, Class<?>) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Returns the name of the schema to use for the persistent class.
getSerializer(Object) - Static method in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
getSerializer(Class<?>) - Static method in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
getSerializer(Schema) - Static method in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
getSerializer(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
getSerializer(Schema.Type, Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
getSerializer(Schema.Type, Class<T>) - Static method in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
getSerializer(Class<Persistent>) - Method in class org.apache.gora.mapreduce.PersistentSerialization
 
getSerializer(Class<String>) - Method in class org.apache.gora.mapreduce.StringSerialization
 
getSolrField(String) - Method in class org.apache.gora.solr.store.SolrMapping
 
getSplit() - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
getSplits(JobContext) - Method in class org.apache.gora.mapreduce.GoraInputFormat
 
getSplits(Configuration, String) - Static method in class org.apache.gora.mapreduce.GoraMapReduceUtils
 
getSrcChecksum() - Static method in class org.apache.gora.util.VersionInfo
Get the checksum of the source files from which Gora was built.
getStart() - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
getStartEndKeys() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
getStartEndKeys provided by HTable but not HTableInterface.
getStartKey() - Method in class org.apache.gora.query.impl.QueryBase
 
getStartKey() - Method in interface org.apache.gora.query.Query
 
getStartKey() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getStartTime() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getStartTime() - Method in class org.apache.gora.query.impl.QueryBase
 
getStartTime() - Method in interface org.apache.gora.query.Query
 
getStartTime() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getStartTime() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getStaticField(Class<?>, String) - Static method in class org.apache.gora.util.ReflectionUtils
Returns the value of a named static field
getSupportedFilters() - Method in class org.apache.gora.hbase.util.DefaultFactory
 
getSupportedFilters() - Method in interface org.apache.gora.hbase.util.FilterFactory
 
getTable() - Method in class org.apache.gora.hbase.store.HBaseMapping
 
getTableDescriptor() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getTableName() - Method in class org.apache.gora.hbase.store.HBaseMapping
 
getTableName() - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
getTableName() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getTimestamp() - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
getTimestamp() - Method in class org.apache.gora.query.impl.QueryBase
 
getTimestamp() - Method in interface org.apache.gora.query.Query
 
getTimestamp() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
getTimestamp() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
getTimestamp() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Gets the value of the 'timestamp' field
getTimestamp() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'timestamp' field
getTimestamp() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'timestamp' field.
getTombstone() - Method in interface org.apache.gora.persistency.Persistent
Get an object which can be used to mark this field as deleted (rather than state unknown, which is indicated by null).
getTombstone() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
getTombstone() - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
getType() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getType(Object) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getType(Class<?>) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getUnionType() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getUnmanagedFields() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
getUnmanagedFields() - Method in interface org.apache.gora.persistency.Persistent
Get a list of fields from this persistent object's schema that are not managed by Gora.
getUrl() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'url' field
getUrl() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'url' field.
getUrl() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'url' field.
getUrl() - Static method in class org.apache.gora.util.VersionInfo
Get the subversion URL for the root Gora directory.
getUser() - Static method in class org.apache.gora.util.VersionInfo
The user that compiled Gora.
getUserAgent() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Gets the value of the 'userAgent' field
getUserAgent() - Method in class org.apache.gora.tutorial.log.generated.Pageview
Gets the value of the 'userAgent' field.
getUserAgent() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Gets the value of the 'userAgent' field.
getValue() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getValue() - Method in class org.apache.gora.cassandra.query.CassandraSubColumn
Deserialize a String into an typed Object, according to the field schema.
getValue() - Method in class org.apache.gora.cassandra.query.CassandraSuperColumn
 
getValue() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
getValue() - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
getVersion() - Static method in class org.apache.gora.util.VersionInfo
Get the Gora version.
getWriteBufferSize() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getWSProvider() - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Gets web service provider name
GORA - Static variable in class org.apache.gora.store.DataStoreFactory
 
GORA - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
GORA_DEFAULT_DATASTORE_KEY - Static variable in class org.apache.gora.store.DataStoreFactory
 
GORA_DEFAULT_DATASTORE_KEY - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
GORA_DEFAULT_PROPERTIES_FILE - Static variable in class org.apache.gora.store.DataStoreFactory
 
GORA_DEFAULT_PROPERTIES_FILE - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
GoraCompiler - Class in org.apache.gora.compiler
 
GoraCompilerCLI - Class in org.apache.gora.compiler.cli
 
GoraCompilerCLI() - Constructor for class org.apache.gora.compiler.cli.GoraCompilerCLI
 
GoraException - Exception in org.apache.gora.util
Gora specific exception.
GoraException() - Constructor for exception org.apache.gora.util.GoraException
 
GoraException(String, Throwable) - Constructor for exception org.apache.gora.util.GoraException
 
GoraException(String) - Constructor for exception org.apache.gora.util.GoraException
 
GoraException(Throwable) - Constructor for exception org.apache.gora.util.GoraException
 
GoraInputFormat<K,T extends PersistentBase> - Class in org.apache.gora.mapreduce
InputFormat to fetch the input from Gora data stores.
GoraInputFormat() - Constructor for class org.apache.gora.mapreduce.GoraInputFormat
 
GoraInputSplit - Class in org.apache.gora.mapreduce
InputSplit using PartitionQuerys.
GoraInputSplit() - Constructor for class org.apache.gora.mapreduce.GoraInputSplit
 
GoraInputSplit(Configuration, PartitionQuery<?, ?>) - Constructor for class org.apache.gora.mapreduce.GoraInputSplit
 
GoraMapper<K1,V1 extends Persistent,K2,V2> - Class in org.apache.gora.mapreduce
Base class for Gora based Mappers.
GoraMapper() - Constructor for class org.apache.gora.mapreduce.GoraMapper
 
GoraMapReduceUtils - Class in org.apache.gora.mapreduce
MapReduce related utilities for Gora
GoraMapReduceUtils() - Constructor for class org.apache.gora.mapreduce.GoraMapReduceUtils
 
GoraMapReduceUtils.HelperInputFormat<K,V> - Class in org.apache.gora.mapreduce
 
GoraMapReduceUtils.HelperInputFormat() - Constructor for class org.apache.gora.mapreduce.GoraMapReduceUtils.HelperInputFormat
 
GoraOutputFormat<K,T extends Persistent> - Class in org.apache.gora.mapreduce
OutputFormat for Hadoop jobs that want to store the job outputs to a Gora store.
GoraOutputFormat() - Constructor for class org.apache.gora.mapreduce.GoraOutputFormat
 
GoraRecordCounter - Class in org.apache.gora.mapreduce
 
GoraRecordCounter() - Constructor for class org.apache.gora.mapreduce.GoraRecordCounter
 
GoraRecordReader<K,T extends PersistentBase> - Class in org.apache.gora.mapreduce
An adapter for Result to Hadoop RecordReader.
GoraRecordReader(Query<K, T>, TaskAttemptContext) - Constructor for class org.apache.gora.mapreduce.GoraRecordReader
 
GoraRecordWriter<K,T> - Class in org.apache.gora.mapreduce
Hadoop record writer that flushes the Gora datastore regularly.
GoraRecordWriter(DataStore<K, Persistent>, TaskAttemptContext) - Constructor for class org.apache.gora.mapreduce.GoraRecordWriter
 
GoraReducer<K1,V1,K2,V2 extends Persistent> - Class in org.apache.gora.mapreduce
Base class for Gora based Reducers.
GoraReducer() - Constructor for class org.apache.gora.mapreduce.GoraReducer
 
GoraSerializerTypeInferer - Class in org.apache.gora.cassandra.serializers
Utility class that infers the concrete Serializer needed to turn a value into its binary representation
GoraSerializerTypeInferer() - Constructor for class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
GoraVersionAnnotation - Annotation Type in org.apache.gora
A package attribute that captures the version of Gora that was compiled.

H

hasConstructor(Class<?>) - Static method in class org.apache.gora.util.ReflectionUtils
Returns whether the class defines an empty argument constructor.
hashCode() - Method in class org.apache.gora.hbase.store.HBaseColumn
 
hashCode() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
hashCode() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
hashCode() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
hashCode() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
hashCode() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
hashCode() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
hashCode() - Method in class org.apache.gora.query.impl.QueryBase
 
hashCode() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
hashCode() - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
hasHttpMethod() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'httpMethod' field has been set
hasHttpStatusCode() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'httpStatusCode' field has been set
hasIp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'ip' field has been set
hasMetric() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Checks whether the 'metric' field has been set
hasMetricDimension() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Checks whether the 'metricDimension' field has been set
hasNext() - Method in class org.apache.gora.util.NodeWalker
Returns true if there are more nodes on the current stack.
hasReferrer() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'referrer' field has been set
hasResponseSize() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'responseSize' field has been set
hasTimestamp() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Checks whether the 'timestamp' field has been set
hasTimestamp() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'timestamp' field has been set
hasUrl() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'url' field has been set
hasUserAgent() - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Checks whether the 'userAgent' field has been set
HBaseByteInterface - Class in org.apache.gora.hbase.util
Contains utility methods for byte[] <-> field conversions.
HBaseByteInterface() - Constructor for class org.apache.gora.hbase.util.HBaseByteInterface
 
HBaseColumn - Class in org.apache.gora.hbase.store
Store family, qualifier tuple
HBaseColumn(byte[], byte[]) - Constructor for class org.apache.gora.hbase.store.HBaseColumn
 
HBaseFilterUtil<K,T extends PersistentBase> - Class in org.apache.gora.hbase.util
 
HBaseFilterUtil(Configuration) - Constructor for class org.apache.gora.hbase.util.HBaseFilterUtil
 
HBaseGetResult<K,T extends PersistentBase> - Class in org.apache.gora.hbase.query
An HBaseResult based on the result of a HBase Get query.
HBaseGetResult(HBaseStore<K, T>, Query<K, T>, Result) - Constructor for class org.apache.gora.hbase.query.HBaseGetResult
 
HBaseMapping - Class in org.apache.gora.hbase.store
Mapping definitions for HBase.
HBaseMapping(HTableDescriptor, Map<String, HBaseColumn>) - Constructor for class org.apache.gora.hbase.store.HBaseMapping
 
HBaseMapping.HBaseMappingBuilder - Class in org.apache.gora.hbase.store
A builder for creating the mapper.
HBaseMapping.HBaseMappingBuilder() - Constructor for class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
HBaseQuery<K,T extends PersistentBase> - Class in org.apache.gora.hbase.query
HBase specific implementation of the Query interface.
HBaseQuery() - Constructor for class org.apache.gora.hbase.query.HBaseQuery
 
HBaseQuery(DataStore<K, T>) - Constructor for class org.apache.gora.hbase.query.HBaseQuery
 
HBaseResult<K,T extends PersistentBase> - Class in org.apache.gora.hbase.query
Base class for Result implementations for HBase.
HBaseResult(HBaseStore<K, T>, Query<K, T>) - Constructor for class org.apache.gora.hbase.query.HBaseResult
 
HBaseScannerResult<K,T extends PersistentBase> - Class in org.apache.gora.hbase.query
Result of a query based on an HBase scanner.
HBaseScannerResult(HBaseStore<K, T>, Query<K, T>, ResultScanner) - Constructor for class org.apache.gora.hbase.query.HBaseScannerResult
 
HBaseStore<K,T extends PersistentBase> - Class in org.apache.gora.hbase.store
DataStore for HBase.
HBaseStore() - Constructor for class org.apache.gora.hbase.store.HBaseStore
 
HBaseTableConnection - Class in org.apache.gora.hbase.store
Thread safe implementation to connect to a HBase table.
HBaseTableConnection(Configuration, String, boolean) - Constructor for class org.apache.gora.hbase.store.HBaseTableConnection
Instantiate new connection.
HectorUtils<K,T extends Persistent> - Class in org.apache.gora.cassandra.store
This class it not thread safe.
HectorUtils() - Constructor for class org.apache.gora.cassandra.store.HectorUtils
 
HexEncoder - Class in org.apache.gora.accumulo.encoders
Encodes data in a ascii hex representation
HexEncoder() - Constructor for class org.apache.gora.accumulo.encoders.HexEncoder
 

I

increment(Increment) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
increment() - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
incrementColumnValue(byte[], byte[], byte[], long) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
incrementColumnValue(byte[], byte[], byte[], long, boolean) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
indexOf(Object) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
indexOf(Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.avro.store.AvroStore
 
initialize(Class<K>, Class<T>) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.cassandra.store.CassandraStore
Initialize is called when then the call to org.apache.gora.store.DataStoreFactory#createDataStore(Class dataStoreClass, Class keyClass, Class persistent, org.apache.hadoop.conf.Configuration conf) is made.
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.hbase.store.HBaseStore
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.solr.store.SolrStore
 
initialize(Class<K>, Class<T>, Properties) - Method in interface org.apache.gora.store.DataStore
Initializes this DataStore.
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.store.impl.DataStoreBase
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
initialize(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
initializeRelations() - Method in class org.apache.gora.compiler.utils.LicenseHeaders
Initializes relations between supported licenses and license text
initMapperJob(Job, Class<? extends DataStore<K1, V1>>, Class<K1>, Class<V1>, Class<K2>, Class<V2>, Class<? extends GoraMapper>, Class<? extends Partitioner>, boolean) - Static method in class org.apache.gora.mapreduce.GoraMapper
Initializes the Mapper, and sets input parameters for the job.
initMapperJob(Job, Class<? extends DataStore<K1, V1>>, Class<K1>, Class<V1>, Class<K2>, Class<V2>, Class<? extends GoraMapper>, boolean) - Static method in class org.apache.gora.mapreduce.GoraMapper
Initializes the Mapper, and sets input parameters for the job.
initMapperJob(Job, Query<K1, V1>, DataStore<K1, V1>, Class<K2>, Class<V2>, Class<? extends GoraMapper>, Class<? extends Partitioner>, boolean) - Static method in class org.apache.gora.mapreduce.GoraMapper
Initializes the Mapper, and sets input parameters for the job
initMapperJob(Job, DataStore<K1, V1>, Class<K2>, Class<V2>, Class<? extends GoraMapper>, boolean) - Static method in class org.apache.gora.mapreduce.GoraMapper
Initializes the Mapper, and sets input parameters for the job
initMapperJob(Job, Query<K1, V1>, DataStore<K1, V1>, Class<K2>, Class<V2>, Class<? extends GoraMapper>, boolean) - Static method in class org.apache.gora.mapreduce.GoraMapper
Initializes the Mapper, and sets input parameters for the job
initReducerJob(Job, Class<? extends DataStore<K2, V2>>, Class<K2>, Class<V2>, Class<? extends GoraReducer<K1, V1, K2, V2>>, boolean) - Static method in class org.apache.gora.mapreduce.GoraReducer
Initializes the Reducer, and sets output parameters for the job.
initReducerJob(Job, DataStore<K2, V2>, Class<? extends GoraReducer<K1, V1, K2, V2>>) - Static method in class org.apache.gora.mapreduce.GoraReducer
Initializes the Reducer, and sets output parameters for the job.
initReducerJob(Job, DataStore<K2, V2>, Class<? extends GoraReducer<K1, V1, K2, V2>>, boolean) - Static method in class org.apache.gora.mapreduce.GoraReducer
Initializes the Reducer, and sets output parameters for the job.
INPUT_PATH - Static variable in class org.apache.gora.store.DataStoreFactory
 
INPUT_PATH - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
inputPath - Variable in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
inputSize - Variable in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
inputStream - Variable in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
insertColumn(Mutator<K>, K, String, ByteBuffer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertColumn(Mutator<K>, K, String, String, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertSubColumn(Mutator<K>, K, String, String, ByteBuffer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertSubColumn(Mutator<K>, K, String, String, String, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertSubColumn(Mutator<K>, K, String, String, Integer, ByteBuffer, String) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
INSTANCE_NAME_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
IOUtils - Class in org.apache.gora.util
An utility class for I/O related functionality.
IOUtils() - Constructor for class org.apache.gora.util.IOUtils
 
is(String) - Static method in class org.apache.gora.util.StringUtils
helper for string null and empty checking
isAutoFlush() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
isCompiled - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Flag to determine whether a query is compiled or not
isDirty() - Method in interface org.apache.gora.persistency.Dirtyable
Returns whether any of the fields of the object has been modified after construction or loading.
isDirty() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
isDirty() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
isDirty() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
isDirty() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isDirty(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isDirty(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isDirty(int) - Method in interface org.apache.gora.persistency.Persistent
Returns whether the field has been modified.
isDirty(String) - Method in interface org.apache.gora.persistency.Persistent
Returns whether the field has been modified.
isDirty() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
isDirty(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
isDirty(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
isEmpty() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
isEmpty() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
isEmpty() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
isEmpty() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
isFieldEqual(int, Object) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Checks if a field is equal between two objects
isFilterIfMissing() - Method in class org.apache.gora.filter.MapFieldValueFilter
 
isFilterIfMissing() - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
isHttpMethodDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'httpMethod' field.
isHttpMethodDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'httpMethod' field.
isHttpStatusCodeDirty(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'httpStatusCode' field.
isHttpStatusCodeDirty(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'httpStatusCode' field.
isIpDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'ip' field.
isIpDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'ip' field.
isKeyPersistent() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
isKeyPersistent() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
Returns if a key is an object of a persistent class
isLimitReached() - Method in class org.apache.gora.query.impl.ResultBase
Returns whether the limit for the query is reached.
isLimitReached() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
Returns whether the limit for the query is reached.
isLocalFilterEnabled() - Method in class org.apache.gora.query.impl.QueryBase
 
isLocalFilterEnabled() - Method in interface org.apache.gora.query.Query
 
isLocalFilterEnabled() - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
isMetricDimensionDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Checks the dirty status of the 'metricDimension' field.
isMetricDimensionDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Checks the dirty status of the 'metricDimension' field.
isMetricDirty(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Checks the dirty status of the 'metric' field.
isMetricDirty(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Checks the dirty status of the 'metric' field.
isModulo() - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
isNotHiddenField(String) - Static method in class org.apache.gora.compiler.GoraCompiler
 
isReferrerDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'referrer' field.
isReferrerDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'referrer' field.
isResponseSizeDirty(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'responseSize' field.
isResponseSizeDirty(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'responseSize' field.
isSuper(String) - Method in class org.apache.gora.cassandra.store.CassandraClient
Determines if a column is a superColumn or not.
isSuper(String) - Method in class org.apache.gora.cassandra.store.CassandraMapping
Read family super attribute.
isTimestampDirty(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Checks the dirty status of the 'timestamp' field.
isTimestampDirty(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Checks the dirty status of the 'timestamp' field.
isTimestampDirty(Long) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'timestamp' field.
isTimestampDirty(Long) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'timestamp' field.
isTombstone(Object) - Static method in class org.apache.gora.persistency.Tombstones
 
isUrlDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'url' field.
isUrlDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'url' field.
isUserAgentDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Checks the dirty status of the 'userAgent' field.
isUserAgentDirty(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Checks the dirty status of the 'userAgent' field.
iterator() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
iterator() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 

J

join(List<String>) - Static method in class org.apache.gora.util.StringUtils
 
join(String[]) - Static method in class org.apache.gora.util.StringUtils
 
join(StringBuilder, Collection<String>) - Static method in class org.apache.gora.util.StringUtils
 
join(StringBuilder, String[]) - Static method in class org.apache.gora.util.StringUtils
 
joinStringArrays(String[], String...) - Static method in class org.apache.gora.util.StringUtils
Joins the two given arrays, removing dup elements.

K

key - Variable in class org.apache.gora.query.impl.ResultBase
 
key - Variable in class org.apache.gora.query.ws.impl.ResultWSBase
Key
key - Variable in class org.apache.gora.tutorial.log.KeyValueWritable
 
keyClass - Variable in class org.apache.gora.store.impl.DataStoreBase
 
keyClass - Variable in class org.apache.gora.store.ws.impl.WSDataStoreBase
Class of the key to be used
keySet() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
keySet() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
keyspaceExists() - Method in class org.apache.gora.cassandra.store.CassandraClient
Check if keyspace already exists.
KeyValueWritable<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.WritableComparable> - Class in org.apache.gora.tutorial.log
A WritableComparable containing a key-value WritableComparable pair.
KeyValueWritable() - Constructor for class org.apache.gora.tutorial.log.KeyValueWritable
 
KeyValueWritable(K, V) - Constructor for class org.apache.gora.tutorial.log.KeyValueWritable
 

L

lastIndexOf(Object) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
lastIndexOf(Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
lastPossibleKey(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.BinaryEncoder
 
lastPossibleKey(int, byte[]) - Method in interface org.apache.gora.accumulo.encoders.Encoder
 
lastPossibleKey(int, byte[]) - Method in class org.apache.gora.accumulo.encoders.HexEncoder
 
lastPossibleKey(int, byte[]) - Static method in class org.apache.gora.accumulo.encoders.Utils
 
length() - Method in class org.apache.gora.avro.mapreduce.FsInput
 
LicenseHeaders - Class in org.apache.gora.compiler.utils
Utility class which specifies a collection of license headers which can be used within the GoraCompiler for generating alternative license headers for Java interfaces and classes generated from protocols and schemas.
LicenseHeaders(String) - Constructor for class org.apache.gora.compiler.utils.LicenseHeaders
 
limit - Variable in class org.apache.gora.query.impl.QueryBase
 
limit - Variable in class org.apache.gora.query.impl.ResultBase
Query limit
limit - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Max number of results to be retrieved
limit - Variable in class org.apache.gora.query.ws.impl.ResultWSBase
Query limit
LIST_TOMBSTONE - Static variable in class org.apache.gora.persistency.Tombstones
 
listIterator() - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
listIterator(int) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
listIterator() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
listIterator(int) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
ListSerializer<T> - Class in org.apache.gora.cassandra.serializers
A GenericArraySerializer translates the byte[] to and from GenericArray of Avro.
ListSerializer(Serializer<T>) - Constructor for class org.apache.gora.cassandra.serializers.ListSerializer
 
ListSerializer(Schema) - Constructor for class org.apache.gora.cassandra.serializers.ListSerializer
 
ListSerializer(Schema.Type) - Constructor for class org.apache.gora.cassandra.serializers.ListSerializer
 
ListSerializer(Class<T>) - Constructor for class org.apache.gora.cassandra.serializers.ListSerializer
 
loadClass(String) - Static method in class org.apache.gora.util.ClassLoadingUtils
Loads a class using the class loader.
loadClass(Class<?>, String) - Static method in class org.apache.gora.util.ClassLoadingUtils
Loads a class using the class loader.
loadConfiguration() - Method in class org.apache.gora.cassandra.store.CassandraMappingManager
Primary class for loading Cassandra configuration from the 'MAPPING_FILE'.
loadFromConf(Configuration, String) - Static method in class org.apache.gora.util.IOUtils
Loads the object stored by IOUtils.storeToConf(Object, Configuration, String) method from the configuration under the given dataKey.
localFilterEnabled - Variable in class org.apache.gora.query.impl.QueryBase
 
localFilterEnabled - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
 
locations - Variable in class org.apache.gora.query.impl.PartitionQueryImpl
 
locations - Variable in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
The places where this query will be executed
lockRow(byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
LOG - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
LOG - Static variable in class org.apache.gora.avro.store.AvroStore
 
LOG - Static variable in class org.apache.gora.avro.store.DataFileAvroStore
 
LOG - Static variable in class org.apache.gora.cassandra.query.CassandraColumn
 
LOG - Static variable in class org.apache.gora.cassandra.query.CassandraResult
 
LOG - Static variable in class org.apache.gora.cassandra.query.CassandraSubColumn
 
LOG - Static variable in class org.apache.gora.cassandra.query.CassandraSuperColumn
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.ListSerializer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.MapSerializer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.TypeUtils
 
LOG - Static variable in class org.apache.gora.cassandra.store.CassandraClient
 
LOG - Static variable in class org.apache.gora.cassandra.store.CassandraMapping
 
LOG - Static variable in class org.apache.gora.cassandra.store.CassandraMappingManager
 
LOG - Static variable in class org.apache.gora.cassandra.store.CassandraStore
Logging implementation
LOG - Static variable in class org.apache.gora.hbase.store.HBaseStore
 
LOG - Static variable in class org.apache.gora.mapreduce.GoraRecordReader
 
LOG - Static variable in class org.apache.gora.mapreduce.GoraRecordWriter
 
log - Static variable in class org.apache.gora.store.DataStoreFactory
 
LOG - Static variable in class org.apache.gora.store.impl.DataStoreBase
 
LOG - Static variable in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
log - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
LogAnalytics - Class in org.apache.gora.tutorial.log
LogAnalytics is the tutorial class to illustrate Gora MapReduce API.
LogAnalytics() - Constructor for class org.apache.gora.tutorial.log.LogAnalytics
 
LogAnalytics.LogAnalyticsMapper - Class in org.apache.gora.tutorial.log
The Mapper takes Long keys and Pageview objects, and emits tuples of <url, day> as keys and 1 as values.
LogAnalytics.LogAnalyticsMapper() - Constructor for class org.apache.gora.tutorial.log.LogAnalytics.LogAnalyticsMapper
 
LogAnalytics.LogAnalyticsReducer - Class in org.apache.gora.tutorial.log
The Reducer receives tuples of <url, day> as keys and a list of values corresponding to the keys, and emits a combined keys and MetricDatum objects.
LogAnalytics.LogAnalyticsReducer() - Constructor for class org.apache.gora.tutorial.log.LogAnalytics.LogAnalyticsReducer
 
LogManager - Class in org.apache.gora.tutorial.log
LogManager is the tutorial class to illustrate the basic DataStore API usage.
LogManager() - Constructor for class org.apache.gora.tutorial.log.LogManager
 

M

main(String[]) - Static method in class org.apache.gora.compiler.cli.GoraCompilerCLI
 
main(String[]) - Static method in class org.apache.gora.tutorial.log.LogAnalytics
 
main(String[]) - Static method in class org.apache.gora.tutorial.log.LogManager
 
main(String[]) - Static method in class org.apache.gora.util.VersionInfo
 
map(Long, Pageview, Mapper<Long, Pageview, TextLong, LongWritable>.Context) - Method in class org.apache.gora.tutorial.log.LogAnalytics.LogAnalyticsMapper
 
MAP_TOMBSTONE - Static variable in class org.apache.gora.persistency.Tombstones
 
MapFieldValueFilter<K,T extends PersistentBase> - Class in org.apache.gora.filter
A filter that checks for a single field in the persistent.
MapFieldValueFilter() - Constructor for class org.apache.gora.filter.MapFieldValueFilter
 
mapKey - Variable in class org.apache.gora.filter.MapFieldValueFilter
 
MAPPING_FILE - Static variable in class org.apache.gora.store.DataStoreFactory
 
MAPPING_FILE - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
MapSerializer<T> - Class in org.apache.gora.cassandra.serializers
A MapSerializer translates the byte[] to and from Map of Avro.
MapSerializer(Serializer<T>) - Constructor for class org.apache.gora.cassandra.serializers.MapSerializer
 
MapSerializer(Schema) - Constructor for class org.apache.gora.cassandra.serializers.MapSerializer
 
MapSerializer(Schema.Type) - Constructor for class org.apache.gora.cassandra.serializers.MapSerializer
 
MapSerializer(Class<T>) - Constructor for class org.apache.gora.cassandra.serializers.MapSerializer
 
MemStore<K,T extends PersistentBase> - Class in org.apache.gora.memory.store
Memory based DataStore implementation for tests.
MemStore() - Constructor for class org.apache.gora.memory.store.MemStore
 
MemStore.MemQuery<K,T extends PersistentBase> - Class in org.apache.gora.memory.store
 
MemStore.MemQuery() - Constructor for class org.apache.gora.memory.store.MemStore.MemQuery
 
MemStore.MemQuery(DataStore<K, T>) - Constructor for class org.apache.gora.memory.store.MemStore.MemQuery
 
MemStore.MemResult<K,T extends PersistentBase> - Class in org.apache.gora.memory.store
 
MemStore.MemResult(DataStore<K, T>, Query<K, T>, NavigableMap<K, T>) - Constructor for class org.apache.gora.memory.store.MemStore.MemResult
 
MetricDatum - Class in org.apache.gora.tutorial.log.generated
 
MetricDatum() - Constructor for class org.apache.gora.tutorial.log.generated.MetricDatum
 
MetricDatum.Builder - Class in org.apache.gora.tutorial.log.generated
RecordBuilder for MetricDatum instances.
MetricDatum.Tombstone - Class in org.apache.gora.tutorial.log.generated
 
MOCK_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
mutateRow(RowMutations) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 

N

needsTaskCommit(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
newBuilder() - Static method in class org.apache.gora.tutorial.log.generated.MetricDatum
Creates a new MetricDatum RecordBuilder
newBuilder(MetricDatum.Builder) - Static method in class org.apache.gora.tutorial.log.generated.MetricDatum
Creates a new MetricDatum RecordBuilder by copying an existing Builder
newBuilder(MetricDatum) - Static method in class org.apache.gora.tutorial.log.generated.MetricDatum
Creates a new MetricDatum RecordBuilder by copying an existing MetricDatum instance
newBuilder() - Static method in class org.apache.gora.tutorial.log.generated.Pageview
Creates a new Pageview RecordBuilder
newBuilder(Pageview.Builder) - Static method in class org.apache.gora.tutorial.log.generated.Pageview
Creates a new Pageview RecordBuilder by copying an existing Builder
newBuilder(Pageview) - Static method in class org.apache.gora.tutorial.log.generated.Pageview
Creates a new Pageview RecordBuilder by copying an existing Pageview instance
newInstance(Result, String[]) - Method in class org.apache.gora.hbase.store.HBaseStore
Creates a new Persistent instance with the values in 'result' for the fields listed.
newInstance() - Method in interface org.apache.gora.persistency.Persistent
Constructs a new instance of the object by using appropriate builder.
newInstance(SolrDocument, String[]) - Method in class org.apache.gora.solr.store.SolrStore
 
newInstance() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
newInstance() - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
newInstance(Class<T>) - Static method in class org.apache.gora.util.ReflectionUtils
Constructs a new instance of the class using the no-arg constructor.
newInstance(String) - Static method in class org.apache.gora.util.ReflectionUtils
Constructs a new instance of the class using the no-arg constructor.
newKey() - Method in interface org.apache.gora.persistency.BeanFactory
Constructs a new instance of the key class
newKey() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
newKey() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
 
newKey() - Method in interface org.apache.gora.store.DataStore
Returns a new instance of the key object.
newKey() - Method in class org.apache.gora.store.impl.DataStoreBase
 
newPersistent() - Method in interface org.apache.gora.persistency.BeanFactory
Constructs a new instance of the Persistent class
newPersistent() - Method in class org.apache.gora.persistency.impl.BeanFactoryImpl
 
newPersistent() - Method in class org.apache.gora.persistency.ws.impl.BeanFactoryWSImpl
 
newPersistent() - Method in interface org.apache.gora.store.DataStore
Returns a new instance of the managed persistent object.
newPersistent() - Method in class org.apache.gora.store.impl.DataStoreBase
 
newQuery() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
newQuery() - Method in class org.apache.gora.avro.store.AvroStore
 
newQuery() - Method in class org.apache.gora.cassandra.store.CassandraStore
 
newQuery() - Method in class org.apache.gora.hbase.store.HBaseStore
 
newQuery() - Method in class org.apache.gora.memory.store.MemStore
 
newQuery() - Method in class org.apache.gora.solr.store.SolrStore
 
newQuery() - Method in interface org.apache.gora.store.DataStore
Constructs and returns a new Query.
next() - Method in class org.apache.gora.query.impl.ResultBase
 
next() - Method in interface org.apache.gora.query.Result
Advances to the next element and returns false if at end.
next() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
 
nextInner() - Method in class org.apache.gora.accumulo.query.AccumuloResult
 
nextInner() - Method in class org.apache.gora.avro.query.AvroResult
 
nextInner() - Method in class org.apache.gora.avro.query.DataFileAvroResult
 
nextInner() - Method in class org.apache.gora.cassandra.query.CassandraResult
 
nextInner() - Method in class org.apache.gora.hbase.query.HBaseGetResult
 
nextInner() - Method in class org.apache.gora.hbase.query.HBaseScannerResult
 
nextInner() - Method in class org.apache.gora.memory.store.MemStore.MemResult
 
nextInner() - Method in class org.apache.gora.query.impl.ResultBase
ResultBase.next() calls this function to read the actual results.
nextInner() - Method in class org.apache.gora.query.ws.impl.ResultWSBase
ResultWSBase.next() calls this function to read the actual results.
nextInner() - Method in class org.apache.gora.solr.query.SolrResult
 
nextKeyValue() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
nextNode() - Method in class org.apache.gora.util.NodeWalker
Returns the next Node on the stack and pushes all of its children onto the stack, allowing us to walk the node tree without the use of recursion.
NodeWalker - Class in org.apache.gora.util
A utility class that allows the walking of any DOM tree using a stack instead of recursion.
NodeWalker(Node) - Constructor for class org.apache.gora.util.NodeWalker
Starts the Node tree from the root node.
Null - Class in org.apache.gora.util
Placeholder for Null type arguments
Null() - Constructor for class org.apache.gora.util.Null
 
NullOutputCommitter - Class in org.apache.gora.mapreduce
An OutputCommitter that does nothing.
NullOutputCommitter() - Constructor for class org.apache.gora.mapreduce.NullOutputCommitter
 

O

offset - Variable in class org.apache.gora.query.impl.ResultBase
How far we have proceeded
offset - Variable in class org.apache.gora.query.ws.impl.ResultWSBase
How far we have proceeded
open(InputStream) - Method in class org.apache.gora.mapreduce.PersistentDeserializer
 
open(OutputStream) - Method in class org.apache.gora.mapreduce.PersistentSerializer
Open a connection for the OutputStream; should be called before serialization occurs.
operands - Variable in class org.apache.gora.filter.MapFieldValueFilter
 
operands - Variable in class org.apache.gora.filter.SingleFieldValueFilter
 
OperationNotSupportedException - Exception in org.apache.gora.util
Operation is not supported or implemented.
OperationNotSupportedException() - Constructor for exception org.apache.gora.util.OperationNotSupportedException
 
OperationNotSupportedException(String, Throwable) - Constructor for exception org.apache.gora.util.OperationNotSupportedException
 
OperationNotSupportedException(String) - Constructor for exception org.apache.gora.util.OperationNotSupportedException
 
OperationNotSupportedException(Throwable) - Constructor for exception org.apache.gora.util.OperationNotSupportedException
 
org.apache.gora - package org.apache.gora
 
org.apache.gora.accumulo.encoders - package org.apache.gora.accumulo.encoders
 
org.apache.gora.accumulo.query - package org.apache.gora.accumulo.query
 
org.apache.gora.accumulo.store - package org.apache.gora.accumulo.store
 
org.apache.gora.accumulo.util - package org.apache.gora.accumulo.util
 
org.apache.gora.avro - package org.apache.gora.avro
 
org.apache.gora.avro.mapreduce - package org.apache.gora.avro.mapreduce
 
org.apache.gora.avro.query - package org.apache.gora.avro.query
 
org.apache.gora.avro.store - package org.apache.gora.avro.store
 
org.apache.gora.cassandra.query - package org.apache.gora.cassandra.query
 
org.apache.gora.cassandra.serializers - package org.apache.gora.cassandra.serializers
 
org.apache.gora.cassandra.store - package org.apache.gora.cassandra.store
 
org.apache.gora.compiler - package org.apache.gora.compiler
 
org.apache.gora.compiler.cli - package org.apache.gora.compiler.cli
 
org.apache.gora.compiler.utils - package org.apache.gora.compiler.utils
 
org.apache.gora.filter - package org.apache.gora.filter
 
org.apache.gora.hbase.query - package org.apache.gora.hbase.query
 
org.apache.gora.hbase.store - package org.apache.gora.hbase.store
 
org.apache.gora.hbase.util - package org.apache.gora.hbase.util
 
org.apache.gora.mapreduce - package org.apache.gora.mapreduce
 
org.apache.gora.memory.store - package org.apache.gora.memory.store
 
org.apache.gora.persistency - package org.apache.gora.persistency
 
org.apache.gora.persistency.impl - package org.apache.gora.persistency.impl
 
org.apache.gora.persistency.ws.impl - package org.apache.gora.persistency.ws.impl
 
org.apache.gora.query - package org.apache.gora.query
 
org.apache.gora.query.impl - package org.apache.gora.query.impl
 
org.apache.gora.query.ws.impl - package org.apache.gora.query.ws.impl
 
org.apache.gora.solr.query - package org.apache.gora.solr.query
 
org.apache.gora.solr.store - package org.apache.gora.solr.store
 
org.apache.gora.store - package org.apache.gora.store
 
org.apache.gora.store.impl - package org.apache.gora.store.impl
 
org.apache.gora.store.ws.impl - package org.apache.gora.store.ws.impl
 
org.apache.gora.tutorial.log - package org.apache.gora.tutorial.log
 
org.apache.gora.tutorial.log.generated - package org.apache.gora.tutorial.log.generated
 
org.apache.gora.util - package org.apache.gora.util
 
OUTPUT_KEY_CLASS - Static variable in class org.apache.gora.mapreduce.GoraOutputFormat
 
OUTPUT_PATH - Static variable in class org.apache.gora.store.DataStoreFactory
 
OUTPUT_PATH - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
OUTPUT_VALUE_CLASS - Static variable in class org.apache.gora.mapreduce.GoraOutputFormat
 
outputPath - Variable in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
outputStream - Variable in class org.apache.gora.store.impl.FileBackedDataStoreBase
 

P

Pageview - Class in org.apache.gora.tutorial.log.generated
 
Pageview() - Constructor for class org.apache.gora.tutorial.log.generated.Pageview
 
Pageview.Builder - Class in org.apache.gora.tutorial.log.generated
RecordBuilder for Pageview instances.
Pageview.Tombstone - Class in org.apache.gora.tutorial.log.generated
 
PARSE_MAPPING_FILE_KEY - Static variable in class org.apache.gora.hbase.store.HBaseStore
 
parseInt(String, int) - Static method in class org.apache.gora.util.StringUtils
 
PartitionQuery<K,T extends Persistent> - Interface in org.apache.gora.query
PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
PartitionQueryImpl<K,T extends PersistentBase> - Class in org.apache.gora.query.impl
Implementation for PartitionQuery.
PartitionQueryImpl() - Constructor for class org.apache.gora.query.impl.PartitionQueryImpl
 
PartitionQueryImpl(Query<K, T>, String...) - Constructor for class org.apache.gora.query.impl.PartitionQueryImpl
 
PartitionQueryImpl(Query<K, T>, K, K, String...) - Constructor for class org.apache.gora.query.impl.PartitionQueryImpl
 
PartitionWSQueryImpl<K,T extends Persistent> - Class in org.apache.gora.query.ws.impl
Webservices implementation for PartitionQuery.
PartitionWSQueryImpl() - Constructor for class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
Constructor
PartitionWSQueryImpl(Query<K, T>, String...) - Constructor for class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
Constructor
PartitionWSQueryImpl(Query<K, T>, K, K, String...) - Constructor for class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
Constructor
PASSWORD_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
Persistent - Interface in org.apache.gora.persistency
Objects that are persisted by Gora implements this interface.
persistent - Variable in class org.apache.gora.query.impl.ResultBase
 
persistent - Variable in class org.apache.gora.query.ws.impl.ResultWSBase
Persistent object
PersistentBase - Class in org.apache.gora.persistency.impl
Base classs implementing common functionality for Persistent classes.
PersistentBase() - Constructor for class org.apache.gora.persistency.impl.PersistentBase
 
PersistentBase.PersistentData - Class in org.apache.gora.persistency.impl
 
PersistentBase.PersistentData() - Constructor for class org.apache.gora.persistency.impl.PersistentBase.PersistentData
 
persistentClass - Variable in class org.apache.gora.store.impl.DataStoreBase
 
persistentClass - Variable in class org.apache.gora.store.ws.impl.WSDataStoreBase
Class of the persistent object
PersistentDeserializer - Class in org.apache.gora.mapreduce
Hadoop deserializer using SpecificDatumReader with BinaryDecoder.
PersistentDeserializer(Class<? extends Persistent>, boolean) - Constructor for class org.apache.gora.mapreduce.PersistentDeserializer
 
PersistentSerialization - Class in org.apache.gora.mapreduce
 
PersistentSerialization() - Constructor for class org.apache.gora.mapreduce.PersistentSerialization
 
PersistentSerializer - Class in org.apache.gora.mapreduce
Hadoop serializer using Avro's SpecificDatumWriter with BinaryEncoder.
PersistentSerializer() - Constructor for class org.apache.gora.mapreduce.PersistentSerializer
 
PersistentWSBase - Class in org.apache.gora.persistency.ws.impl
Base classs implementing common functionality for Web services backed persistent classes.
PersistentWSBase() - Constructor for class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
populate(Iterator<Map.Entry<Key, Value>>, T) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
powerset(String[]) - Static method in class org.apache.gora.util.StringUtils
Returns the power set from the given set by using a binary counter Example: S = {a,b,c} P(S) = {[], [c], [b], [b, c], [a], [a, c], [a, b], [a, b, c]}
properties - Static variable in class org.apache.gora.store.DataStoreFactory
Deprecated.
properties - Variable in class org.apache.gora.store.impl.DataStoreBase
 
properties - Variable in class org.apache.gora.store.ws.impl.WSDataStoreBase
Properties object
properties - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Deprecated.
put(K, T) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
put(K, T) - Method in class org.apache.gora.avro.store.AvroStore
 
put(K, T) - Method in class org.apache.gora.avro.store.DataFileAvroStore
 
put(K, T) - Method in class org.apache.gora.cassandra.store.CassandraStore
When doing the CassandraStore.put(Object, PersistentBase) operation, the logic is as follows: Obtain the Avro Schema for the object. Create a new duplicate instance of the object (explained in more detail below) **. Obtain a List of the Schema Schema.Field's. Iterate through the field List.
put(K, T) - Method in class org.apache.gora.hbase.store.HBaseStore
Inserts the persistent object with the given key.
put(Put) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
put(List<Put>) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
put(K, T) - Method in class org.apache.gora.memory.store.MemStore
 
put(K, V) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
put(Object, Object) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
put(K, T) - Method in class org.apache.gora.solr.store.SolrStore
 
put(K, T) - Method in interface org.apache.gora.store.DataStore
Inserts the persistent object with the given key.
put(int, Object) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
put(int, Object) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
putAll(Map) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
putByte(byte[], int, byte) - Static method in class org.apache.gora.util.ByteUtils
Write a single byte out to the specified byte array position.
putBytes(byte[], int, byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
Put bytes at the specified byte array position.
putRow(K, CassandraRow<K>) - Method in class org.apache.gora.cassandra.query.CassandraResultSet
 

Q

query - Variable in class org.apache.gora.mapreduce.GoraInputSplit
 
query - Variable in class org.apache.gora.mapreduce.GoraRecordReader
 
query - Variable in class org.apache.gora.query.impl.ResultBase
 
Query<K,T extends Persistent> - Interface in org.apache.gora.query
A query to a data store to retrieve objects.
query - Variable in class org.apache.gora.query.ws.impl.ResultWSBase
Query for obtaining this result
QUERY_KEY - Static variable in class org.apache.gora.mapreduce.GoraInputFormat
 
QueryBase<K,T extends PersistentBase> - Class in org.apache.gora.query.impl
Base class for Query implementations.
QueryBase(DataStore<K, T>) - Constructor for class org.apache.gora.query.impl.QueryBase
 
queryString - Variable in class org.apache.gora.query.impl.QueryBase
 
queryString - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Query represented in a string
QueryWSBase<K,T extends Persistent> - Class in org.apache.gora.query.ws.impl
Base class for Query implementations.
QueryWSBase(DataStore<K, T>) - Constructor for class org.apache.gora.query.ws.impl.QueryWSBase
Constructor

R

read(byte[], int, int) - Method in class org.apache.gora.avro.mapreduce.FsInput
 
readBoolArray(DataInput) - Static method in class org.apache.gora.util.IOUtils
Reads a boolean[] from input
readBoolArray(Decoder) - Static method in class org.apache.gora.util.IOUtils
Reads a boolean[] from input
readerMap - Static variable in class org.apache.gora.cassandra.serializers.AvroSerializerUtil
 
readerMap - Static variable in class org.apache.gora.hbase.util.HBaseByteInterface
 
readerMap - Static variable in class org.apache.gora.solr.store.SolrStore
 
readFields(DataInput) - Method in class org.apache.gora.avro.store.AvroStore
 
readFields(DataInput) - Method in class org.apache.gora.filter.FilterList
 
readFields(DataInput) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
readFields(DataInput) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
readFields(DataInput) - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
readFields(DataInput) - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
readFields(DataInput) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
readFields(DataInput) - Method in class org.apache.gora.query.impl.QueryBase
 
readFields(DataInput) - Method in class org.apache.gora.store.impl.DataStoreBase
 
readFields(DataInput) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
readFields(Object) - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
readFields(Object) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Reads fields from an object
readFields(DataInput) - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
readFully(InputStream) - Static method in class org.apache.gora.util.IOUtils
Reads until the end of the input stream, and returns the contents as a byte[]
readMapping(String) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
readNext(Result) - Method in class org.apache.gora.hbase.query.HBaseResult
 
readNullFieldsInfo(DataInput) - Static method in class org.apache.gora.util.IOUtils
Reads the data written by IOUtils.writeNullFieldsInfo(DataOutput, Object...) and returns a boolean array representing whether each field is null or not.
readObject(DataInput) - Static method in class org.apache.gora.util.IOUtils
 
readProperties(DataInput) - Static method in class org.apache.gora.util.WritableUtils
 
readStringArray(DataInput) - Static method in class org.apache.gora.util.IOUtils
Reads and returns a String array that is written by IOUtils.writeStringArray(DataOutput, String[]).
readVLong(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Reads a zero-compressed encoded long from input stream and returns it.
reduce(TextLong, Iterable<LongWritable>, Reducer<TextLong, LongWritable, String, MetricDatum>.Context) - Method in class org.apache.gora.tutorial.log.LogAnalytics.LogAnalyticsReducer
 
ReflectionUtils - Class in org.apache.gora.util
Utility methods related to reflection
ReflectionUtils() - Constructor for class org.apache.gora.util.ReflectionUtils
 
registerFields(Class<?>, String...) - Static method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Subclasses should call this function for all the persistable fields in the class to register them.
remove(Object) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
remove(int) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
remove(Object) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
remove(Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
remove(int) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
remove(Object) - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
removeAll(Collection<?>) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
removeAll(Collection) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
renameTable(String, String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
result - Variable in class org.apache.gora.mapreduce.GoraRecordReader
 
Result<K,T extends Persistent> - Interface in org.apache.gora.query
A result to a Query.
ResultBase<K,T extends Persistent> - Class in org.apache.gora.query.impl
Base class for Result implementations.
ResultBase(DataStore<K, T>, Query<K, T>) - Constructor for class org.apache.gora.query.impl.ResultBase
 
ResultWSBase<K,T extends Persistent> - Class in org.apache.gora.query.ws.impl
Base class for Result implementations.
ResultWSBase(DataStore<K, T>, Query<K, T>) - Constructor for class org.apache.gora.query.ws.impl.ResultWSBase
Constructor
retainAll(Collection<?>) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
retainAll(Collection) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
run(String[]) - Method in class org.apache.gora.tutorial.log.LogAnalytics
 

S

schema - Variable in class org.apache.gora.store.impl.DataStoreBase
The schema of the persistent class
SCHEMA$ - Static variable in class org.apache.gora.tutorial.log.generated.MetricDatum
 
SCHEMA$ - Static variable in class org.apache.gora.tutorial.log.generated.Pageview
 
SCHEMA_NAME - Static variable in class org.apache.gora.store.DataStoreFactory
 
SCHEMA_NAME - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
schemaExists() - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
schemaExists() - Method in class org.apache.gora.cassandra.store.CassandraStore
Simple method to check if a Cassandra Keyspace exists.
schemaExists() - Method in class org.apache.gora.hbase.store.HBaseStore
 
schemaExists() - Method in class org.apache.gora.memory.store.MemStore
 
schemaExists() - Method in class org.apache.gora.solr.store.SolrStore
 
schemaExists() - Method in interface org.apache.gora.store.DataStore
Returns whether the schema that holds the data exists in the datastore.
schemaExists() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
schemaExists() - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
seek(long) - Method in class org.apache.gora.avro.mapreduce.FsInput
 
serialize(Persistent) - Method in class org.apache.gora.mapreduce.PersistentSerializer
Do the serialization of the Persistent object
serialize(Configuration, DataOutput, T, Class<T>) - Static method in class org.apache.gora.util.IOUtils
Serializes the object to the given dataoutput using available Hadoop serializations
serialize(Configuration, DataOutput, T) - Static method in class org.apache.gora.util.IOUtils
Serializes the object to the given dataoutput using available Hadoop serializations
serialize(Configuration, T) - Static method in class org.apache.gora.util.IOUtils
Serializes the object to the given dataoutput using available Hadoop serializations
serialize(OutputStream, SpecificDatumWriter<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
serialize(OutputStream, SpecificDatumWriter<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
serialize(SpecificDatumWriter<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
serialize(SpecificDatumWriter<T>, Schema, T) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
serializer(T, Schema) - Static method in class org.apache.gora.cassandra.serializers.AvroSerializerUtil
 
set(int, T) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
set(int, Object) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
setAutoFlush(boolean) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
setAutoFlush(boolean, boolean) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
setBeanFactory(BeanFactory<K, T>) - Method in interface org.apache.gora.store.DataStore
Sets the BeanFactory to use by the DataStore.
setBeanFactory(BeanFactory<K, T>) - Method in class org.apache.gora.store.impl.DataStoreBase
 
setCodecType(AvroStore.CodecType) - Method in class org.apache.gora.avro.store.AvroStore
 
setConf(Configuration) - Method in class org.apache.gora.hbase.store.HBaseStore
 
setConf(Configuration) - Method in class org.apache.gora.mapreduce.GoraInputFormat
 
setConf(Configuration) - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
setConf(Configuration) - Method in class org.apache.gora.query.impl.QueryBase
 
setConf(Object) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
Sets the configuration object
setConf(Configuration) - Method in class org.apache.gora.store.impl.DataStoreBase
 
setConf(Object) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Sets the configuration (authentication) object
setCoreName(String) - Method in class org.apache.gora.solr.store.SolrMapping
 
setDataStore(DataStore<K, T>) - Method in class org.apache.gora.query.impl.QueryBase
 
setDataStore(DataStore<K, T>) - Method in interface org.apache.gora.query.Query
Sets the dataStore of this query.
setDataStore(DataStore<K, T>) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setDatumReader(DatumReader<T>) - Method in class org.apache.gora.avro.store.AvroStore
 
setDatumWriter(DatumWriter<T>) - Method in class org.apache.gora.avro.store.AvroStore
 
setDecoder(Decoder) - Method in class org.apache.gora.avro.store.AvroStore
 
setDefaultSchemaName(Properties, String) - Static method in class org.apache.gora.store.DataStoreFactory
Sets the default schema name.
setDefaultSchemaName(Properties, Class<D>, String) - Static method in class org.apache.gora.store.DataStoreFactory
Sets the default schema name to be used by the datastore of the given class
setDefaultSchemaName(Properties, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Sets the default schema name.
setDefaultSchemaName(Properties, Class<D>, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
Sets the default schema name to be used by the datastore of the given class
setDirty() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
setDirty(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
setDirty(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
setDirty() - Method in interface org.apache.gora.persistency.Persistent
Sets all the fields of the object as dirty.
setDirty(int) - Method in interface org.apache.gora.persistency.Persistent
Sets the field as dirty.
setDirty(String) - Method in interface org.apache.gora.persistency.Persistent
Sets the field as dirty.
setEncoder(Encoder) - Method in class org.apache.gora.avro.store.AvroStore
 
setEndKey(K) - Method in class org.apache.gora.query.impl.QueryBase
 
setEndKey(K) - Method in interface org.apache.gora.query.Query
 
setEndKey(K) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setEndTime(long) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setEndTime(long) - Method in class org.apache.gora.query.impl.QueryBase
 
setEndTime(long) - Method in interface org.apache.gora.query.Query
 
setEndTime(long) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setEndTime(long) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setFamily(String) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
setFamilyMap(Map<String, List<String>>) - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
setField(Schema.Field) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
setFieldName(String) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
setFieldName(String) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
setFields(String...) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setFields(String...) - Method in class org.apache.gora.query.impl.QueryBase
 
setFields(String...) - Method in interface org.apache.gora.query.Query
 
setFields(String...) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setFields(String...) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setFilter(Scan, Filter<K, T>, HBaseStore<K, T>) - Method in class org.apache.gora.hbase.util.HBaseFilterUtil
Set a filter on the Scan.
setFilter(Filter<K, T>) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setFilter(Filter<K, T>) - Method in class org.apache.gora.query.impl.QueryBase
 
setFilter(Filter<K, T>) - Method in interface org.apache.gora.query.Query
 
setFilter(Filter<K, T>) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setFilterIfMissing(boolean) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
setFilterIfMissing(boolean) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
setFilterOp(FilterOp) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
setFilterOp(FilterOp) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
setHBaseFitlerUtil(HBaseFilterUtil<K, T>) - Method in class org.apache.gora.hbase.util.BaseFactory
 
setHBaseFitlerUtil(HBaseFilterUtil<K, T>) - Method in interface org.apache.gora.hbase.util.FilterFactory
 
setHttpMethod(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'httpMethod' field
setHttpMethod(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'httpMethod' field.
setHttpMethod(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'httpMethod' field.
setHttpStatusCode(int) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'httpStatusCode' field
setHttpStatusCode(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'httpStatusCode' field.
setHttpStatusCode(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'httpStatusCode' field.
setInput(Job, Query<K1, V1>, boolean) - Static method in class org.apache.gora.mapreduce.GoraInputFormat
Sets the input parameters for the job
setInput(Job, Query<K1, V1>, DataStore<K1, V1>, boolean) - Static method in class org.apache.gora.mapreduce.GoraInputFormat
Sets the input parameters for the job
setInput(Job, Class<? extends DataStore<K1, V1>>, Class<K1>, Class<V1>, boolean) - Static method in class org.apache.gora.mapreduce.GoraInputFormat
Sets the input parameters for the job
setInputPath(String) - Method in interface org.apache.gora.store.FileBackedDataStore
 
setInputPath(String) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
setInputStream(InputStream) - Method in interface org.apache.gora.store.FileBackedDataStore
 
setInputStream(InputStream) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
setIOSerializations(Configuration, boolean) - Static method in class org.apache.gora.mapreduce.GoraMapReduceUtils
Add our own serializer (obtained via the PersistentSerialization wrapper) to any other io.serializations which may be specified within existing Hadoop configuration.
setIp(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'ip' field
setIp(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'ip' field.
setIp(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'ip' field.
setKey(K) - Method in class org.apache.gora.cassandra.query.CassandraRow
 
setKey(K) - Method in class org.apache.gora.query.impl.QueryBase
 
setKey(K) - Method in interface org.apache.gora.query.Query
 
setKey(K) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setKey(K) - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
setKeyClass(Class<K>) - Method in interface org.apache.gora.store.DataStore
Sets the class of the keys
setKeyClass(Class<K>) - Method in class org.apache.gora.store.impl.DataStoreBase
 
setKeyClass(Class<K>) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
setKeyRange(K, K) - Method in class org.apache.gora.query.impl.QueryBase
 
setKeyRange(K, K) - Method in interface org.apache.gora.query.Query
Set the range of keys over which the query will execute.
setKeyRange(K, K) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setLicenseName(String) - Method in class org.apache.gora.compiler.utils.LicenseHeaders
Set the license header for the LicenseHeader object.
setLimit(long) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setLimit(long) - Method in class org.apache.gora.query.impl.QueryBase
 
setLimit(long) - Method in interface org.apache.gora.query.Query
Sets the maximum number of results to return.
setLimit(long) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setLimit(long) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setLocalFilterEnabled(boolean) - Method in class org.apache.gora.query.impl.QueryBase
 
setLocalFilterEnabled(boolean) - Method in interface org.apache.gora.query.Query
Set whether the local filter is enabled.
setLocalFilterEnabled(boolean) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setMapKey(Utf8) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
setMetric(long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Sets the value of the 'metric' field
setMetric(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Sets the value of the 'metric' field.
setMetric(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Sets the value of the 'metric' field.
setMetricDimension(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Sets the value of the 'metricDimension' field
setMetricDimension(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Sets the value of the 'metricDimension' field.
setMetricDimension(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Sets the value of the 'metricDimension' field.
setOperands(List<Object>) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
setOperands(List<Object>) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
setOutput(Job, DataStore<K, V>, boolean) - Static method in class org.apache.gora.mapreduce.GoraOutputFormat
Sets the output parameters for the job
setOutput(Job, Class<? extends DataStore>, Class<K>, Class<V>, boolean) - Static method in class org.apache.gora.mapreduce.GoraOutputFormat
Sets the output parameters for the job
setOutputPath(String) - Method in interface org.apache.gora.store.FileBackedDataStore
 
setOutputPath(String) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
setOutputStream(OutputStream) - Method in interface org.apache.gora.store.FileBackedDataStore
 
setOutputStream(OutputStream) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
setPersistentClass(Class<T>) - Method in interface org.apache.gora.store.DataStore
Sets the class of the persistent objects
setPersistentClass(Class<T>) - Method in class org.apache.gora.store.impl.DataStoreBase
 
setPersistentClass(Class<T>) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
setPrimaryKey(String) - Method in class org.apache.gora.solr.store.SolrMapping
 
setProvider(String) - Method in interface org.apache.gora.store.WebServiceBackedDataStore
 
setQuery(Query<K, T>) - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
setQuery(Job, Query<K, T>) - Static method in class org.apache.gora.mapreduce.GoraInputFormat
 
setRecordsMax(int) - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
setReferrer(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'referrer' field
setReferrer(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'referrer' field.
setReferrer(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'referrer' field.
setResponseSize(int) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'responseSize' field
setResponseSize(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'responseSize' field.
setResponseSize(Integer) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'responseSize' field.
setResultSet(CassandraResultSet<K>) - Method in class org.apache.gora.cassandra.query.CassandraResult
 
setReverseMap(Map<String, String>) - Method in class org.apache.gora.cassandra.query.CassandraResult
 
setScannerCaching(int) - Method in class org.apache.gora.hbase.store.HBaseStore
Sets the value for Scanner Caching optimization
setStartKey(K) - Method in class org.apache.gora.query.impl.QueryBase
 
setStartKey(K) - Method in interface org.apache.gora.query.Query
 
setStartKey(K) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setStartTime(long) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setStartTime(long) - Method in class org.apache.gora.query.impl.QueryBase
 
setStartTime(long) - Method in interface org.apache.gora.query.Query
 
setStartTime(long) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setStartTime(long) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setTableName(String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
setTimeRange(long, long) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setTimeRange(long, long) - Method in class org.apache.gora.query.impl.QueryBase
 
setTimeRange(long, long) - Method in interface org.apache.gora.query.Query
 
setTimeRange(long, long) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setTimeRange(long, long) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setTimestamp(long) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
setTimestamp(long) - Method in class org.apache.gora.query.impl.QueryBase
 
setTimestamp(long) - Method in interface org.apache.gora.query.Query
 
setTimestamp(long) - Method in class org.apache.gora.query.ws.impl.PartitionWSQueryImpl
 
setTimestamp(long) - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
setTimestamp(long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Builder
Sets the value of the 'timestamp' field
setTimestamp(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
Sets the value of the 'timestamp' field.
setTimestamp(Long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum.Tombstone
Sets the value of the 'timestamp' field.
setTimestamp(long) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'timestamp' field
setTimestamp(Long) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'timestamp' field.
setTimestamp(Long) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'timestamp' field.
setType(int) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
setUnionType(int) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
setup(Mapper<Long, Pageview, TextLong, LongWritable>.Context) - Method in class org.apache.gora.tutorial.log.LogAnalytics.LogAnalyticsMapper
 
setupJob(JobContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
setupTask(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
setUrl(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'url' field
setUrl(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'url' field.
setUrl(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'url' field.
setUserAgent(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Builder
Sets the value of the 'userAgent' field
setUserAgent(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview
Sets the value of the 'userAgent' field.
setUserAgent(CharSequence) - Method in class org.apache.gora.tutorial.log.generated.Pageview.Tombstone
Sets the value of the 'userAgent' field.
setValue(HColumn<ByteBuffer, ByteBuffer>) - Method in class org.apache.gora.cassandra.query.CassandraSubColumn
 
setValue(HSuperColumn<String, ByteBuffer, ByteBuffer>) - Method in class org.apache.gora.cassandra.query.CassandraSuperColumn
 
setValue(V) - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper.DirtyEntryWrapper
 
setValue(V) - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
setWriteBufferSize(long) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
setWsProvider(String) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Sets web service provider name
SignedBinaryEncoder - Class in org.apache.gora.accumulo.encoders
This class transforms this bits within a primitive type so that the bit representation sorts correctly lexographicaly.
SignedBinaryEncoder() - Constructor for class org.apache.gora.accumulo.encoders.SignedBinaryEncoder
 
SingleFieldValueFilter<K,T extends PersistentBase> - Class in org.apache.gora.filter
A filter that checks for a single field in the persistent.
SingleFieldValueFilter() - Constructor for class org.apache.gora.filter.SingleFieldValueFilter
 
size() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
size() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
size() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
size() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
SIZEOF_BOOLEAN - Static variable in class org.apache.gora.util.ByteUtils
Size of boolean in bytes
SIZEOF_BYTE - Static variable in class org.apache.gora.util.ByteUtils
Size of byte in bytes
SIZEOF_CHAR - Static variable in class org.apache.gora.util.ByteUtils
Size of char in bytes
SIZEOF_DOUBLE - Static variable in class org.apache.gora.util.ByteUtils
Size of double in bytes
SIZEOF_FLOAT - Static variable in class org.apache.gora.util.ByteUtils
Size of float in bytes
SIZEOF_INT - Static variable in class org.apache.gora.util.ByteUtils
Size of int in bytes
SIZEOF_LONG - Static variable in class org.apache.gora.util.ByteUtils
Size of long in bytes
SIZEOF_SHORT - Static variable in class org.apache.gora.util.ByteUtils
Size of short in bytes
skipChildren() - Method in class org.apache.gora.util.NodeWalker
Skips over and removes from the node stack the children of the last node.
SOLR_BATCH_SIZE_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
 
SOLR_COMMIT_WITHIN_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
 
SOLR_CONFIG_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
 
SOLR_RESULTS_SIZE_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
 
SOLR_SCHEMA_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
 
SOLR_URL_PROPERTY - Static variable in class org.apache.gora.solr.store.SolrStore
 
SolrMapping - Class in org.apache.gora.solr.store
 
SolrMapping() - Constructor for class org.apache.gora.solr.store.SolrMapping
 
SolrQuery<K,T extends PersistentBase> - Class in org.apache.gora.solr.query
 
SolrQuery() - Constructor for class org.apache.gora.solr.query.SolrQuery
 
SolrQuery(DataStore<K, T>) - Constructor for class org.apache.gora.solr.query.SolrQuery
 
SolrResult<K,T extends PersistentBase> - Class in org.apache.gora.solr.query
 
SolrResult(DataStore<K, T>, Query<K, T>, SolrServer, int) - Constructor for class org.apache.gora.solr.query.SolrResult
 
SolrStore<K,T extends PersistentBase> - Class in org.apache.gora.solr.store
 
SolrStore() - Constructor for class org.apache.gora.solr.store.SolrStore
 
SpecificFixedSerializer - Class in org.apache.gora.cassandra.serializers
A SpecificFixedSerializer translates the byte[] to and from SpecificFixed of Avro.
SpecificFixedSerializer(Class<? extends SpecificFixed>) - Constructor for class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
startKey - Variable in class org.apache.gora.query.impl.QueryBase
 
startKey - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Range key parameters
startTime - Variable in class org.apache.gora.query.impl.QueryBase
 
startTime - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Query time parameters
storeToConf(T, Configuration, String) - Static method in class org.apache.gora.util.IOUtils
Stores the given object in the configuration under the given dataKey
StringComparator - Class in org.apache.gora.mapreduce
 
StringComparator() - Constructor for class org.apache.gora.mapreduce.StringComparator
 
StringSerialization - Class in org.apache.gora.mapreduce
 
StringSerialization() - Constructor for class org.apache.gora.mapreduce.StringSerialization
 
StringUtils - Class in org.apache.gora.util
An utility class for String related functionality.
StringUtils() - Constructor for class org.apache.gora.util.StringUtils
 
SUB - Static variable in class org.apache.gora.cassandra.query.CassandraColumn
 
subList(int, int) - Method in class org.apache.gora.persistency.impl.DirtyListWrapper
 
subList(int, int) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
SUPER - Static variable in class org.apache.gora.cassandra.query.CassandraColumn
 

T

tell() - Method in class org.apache.gora.avro.mapreduce.FsInput
 
TextLong - Class in org.apache.gora.tutorial.log
A KeyValueWritable of Text keys and LongWritable values.
TextLong() - Constructor for class org.apache.gora.tutorial.log.TextLong
 
TimingUtil - Class in org.apache.gora.util
 
TimingUtil() - Constructor for class org.apache.gora.util.TimingUtil
 
toArray() - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
toArray(R[]) - Method in class org.apache.gora.persistency.impl.DirtyCollectionWrapper
 
toArray() - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
toArray(Object[]) - Method in class org.apache.gora.persistency.Tombstones.ListTombstone
 
toBoolean(byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
toByteBuffer(CharSequence) - Method in class org.apache.gora.cassandra.serializers.CharSequenceSerializer
 
toByteBuffer(List<T>) - Method in class org.apache.gora.cassandra.serializers.ListSerializer
 
toByteBuffer(Map<CharSequence, T>) - Method in class org.apache.gora.cassandra.serializers.MapSerializer
 
toByteBuffer(SpecificFixed) - Method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
toByteBuffer(Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Serialize value to ByteBuffer using GoraSerializerTypeInferer.getSerializer(Object).
toBytes(Schema, Object) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
toBytes(Object) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
toBytes(Encoder, Object) - Static method in class org.apache.gora.accumulo.store.AccumuloStore
 
toBytes(Object) - Static method in class org.apache.gora.hbase.util.HBaseByteInterface
Converts an instance of a basic class to an array of bytes.
toBytes(Object, Schema) - Static method in class org.apache.gora.hbase.util.HBaseByteInterface
Serializes an object following the given schema.
toBytes(ByteBuffer) - Static method in class org.apache.gora.util.ByteUtils
Returns a new byte array, copied from the passed ByteBuffer.
toBytes(String) - Static method in class org.apache.gora.util.ByteUtils
Converts a string to a UTF-8 byte array.
toBytes(boolean) - Static method in class org.apache.gora.util.ByteUtils
Convert a boolean to a byte array.
toBytes(long) - Static method in class org.apache.gora.util.ByteUtils
Convert a long value to a byte array
toBytes(float) - Static method in class org.apache.gora.util.ByteUtils
 
toBytes(double) - Static method in class org.apache.gora.util.ByteUtils
 
toBytes(int) - Static method in class org.apache.gora.util.ByteUtils
Convert an int value to a byte array
toBytes(short) - Static method in class org.apache.gora.util.ByteUtils
Convert a short value to a byte array
toBytes(char) - Static method in class org.apache.gora.util.ByteUtils
Convert a char value to a byte array
toBytes(T, Schema, SpecificDatumWriter<T>) - Static method in class org.apache.gora.util.ByteUtils
 
toChar(byte[]) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a char value
toChar(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a char value
toChar(byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a char value
toChars(byte[]) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a char array value
toChars(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a char array value
toChars(byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a char array value
toDouble(byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
toDouble(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
 
toFloat(byte[]) - Static method in class org.apache.gora.util.ByteUtils
Presumes float encoded as IEEE 754 floating-point "single format"
toFloat(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Presumes float encoded as IEEE 754 floating-point "single format"
toInt(byte[]) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to an int value
toInt(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to an int value
toInt(byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to an int value
toLong(byte[]) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a long value
toLong(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a long value
toLong(byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a long value
Tombstone - Interface in org.apache.gora.persistency
Marker interface used to signal a deletion to Gora.
Tombstones - Class in org.apache.gora.persistency
 
Tombstones.ListTombstone<T> - Class in org.apache.gora.persistency
 
Tombstones.MapTombstone<K,V> - Class in org.apache.gora.persistency
 
toShort(byte[]) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a short value
toShort(byte[], int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a short value
toShort(byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
Converts a byte array to a short value
toSolrQuery() - Method in class org.apache.gora.solr.query.SolrQuery
 
toString() - Method in class org.apache.gora.filter.MapFieldValueFilter
 
toString() - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
toString() - Method in class org.apache.gora.hbase.store.HBaseColumn
 
toString() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
toString() - Method in class org.apache.gora.query.impl.QueryBase
 
toString() - Method in class org.apache.gora.query.ws.impl.QueryWSBase
 
toString(byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
toString(byte[], String, byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
toString(byte[], int, int) - Static method in class org.apache.gora.util.ByteUtils
 
toUpperCase(String) - Static method in class org.apache.gora.compiler.GoraCompiler
Recognizes camel case
truncateSchema() - Method in class org.apache.gora.solr.store.SolrStore
 
truncateSchema() - Method in interface org.apache.gora.store.DataStore
Deletes all the data associated with the schema, but keeps the schema (table or similar) intact.
truncateSchema() - Method in class org.apache.gora.store.impl.DataStoreBase
 
truncateSchema() - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
 
TypeUtils - Class in org.apache.gora.cassandra.serializers
Utility class that infers the concrete Serializer needed to turn a value into its binary representation
TypeUtils() - Constructor for class org.apache.gora.cassandra.serializers.TypeUtils
 

U

UNION_COL_SUFIX - Static variable in class org.apache.gora.cassandra.store.CassandraStore
Fixed string with value "UnionIndex" used to generate an extra column based on the original field's name
unlockRow(RowLock) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
USERNAME_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
Utils - Class in org.apache.gora.accumulo.encoders
 
Utils() - Constructor for class org.apache.gora.accumulo.encoders.Utils
 

V

value - Variable in class org.apache.gora.tutorial.log.KeyValueWritable
 
valueOf(String) - Static method in enum org.apache.gora.avro.store.AvroStore.CodecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.filter.FilterList.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.filter.FilterOp
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.gora.avro.store.AvroStore.CodecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.filter.FilterList.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.filter.FilterOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.gora.persistency.impl.DirtyMapWrapper
 
values() - Method in class org.apache.gora.persistency.Tombstones.MapTombstone
 
VersionInfo - Class in org.apache.gora.util
This class finds the package info for Gora and the GoraVersionAnnotation information.
VersionInfo() - Constructor for class org.apache.gora.util.VersionInfo
 
vintToBytes(long) - Static method in class org.apache.gora.util.ByteUtils
 

W

WebServiceBackedDataStore<K,T extends Persistent> - Interface in org.apache.gora.store
FileBackedDataStore supplies necessary interfaces to set input and output paths for data stored which are file based.
WritableUtils - Class in org.apache.gora.util
An utility class for Writable related functionality.
write(int) - Method in class org.apache.gora.accumulo.util.FixedByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.apache.gora.accumulo.util.FixedByteArrayOutputStream
 
write(DataOutput) - Method in class org.apache.gora.avro.store.AvroStore
 
write(DataOutput) - Method in class org.apache.gora.filter.FilterList
 
write(DataOutput) - Method in class org.apache.gora.filter.MapFieldValueFilter
 
write(DataOutput) - Method in class org.apache.gora.filter.SingleFieldValueFilter
 
write(DataOutput) - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
write(K, T) - Method in class org.apache.gora.mapreduce.GoraRecordWriter
 
write(DataOutput) - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
write(DataOutput) - Method in class org.apache.gora.query.impl.PartitionQueryImpl
 
write(DataOutput) - Method in class org.apache.gora.query.impl.QueryBase
 
write(DataOutput) - Method in class org.apache.gora.store.impl.DataStoreBase
 
write(DataOutput) - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
 
write(Object) - Method in class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
write(Object) - Method in class org.apache.gora.store.ws.impl.WSDataStoreBase
Writes an object
write(DataOutput) - Method in class org.apache.gora.tutorial.log.KeyValueWritable
 
writeBoolArray(DataOutput, boolean[]) - Static method in class org.apache.gora.util.IOUtils
Writes a boolean[] to the output.
writeBoolArray(Encoder, boolean[]) - Static method in class org.apache.gora.util.IOUtils
Writes a boolean[] to the output.
writeNullFieldsInfo(DataOutput, Object...) - Static method in class org.apache.gora.util.IOUtils
Writes a byte[] to the output, representing whether each given field is null or not.
writeObject(DataOutput, Object) - Static method in class org.apache.gora.util.IOUtils
 
writeProperties(DataOutput, Properties) - Static method in class org.apache.gora.util.WritableUtils
 
writerMap - Static variable in class org.apache.gora.cassandra.serializers.AvroSerializerUtil
Create a ConcurrentHashMap for the datum readers and writers.
writerMap - Static variable in class org.apache.gora.cassandra.store.CassandraStore
Create a ConcurrentHashMap for the datum readers and writers.
writerMap - Static variable in class org.apache.gora.hbase.util.HBaseByteInterface
 
writerMap - Static variable in class org.apache.gora.solr.store.SolrStore
 
writeStringArray(DataOutput, String[]) - Static method in class org.apache.gora.util.IOUtils
Writes the String array to the given DataOutput.
WSBackedDataStoreBase<K,T extends Persistent> - Class in org.apache.gora.store.ws.impl
Base implementations for WebServiceBackedDataStore methods.
WSBackedDataStoreBase() - Constructor for class org.apache.gora.store.ws.impl.WSBackedDataStoreBase
 
WSDataStoreBase<K,T extends Persistent> - Class in org.apache.gora.store.ws.impl
A Base class for persistent objectsDataStores.
WSDataStoreBase() - Constructor for class org.apache.gora.store.ws.impl.WSDataStoreBase
Default constructor
WSDataStoreFactory - Class in org.apache.gora.store.ws.impl
A Factory for DataStores.

Z

ZOOKEEPERS_NAME_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 

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