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.PersistentNonReusingSerialization
 
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.ListGenericArray
 
addAttribute(String, String, String, int) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Adds an attribute to an specific item
addColumn(K, String, Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Insert a field in a column.
addColumnFamily(String, String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
addColumnName(String) - Method in class org.apache.gora.sql.statement.InsertStatement
 
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.sql.store.SqlMapping
 
addField(String, String, SqlTypeInterface.JdbcType, String, int, int) - Method in class org.apache.gora.sql.store.SqlMapping
 
addGenericArray(K, String, GenericArray) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
addPart(String) - Method in class org.apache.gora.sql.statement.Where
Adds a part to the Where clause connected with AND
addStatefulHashMap(K, String, StatefulHashMap<Utf8, 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
 
addSubColumn(K, String, Integer, Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
addToParsedContent(Utf8) - Method in class org.apache.gora.examples.generated.WebPage
 
addToSelectList(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
addWhere(String) - Method in class org.apache.gora.sql.statement.SelectStatement
Adds a part to the Where clause connected with AND
ANCHORS - Static variable in class org.apache.gora.examples.WebPageDataCreator
 
arrayNext() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
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
 
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

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<Row>, Object[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
batch(List<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
 
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.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Constructs the DynamoDBMapping object
build() - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
buildExpression() - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Builds query expression depending on query type (range or scan)
buildQueryExpression(Condition, AttributeValue) - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Builds range query expression
buildScanExpression(AttributeValue) - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Builds scan query expression using a hash attribute value where to start
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() - Constructor for class org.apache.gora.cassandra.store.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
 
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
 
ClassLoadingUtils - Class in org.apache.gora.util
 
cleanupJob(JobContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
clear() - Method in class org.apache.gora.examples.generated.person
 
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.PersistentBase
 
clear() - Method in class org.apache.gora.persistency.ListGenericArray
 
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.StatefulHashMap
 
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
clear() - Method in class org.apache.gora.sql.statement.InsertStatement
 
clearDirty(int) - Method in class org.apache.gora.examples.generated.person
 
clearDirty(String) - Method in class org.apache.gora.examples.generated.person
 
clearDirty() - Method in class org.apache.gora.examples.generated.person
 
clearDirty(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearDirty(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearDirty() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearDirty(Persistent, int) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
clearDirty(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
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.
clearDirty() - Method in interface org.apache.gora.persistency.Persistent
Clears the dirty state.
clearDirty(Persistent, int) - Method in interface org.apache.gora.persistency.StateManager
Clears the field as dirty.
clearDirty(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Clears the dirty state.
clearDirty(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearDirty(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearDirty() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearDirty(Persistent, int) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
clearDirty(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Marks all objects as not dirty
clearNew() - Method in class org.apache.gora.examples.generated.person
 
clearNew() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearNew(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
clearNew() - Method in interface org.apache.gora.persistency.Persistent
Clears the new state
clearNew(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Clears the new state
clearNew() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearNew(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
clearReadable(int) - Method in class org.apache.gora.examples.generated.person
 
clearReadable(String) - Method in class org.apache.gora.examples.generated.person
 
clearReadable() - Method in class org.apache.gora.examples.generated.person
 
clearReadable() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearReadable(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearReadable(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clearReadable(Persistent, int) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
clearReadable(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
clearReadable(int) - Method in interface org.apache.gora.persistency.Persistent
Clears the field as readable.
clearReadable(String) - Method in interface org.apache.gora.persistency.Persistent
Sets the field as readable.
clearReadable() - Method in interface org.apache.gora.persistency.Persistent
Clears the readable state.
clearReadable(Persistent, int) - Method in interface org.apache.gora.persistency.StateManager
Clears the field as readable.
clearReadable(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Clears the readable state.
clearReadable() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearReadable(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearReadable(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
clearReadable(Persistent, int) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
clearReadable(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Marks all objects as non-readable
clearStates() - Method in class org.apache.gora.persistency.StatefulHashMap
 
clearStates() - Method in interface org.apache.gora.persistency.StatefulMap
 
clone(Persistent, Schema) - Method in class org.apache.gora.avro.PersistentDatumReader
 
clone() - Method in class org.apache.gora.examples.generated.person
 
clone() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
clone() - Method in interface org.apache.gora.persistency.Persistent
 
clone() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
cloneObject(Schema, Object, Object) - Method in class org.apache.gora.avro.PersistentDatumReader
 
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.dynamodb.query.DynamoDBResult
 
close() - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
 
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.sql.query.SqlResult
 
close() - Method in class org.apache.gora.sql.store.SqlStore
 
close(ResultSet) - Static method in class org.apache.gora.sql.util.SqlUtils
Closes the ResultSet silently
close(Statement) - Static method in class org.apache.gora.sql.util.SqlUtils
Closes the Statement silently
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.
column - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement.ColumnData
 
Column - Class in org.apache.gora.sql.store
 
Column() - Constructor for class org.apache.gora.sql.store.Column
 
Column(String) - Constructor for class org.apache.gora.sql.store.Column
 
Column(String, boolean, SqlTypeInterface.JdbcType, String, int, int) - Constructor for class org.apache.gora.sql.store.Column
 
Column(String, boolean, SqlTypeInterface.JdbcType, int, int) - Constructor for class org.apache.gora.sql.store.Column
 
Column(String, boolean) - Constructor for class org.apache.gora.sql.store.Column
 
Column.MappingStrategy - Enum in org.apache.gora.sql.store
 
columnMap - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement
 
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(ListGenericArray<T>) - Method in class org.apache.gora.persistency.ListGenericArray
 
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
 
compileProtocol(File, File) - Static method in class org.apache.gora.compiler.GoraCompiler
Generates Java interface and classes for a protocol.
compileSchema(File, File) - Static method in class org.apache.gora.compiler.GoraCompiler
Generates Java classes for a schema.
compileSchema(File[], File) - Static method in class org.apache.gora.compiler.GoraCompiler
Generates Java classes for a number of schema files.
compileSchema(File, File) - Static method in class org.apache.gora.dynamodb.compiler.GoraDynamoDBCompiler
Generates Java classes for a schema.
conf - Variable in class org.apache.gora.store.impl.DataStoreBase
 
CONTENTS - Static variable in class org.apache.gora.examples.WebPageDataCreator
 
COUNTER_GROUP - Static variable in class org.apache.gora.examples.mapreduce.QueryCounter
 
countQuery(DataStore<K, T>, Query<K, T>) - Method in class org.apache.gora.examples.mapreduce.QueryCounter
Returns the number of results to the Query
countQuery(DataStore<K, T>) - Method in class org.apache.gora.examples.mapreduce.QueryCounter
Returns the number of results to the Query obtained by the QueryCounter.getQuery(DataStore) method.
createColumn(ByteBuffer, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createColumn(String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createColumn(Integer, ByteBuffer) - 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
 
createInputStream() - Method in class org.apache.gora.store.impl.FileBackedDataStoreBase
Opens an InputStream for the input Hadoop path
createJob(DataStore<K, T>, Query<K, T>) - Method in class org.apache.gora.examples.mapreduce.QueryCounter
Creates and returns the Job for submitting to Hadoop mapreduce.
createJob(DataStore<String, WebPage>, Query<String, WebPage>, DataStore<String, TokenDatum>) - Method in class org.apache.gora.examples.mapreduce.WordCount
Creates and returns the Job for submitting to Hadoop mapreduce.
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.dynamodb.store.DynamoDBStore
Creates the table within the data store for a preferred schema or for a group of schemas defined withing the mapping file
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.sql.store.SqlStore
 
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
 
createSqlTable() - Method in class org.apache.gora.sql.store.SqlStore
 
createStatement(SqlStore<K, T>, SqlMapping, SqlStore.DBVendor) - Static method in class org.apache.gora.sql.statement.InsertUpdateStatementFactory
 
createSuperColumn(String, ByteBuffer, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createSuperColumn(String, String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createSuperColumn(String, Integer, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
createWebPageData(DataStore<String, WebPage>) - Static method in class org.apache.gora.examples.WebPageDataCreator
 

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 - Static variable in class org.apache.gora.persistency.impl.PersistentBase
 
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.hbase.util.HBaseByteInterface
Threadlocals maintaining reusable binary decoders and encoders.
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
 
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.sql.store.SqlStore
 
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(K) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Deletes the object using key
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 - Class in org.apache.gora.sql.statement
A SQL DELETE statement, for generating a Prepared Statement
Delete() - Constructor for class org.apache.gora.sql.statement.Delete
 
delete(K) - Method in class org.apache.gora.sql.store.SqlStore
 
delete(K) - Method in interface org.apache.gora.store.DataStore
Deletes the object with the given 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.dynamodb.store.DynamoDBStore
Deletes items using a specific query
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.sql.store.SqlStore
 
deleteByQuery(Query<K, T>) - Method in interface org.apache.gora.store.DataStore
Deletes all the objects matching the query.
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.dynamodb.store.DynamoDBStore
Deletes all tables present in the mapping object.
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.sql.store.SqlStore
 
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
 
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
 
deleteSubColumn(Mutator<K>, K, String, String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
deserialize(PersistentBase) - 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, PersistentDatumReader<T>, Schema, K) - Static method in class org.apache.gora.util.IOUtils
Deserializes the field object using the datumReader.
deserialize(byte[], PersistentDatumReader<T>, Schema, K) - Static method in class org.apache.gora.util.IOUtils
Deserializes the field object using the datumReader.
deserialize(PersistentDatumWriter<T>, Schema, Object) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
dirtyBits - Variable in class org.apache.gora.persistency.impl.StateManagerImpl
 
dirtyBits - Variable in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
doAction(Symbol, Symbol) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
DRIVER_CLASS_PROPERTY - Static variable in class org.apache.gora.sql.store.SqlStore
The JDBC Driver class name
dropKeyspace() - Method in class org.apache.gora.cassandra.store.CassandraClient
Drop keyspace.
DynamoDBKey<H,R> - Class in org.apache.gora.dynamodb.query
 
DynamoDBKey() - Constructor for class org.apache.gora.dynamodb.query.DynamoDBKey
 
DynamoDBMapping - Class in org.apache.gora.dynamodb.store
 
DynamoDBMapping(Map<String, List<Map<String, String>>>, Map<String, KeySchema>, Map<String, ProvisionedThroughput>) - Constructor for class org.apache.gora.dynamodb.store.DynamoDBMapping
Constructor for DynamoDBMapping
DynamoDBMapping.DynamoDBMappingBuilder - Class in org.apache.gora.dynamodb.store
A builder for creating the mapper.
DynamoDBMapping.DynamoDBMappingBuilder() - Constructor for class org.apache.gora.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
 
DynamoDBQuery<K,T extends Persistent> - Class in org.apache.gora.dynamodb.query
 
DynamoDBQuery() - Constructor for class org.apache.gora.dynamodb.query.DynamoDBQuery
Default Constructor
DynamoDBQuery(DataStore<K, T>) - Constructor for class org.apache.gora.dynamodb.query.DynamoDBQuery
Constructor
DynamoDBResult<K,T extends Persistent> - Class in org.apache.gora.dynamodb.query
 
DynamoDBResult(DataStore<K, T>, Query<K, T>, List<T>) - Constructor for class org.apache.gora.dynamodb.query.DynamoDBResult
Constructor for the result set
DynamoDBStore<K,T extends Persistent> - Class in org.apache.gora.dynamodb.store
 
DynamoDBStore() - Constructor for class org.apache.gora.dynamodb.store.DynamoDBStore
Constructor

E

elapsedTime(long, long) - Static method in class org.apache.gora.util.TimingUtil
Calculate the elapsed time between two times specified in milliseconds.
Employee - Class in org.apache.gora.examples.generated
 
Employee() - Constructor for class org.apache.gora.examples.generated.Employee
 
Employee(StateManager) - Constructor for class org.apache.gora.examples.generated.Employee
 
Employee.Field - Enum in org.apache.gora.examples.generated
 
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.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
 
equals(Object) - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
equals(Object) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
equals(Object) - Method in class org.apache.gora.persistency.ListGenericArray
 
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(String, String) - Method in class org.apache.gora.sql.statement.Where
 
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
 
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
 
execute(Query<K, T>) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Executes a query after building a DynamoDB specific query based on the received one
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.sql.store.SqlStore
 
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
 
executeDeleteTableRequest(String) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Executes a delete table request using the DynamoDB client
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

FakeResolvingDecoder - Class in org.apache.gora.mapreduce
Avro uses a ResolvingDecoder which resolves two schemas and converts records written by one to the other, and validates the input.
FakeResolvingDecoder(Schema, Decoder) - Constructor for class org.apache.gora.mapreduce.FakeResolvingDecoder
 
FIELD_MAP - Static variable in class org.apache.gora.persistency.impl.PersistentBase
 
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
FIELDS - Static variable in class org.apache.gora.persistency.impl.PersistentBase
 
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 - Variable in class org.apache.gora.query.impl.QueryBase
 
filter - Variable in class org.apache.gora.query.ws.impl.QueryWSBase
Query filter
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.
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.
flush() - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
 
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.sql.store.SqlStore
 
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
 
from() - Method in class org.apache.gora.sql.statement.Delete
 
from(String) - Method in class org.apache.gora.sql.statement.Delete
 
fromByteBuffer(Schema, ByteBuffer) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
fromByteBuffer(ByteBuffer) - Method in class org.apache.gora.cassandra.serializers.Utf8Serializer
 
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
 
fromBytes(Class<K>, byte[]) - Static method in class org.apache.gora.hbase.util.HBaseByteInterface
 
fromBytes(byte[], Schema, PersistentDatumReader<?>, Object) - 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

GenericArraySerializer<T> - Class in org.apache.gora.cassandra.serializers
A GenericArraySerializer translates the byte[] to and from GenericArray of Avro.
GenericArraySerializer(Serializer<T>) - Constructor for class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
GenericArraySerializer(Schema) - Constructor for class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
GenericArraySerializer(Schema.Type) - Constructor for class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
GenericArraySerializer(Class<T>) - Constructor for class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
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(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
get(Schema.Type, Class) - Static method in class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
get(Schema) - Static method in class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
get() - Static method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
get(Class) - Static method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
get(Schema.Type) - Static method in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
get(Schema.Type, Class) - Static method in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
get(Schema) - Static method in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
get() - Static method in class org.apache.gora.cassandra.serializers.Utf8Serializer
 
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.dynamodb.store.DynamoDBStore
 
get(K) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
 
get(int) - Method in class org.apache.gora.examples.generated.Employee
 
get(int) - Method in class org.apache.gora.examples.generated.Metadata
 
get(int) - Method in class org.apache.gora.examples.generated.TokenDatum
 
get(int) - Method in class org.apache.gora.examples.generated.WebPage
 
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() - 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.sql.store.SqlStore
 
get(int) - Static method in enum org.apache.gora.sql.store.SqlTypeInterface.JdbcType
Returns a JdbcType enum from a jdbc type in java.sql.Types
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 class org.apache.gora.dynamodb.store.DynamoDBStore
 
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.
getBytes() - Method in class org.apache.gora.sql.store.SqlStore
 
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
 
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.
getClient(String, AWSCredentials) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Method to create the specific client to be used
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
 
getColumn(String) - Method in class org.apache.gora.sql.store.SqlMapping
 
getColumnFamilyDefinitions() - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
getColumnNames() - Method in class org.apache.gora.sql.statement.InsertStatement
 
getColumns(String) - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
getComparatorType() - Method in class org.apache.gora.cassandra.serializers.Utf8Serializer
 
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
 
getConnection() - Method in class org.apache.gora.sql.store.SqlStore
 
getConsistencyReadLevel() - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets read consistency level
getConstructor(Class<T>) - Static method in class org.apache.gora.util.ReflectionUtils
Returns the empty argument constructor of the class.
getContent() - Method in class org.apache.gora.examples.generated.WebPage
 
getCount() - Method in class org.apache.gora.examples.generated.TokenDatum
 
getCurrentKey() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
getCurrentValue() - Method in class org.apache.gora.mapreduce.GoraRecordReader
 
getData() - Method in class org.apache.gora.examples.generated.Metadata
 
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.
getDateOfBirth() - Method in class org.apache.gora.examples.generated.Employee
 
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
getDeserializer(Class<PersistentBase>) - Method in class org.apache.gora.mapreduce.PersistentNonReusingSerialization
 
getDeserializer(Class<PersistentBase>) - Method in class org.apache.gora.mapreduce.PersistentSerialization
 
getDeserializer(Class<String>) - Method in class org.apache.gora.mapreduce.StringSerialization
 
getElementSchema(GenericArray) - Static method in class org.apache.gora.cassandra.serializers.TypeUtils
 
getElementType(ListGenericArray) - 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
 
getFamily() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getFamily(String) - Method in class org.apache.gora.cassandra.store.CassandraMapping
 
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.
getField() - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
getField(int) - Method in class org.apache.gora.examples.generated.person
 
getField(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
getField(int) - Method in interface org.apache.gora.persistency.Persistent
Returns the field name with the given index
getField(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
getFieldIndex(String) - Method in class org.apache.gora.examples.generated.person
 
getFieldIndex(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
getFieldIndex(String) - Method in interface org.apache.gora.persistency.Persistent
Returns the index of the field with the given name
getFieldIndex(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
getFieldMap(Schema) - Static method in class org.apache.gora.util.AvroUtils
Returns a map of field name to Field for schema's fields.
getFields() - Method in class org.apache.gora.examples.generated.person
 
getFields() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
getFields() - Method in interface org.apache.gora.persistency.Persistent
Returns sorted field names of the object
getFields() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
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.sql.store.SqlMapping
 
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.
getFirstName() - Method in class org.apache.gora.examples.generated.person
 
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
 
getFrom() - Method in class org.apache.gora.sql.statement.SelectStatement
 
getFromData(Utf8) - Method in class org.apache.gora.examples.generated.Metadata
 
getFromOutlinks(Utf8) - Method in class org.apache.gora.examples.generated.WebPage
 
getGroupBy() - Method in class org.apache.gora.sql.statement.SelectStatement
 
getHashKey() - Method in class org.apache.gora.dynamodb.query.DynamoDBKey
Gets hash key
getHashKey() - Method in class org.apache.gora.examples.generated.person
 
getHaving() - Method in class org.apache.gora.sql.statement.SelectStatement
 
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
 
getHttpStatusCode() - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
getIdentifier() - Method in class org.apache.gora.sql.store.SqlStore
 
getIndex() - Method in enum org.apache.gora.examples.generated.Employee.Field
 
getIndex() - Method in enum org.apache.gora.examples.generated.Metadata.Field
 
getIndex() - Method in enum org.apache.gora.examples.generated.TokenDatum.Field
 
getIndex() - Method in enum org.apache.gora.examples.generated.WebPage.Field
 
getIndex() - Method in enum org.apache.gora.tutorial.log.generated.MetricDatum.Field
 
getIndex() - Method in enum org.apache.gora.tutorial.log.generated.Pageview.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
 
getItems(String) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping
Gets items or attributes from a specific table
getJdbcType() - Method in class org.apache.gora.sql.store.Column
 
getJdbcType(Schema, int, int) - Static method in class org.apache.gora.sql.store.SqlTypeInterface
 
getJdbcType(Class<?>, int, int) - Static method in class org.apache.gora.sql.store.SqlTypeInterface
 
getKey() - Method in class org.apache.gora.cassandra.query.CassandraRow
 
getKey() - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets hash key
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
 
getKeySchema() - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets key schema
getKeySchema(String) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping
Gets the key schema from a specific table
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
getLastName() - Method in class org.apache.gora.examples.generated.person
 
getLength() - Method in class org.apache.gora.mapreduce.GoraInputSplit
 
getLength() - Method in class org.apache.gora.query.impl.FileSplitPartitionQuery
 
getLength() - Method in class org.apache.gora.sql.store.Column
 
getLicense() - Method in class org.apache.gora.util.LicenseHeaders
Get the license header for the LicenseHeader object.
getLicenseName() - Method in class org.apache.gora.util.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
 
getLimit() - Method in class org.apache.gora.sql.statement.SelectStatement
 
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
 
getMappingFile(Properties, DataStore<?, ?>, String) - Static method in class org.apache.gora.store.DataStoreFactory
 
getMappingFile(Properties, DataStore<?, ?>, String) - Static method in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
getMappingStrategy() - Method in class org.apache.gora.sql.store.Column
 
getMetadata() - Method in class org.apache.gora.examples.generated.WebPage
 
getMetric() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
getMetricDimension() - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
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
 
getName() - Method in enum org.apache.gora.examples.generated.Employee.Field
 
getName() - Method in class org.apache.gora.examples.generated.Employee
 
getName() - Method in enum org.apache.gora.examples.generated.Metadata.Field
 
getName() - Method in enum org.apache.gora.examples.generated.TokenDatum.Field
 
getName() - Method in enum org.apache.gora.examples.generated.WebPage.Field
 
getName() - Method in class org.apache.gora.sql.store.Column
 
getName() - Method in enum org.apache.gora.tutorial.log.generated.MetricDatum.Field
 
getName() - Method in enum org.apache.gora.tutorial.log.generated.Pageview.Field
 
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
 
getOffset() - Method in class org.apache.gora.sql.statement.SelectStatement
 
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
getOrder() - Method in enum org.apache.gora.sql.store.SqlTypeInterface.JdbcType
 
getOrderBy() - Method in class org.apache.gora.sql.statement.SelectStatement
 
getOut() - Method in class org.apache.gora.hbase.util.HBaseByteInterface.BinaryEncoderWithStream
 
getOutlinks() - Method in class org.apache.gora.examples.generated.WebPage
 
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
 
getParsedContent() - Method in class org.apache.gora.examples.generated.WebPage
 
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.dynamodb.store.DynamoDBStore
 
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.sql.store.SqlStore
 
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
 
getPrimaryColumn() - Method in class org.apache.gora.sql.store.SqlMapping
 
getPrimaryColumnName() - Method in class org.apache.gora.sql.store.SqlMapping
 
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.dynamodb.query.DynamoDBResult
Gets the items reading progress
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.sql.query.SqlResult
 
getProvider() - Method in interface org.apache.gora.store.WebServiceBackedDataStore
 
getProvisionedThroughput(String) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping
Gets the provisioned throughput from a specific table
getQuery() - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
getQuery() - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets query performed
getQuery(DataStore<K, T>) - Method in class org.apache.gora.examples.mapreduce.QueryCounter
Returns the Query to count the results of.
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
 
getQueryExpression() - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets query expression for query
getRangeCompOp() - Static method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets range query comparator operator
getRangeKey() - Method in class org.apache.gora.dynamodb.query.DynamoDBKey
Gets range key
getRangeKey() - Method in class org.apache.gora.examples.generated.person
 
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
 
getRegionLocation(byte[]) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
getRegionLocation provided by HTable but not HTableInterface.
getResolvingDecoder(Decoder) - Method in class org.apache.gora.avro.PersistentDatumReader
 
getResponseSize() - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
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
 
getSalary() - Method in class org.apache.gora.examples.generated.Employee
 
getSalary() - Method in class org.apache.gora.examples.generated.person
 
getScale() - Method in class org.apache.gora.sql.store.Column
 
getScaleOrLength() - Method in class org.apache.gora.sql.store.Column
 
getScanCompOp() - Static method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets scan comparator operator
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
 
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.examples.generated.Employee
 
getSchema() - Method in class org.apache.gora.examples.generated.Metadata
 
getSchema() - Method in class org.apache.gora.examples.generated.TokenDatum
 
getSchema() - Method in class org.apache.gora.examples.generated.WebPage
 
getSchema() - Method in class org.apache.gora.persistency.ListGenericArray
 
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
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.dynamodb.store.DynamoDBStore
Gets the preferred schema
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.sql.store.SqlStore
 
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.
getSelectList() - Method in class org.apache.gora.sql.statement.SelectStatement
 
getSelectStatement() - Method in class org.apache.gora.sql.statement.SelectStatement
 
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<PersistentBase>) - Method in class org.apache.gora.mapreduce.PersistentNonReusingSerialization
 
getSerializer(Class<PersistentBase>) - Method in class org.apache.gora.mapreduce.PersistentSerialization
 
getSerializer(Class<String>) - Method in class org.apache.gora.mapreduce.StringSerialization
 
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
 
getSqlType() - Method in class org.apache.gora.sql.store.Column
 
getSqlType(Class<?>) - Static method in class org.apache.gora.sql.store.SqlTypeInterface
 
getSqlType() - Method in enum org.apache.gora.sql.store.SqlTypeInterface.JdbcType
 
getSrcChecksum() - Static method in class org.apache.gora.util.VersionInfo
Get the checksum of the source files from which Gora was built.
getSsn() - Method in class org.apache.gora.examples.generated.Employee
 
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
 
getState(K) - Method in class org.apache.gora.persistency.StatefulHashMap
 
getState(K) - Method in interface org.apache.gora.persistency.StatefulMap
 
getStateManager() - Method in class org.apache.gora.examples.generated.person
 
getStateManager() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
getStateManager() - Method in interface org.apache.gora.persistency.Persistent
Returns the StateManager which manages the persistent state of the object.
getStateManager() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
getStaticField(Class<?>, String) - Static method in class org.apache.gora.util.ReflectionUtils
Returns the value of a named static field
getTable() - Method in class org.apache.gora.hbase.store.HBaseMapping
 
getTableDescriptor() - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
getTableName(String) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Gets the table name for which the table is being mapped
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
 
getTableName() - Method in class org.apache.gora.sql.statement.InsertStatement
 
getTableName() - Method in class org.apache.gora.sql.store.Column
 
getTableName() - Method in class org.apache.gora.sql.store.SqlMapping
 
getTables() - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping
Gets the tables with their own items
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
 
getTimestamp() - 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
 
getType() - Static method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Gets query type
getUrl() - Method in class org.apache.gora.examples.generated.WebPage
 
getUrl() - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
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
 
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.tutorial.log.KeyValueWritable
 
getVersion() - Method in class org.apache.gora.examples.generated.Metadata
 
getVersion() - Static method in class org.apache.gora.util.VersionInfo
Get the Gora version.
getVisitedplaces() - Method in class org.apache.gora.examples.generated.person
 
getWhere() - Method in class org.apache.gora.sql.statement.SelectStatement
 
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
Generate specific Java interfaces and classes for protocols and schemas.
GoraDynamoDBCompiler - Class in org.apache.gora.dynamodb.compiler
Generate specific Java classes for defined schemas.
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.
greaterThan(String, String) - Method in class org.apache.gora.sql.statement.Where
 
greaterThanEq(String, String) - Method in class org.apache.gora.sql.statement.Where
 

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.persistency.impl.PersistentBase
 
hashCode() - Method in class org.apache.gora.persistency.ListGenericArray
 
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
 
hasNext() - Method in class org.apache.gora.util.NodeWalker
Returns true if there are more nodes on the current stack.
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
 
HBaseByteInterface.BinaryEncoderWithStream - Class in org.apache.gora.hbase.util
A BinaryEncoder that exposes the outputstream so that it can be reset every time.
HBaseByteInterface.BinaryEncoderWithStream(OutputStream) - Constructor for class org.apache.gora.hbase.util.HBaseByteInterface.BinaryEncoderWithStream
 
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
 
HSqlInsertUpdateStatement<K,T extends PersistentBase> - Class in org.apache.gora.sql.statement
 
HSqlInsertUpdateStatement(SqlStore<K, T>, SqlMapping, String) - Constructor for class org.apache.gora.sql.statement.HSqlInsertUpdateStatement
 

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
 
init(InputStream) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
initDbMetadata() - Method in class org.apache.gora.sql.store.SqlStore
 
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(Class<K>, Class<T>, Properties) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Initialize the data store by reading the credentials, setting the cloud provider, setting the client's properties up, setting the end point and reading the mapping file
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() - Method in class org.apache.gora.sql.store.SqlStore
 
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.util.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) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertColumn(Mutator<K>, K, String, String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
InsertStatement - Class in org.apache.gora.sql.statement
An SQL INSERT statement, for generating a Prepared Statement
InsertStatement(SqlMapping, String) - Constructor for class org.apache.gora.sql.statement.InsertStatement
 
InsertStatement(SqlMapping, String, String...) - Constructor for class org.apache.gora.sql.statement.InsertStatement
 
insertSubColumn(Mutator<K>, K, String, String, ByteBuffer, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertSubColumn(Mutator<K>, K, String, String, String, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
insertSubColumn(Mutator<K>, K, String, String, Integer, ByteBuffer) - Static method in class org.apache.gora.cassandra.store.HectorUtils
 
InsertUpdateStatement<K,V extends PersistentBase> - Class in org.apache.gora.sql.statement
 
InsertUpdateStatement(SqlStore<K, V>, SqlMapping, String) - Constructor for class org.apache.gora.sql.statement.InsertUpdateStatement
 
InsertUpdateStatement.ColumnData - Class in org.apache.gora.sql.statement
 
InsertUpdateStatement.ColumnData(Object, Schema, Column) - Constructor for class org.apache.gora.sql.statement.InsertUpdateStatement.ColumnData
 
InsertUpdateStatementFactory - Class in org.apache.gora.sql.statement
 
InsertUpdateStatementFactory() - Constructor for class org.apache.gora.sql.statement.InsertUpdateStatementFactory
 
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 class org.apache.gora.examples.generated.person
 
isDirty(int) - Method in class org.apache.gora.examples.generated.person
 
isDirty(String) - Method in class org.apache.gora.examples.generated.person
 
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(Persistent, int) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
isDirty(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
isDirty() - Method in interface org.apache.gora.persistency.Persistent
Returns whether any of the fields of the object has been modified after construction or loading.
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(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Returns whether any of the fields of the object has been modified after construction or loading.
isDirty(Persistent, int) - Method in interface org.apache.gora.persistency.StateManager
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
 
isDirty(Persistent, int) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Determines if an object is dirty or not based on its index
isDirty(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Determines if an object is dirty
isEmpty() - Method in class org.apache.gora.sql.statement.Where
 
isFieldEqual(int, Object) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isFieldEqual(int, Object) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
Checks if a field is equal between two objects
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.
isModulo() - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
isNew() - Method in class org.apache.gora.examples.generated.person
 
isNew() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isNew - Variable in class org.apache.gora.persistency.impl.StateManagerImpl
 
isNew(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
isNew() - Method in interface org.apache.gora.persistency.Persistent
Returns whether the object is newly constructed.
isNew(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Returns whether the object is newly constructed.
isNew() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
isNew - Variable in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
isNew(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
isOrderByAsc() - Method in class org.apache.gora.sql.statement.SelectStatement
 
isPrimaryKey() - Method in class org.apache.gora.sql.store.Column
 
isReadable(int) - Method in class org.apache.gora.examples.generated.person
 
isReadable(String) - Method in class org.apache.gora.examples.generated.person
 
isReadable(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isReadable(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
isReadable(Persistent, int) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
isReadable(int) - Method in interface org.apache.gora.persistency.Persistent
Returns whether the field has been loaded from the datastore.
isReadable(String) - Method in interface org.apache.gora.persistency.Persistent
Returns whether the field has been loaded from the datastore.
isReadable(Persistent, int) - Method in interface org.apache.gora.persistency.StateManager
Returns whether the field has been loaded from the datastore.
isReadable(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
isReadable(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
isReadable(Persistent, int) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Determines if an object is readable using its index
isSemicolon() - Method in class org.apache.gora.sql.statement.SelectStatement
 
isSuper(String) - Method in class org.apache.gora.cassandra.store.CassandraClient
 
isSuper(String) - Method in class org.apache.gora.cassandra.store.CassandraMapping
Read family super attribute.
iterator() - Method in class org.apache.gora.persistency.ListGenericArray
 

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
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

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
 
lessThan(String, String) - Method in class org.apache.gora.sql.statement.Where
 
lessThanEq(String, String) - Method in class org.apache.gora.sql.statement.Where
 
LicenseHeaders - Class in org.apache.gora.util
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.util.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
LINKS - Static variable in class org.apache.gora.examples.WebPageDataCreator
 
ListGenericArray<T> - Class in org.apache.gora.persistency
An ArrayList based implementation of Avro GenericArray.
ListGenericArray(Schema, List<T>) - Constructor for class org.apache.gora.persistency.ListGenericArray
 
ListGenericArray(Schema) - Constructor for class org.apache.gora.persistency.ListGenericArray
 
ListGenericArray(int, Schema) - Constructor for class org.apache.gora.persistency.ListGenericArray
 
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.
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.GenericArraySerializer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.GoraSerializerTypeInferer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
LOG - Static variable in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
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
 
LOG - Static variable in class org.apache.gora.cassandra.store.HectorUtils
 
LOG - Static variable in class org.apache.gora.dynamodb.query.DynamoDBQuery
Helper to write useful information into the logs
LOG - Static variable in class org.apache.gora.dynamodb.query.DynamoDBResult
Helper to write useful information into the logs
LOG - Static variable in class org.apache.gora.dynamodb.store.DynamoDBMapping
Helper to write useful information into the logs
LOG - Static variable in class org.apache.gora.dynamodb.store.DynamoDBStore
Helper to write useful information into the logs
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.GoraCompiler
The main method used to invoke the GoraCompiler.
main(String[]) - Static method in class org.apache.gora.dynamodb.compiler.GoraDynamoDBCompiler
Start point of the compiler program
main(String[]) - Static method in class org.apache.gora.examples.mapreduce.QueryCounter
 
main(String[]) - Static method in class org.apache.gora.examples.mapreduce.WordCount
 
main(String[]) - Static method in class org.apache.gora.examples.WebPageDataCreator
 
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(K, T, Mapper<K, T, NullWritable, NullWritable>.Context) - Method in class org.apache.gora.examples.mapreduce.QueryCounter.QueryCounterMapper
 
map(String, WebPage, Mapper<String, WebPage, Text, IntWritable>.Context) - Method in class org.apache.gora.examples.mapreduce.WordCount.TokenizerMapper
 
map(Long, Pageview, Mapper<Long, Pageview, TextLong, LongWritable>.Context) - Method in class org.apache.gora.tutorial.log.LogAnalytics.LogAnalyticsMapper
 
mapNext() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
mapping - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement
 
MAPPING_FILE - Static variable in class org.apache.gora.store.DataStoreFactory
 
MAPPING_FILE - Static variable in class org.apache.gora.store.ws.impl.WSDataStoreFactory
 
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
 
Metadata - Class in org.apache.gora.examples.generated
 
Metadata() - Constructor for class org.apache.gora.examples.generated.Metadata
 
Metadata(StateManager) - Constructor for class org.apache.gora.examples.generated.Metadata
 
Metadata.Field - Enum in org.apache.gora.examples.generated
 
MetricDatum - Class in org.apache.gora.tutorial.log.generated
 
MetricDatum() - Constructor for class org.apache.gora.tutorial.log.generated.MetricDatum
 
MetricDatum(StateManager) - Constructor for class org.apache.gora.tutorial.log.generated.MetricDatum
 
MetricDatum.Field - Enum in org.apache.gora.tutorial.log.generated
 
MOCK_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
MySqlInsertUpdateStatement<K,V extends PersistentBase> - Class in org.apache.gora.sql.statement
 
MySqlInsertUpdateStatement(SqlStore<K, V>, SqlMapping, String) - Constructor for class org.apache.gora.sql.statement.MySqlInsertUpdateStatement
 

N

needsTaskCommit(TaskAttemptContext) - Method in class org.apache.gora.mapreduce.NullOutputCommitter
 
newArray(Object, int, Schema) - Method in class org.apache.gora.avro.PersistentDatumReader
Called to create new array instances.
newInstance(StateManager) - Method in class org.apache.gora.examples.generated.Employee
 
newInstance(StateManager) - Method in class org.apache.gora.examples.generated.Metadata
 
newInstance(StateManager) - Method in class org.apache.gora.examples.generated.person
 
newInstance(StateManager) - Method in class org.apache.gora.examples.generated.TokenDatum
 
newInstance(StateManager) - Method in class org.apache.gora.examples.generated.WebPage
 
newInstance(Result, String[]) - Method in class org.apache.gora.hbase.store.HBaseStore
 
newInstance(StateManager) - Method in interface org.apache.gora.persistency.Persistent
Constructs a new instance of the object with the given StateManager.
newInstance(StateManager) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
newInstance(StateManager) - 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 class org.apache.gora.dynamodb.store.DynamoDBStore
Returns a new instance of the key object.
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
 
newMap(Object, int) - Method in class org.apache.gora.avro.PersistentDatumReader
 
newPersistent() - Method in class org.apache.gora.avro.PersistentDatumReader
 
newPersistent() - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Returns a new persistent object
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.dynamodb.store.DynamoDBStore
Creates a new DynamoDBQuery
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.sql.store.SqlStore
 
newQuery() - Method in interface org.apache.gora.store.DataStore
Constructs and returns a new Query.
newRecord(Object, Schema) - Method in class org.apache.gora.avro.PersistentDatumReader
 
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.dynamodb.query.DynamoDBResult
Gets the next item
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.sql.query.SqlResult
 
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

object - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement.ColumnData
 
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
 
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.dynamodb.compiler - package org.apache.gora.dynamodb.compiler
 
org.apache.gora.dynamodb.query - package org.apache.gora.dynamodb.query
 
org.apache.gora.dynamodb.store - package org.apache.gora.dynamodb.store
 
org.apache.gora.examples - package org.apache.gora.examples
 
org.apache.gora.examples.generated - package org.apache.gora.examples.generated
 
org.apache.gora.examples.mapreduce - package org.apache.gora.examples.mapreduce
 
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.sql.query - package org.apache.gora.sql.query
 
org.apache.gora.sql.statement - package org.apache.gora.sql.statement
 
org.apache.gora.sql.store - package org.apache.gora.sql.store
 
org.apache.gora.sql.util - package org.apache.gora.sql.util
 
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(StateManager) - Constructor for class org.apache.gora.tutorial.log.generated.Pageview
 
Pageview.Field - Enum 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
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
 
PASSWORD_PROPERTY - Static variable in class org.apache.gora.sql.store.SqlStore
Password to access the database
peek() - Method in class org.apache.gora.persistency.ListGenericArray
 
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(StateManager) - Constructor for class org.apache.gora.persistency.impl.PersistentBase
 
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
PersistentDatumReader<T extends PersistentBase> - Class in org.apache.gora.avro
PersistentDatumReader reads, fields' dirty and readable information.
PersistentDatumReader() - Constructor for class org.apache.gora.avro.PersistentDatumReader
 
PersistentDatumReader(Schema, boolean) - Constructor for class org.apache.gora.avro.PersistentDatumReader
 
PersistentDatumWriter<T extends PersistentBase> - Class in org.apache.gora.avro
PersistentDatumWriter writes, fields' dirty and readable information.
PersistentDatumWriter() - Constructor for class org.apache.gora.avro.PersistentDatumWriter
 
PersistentDatumWriter(Schema, boolean) - Constructor for class org.apache.gora.avro.PersistentDatumWriter
 
PersistentDeserializer - Class in org.apache.gora.mapreduce
Hadoop deserializer using PersistentDatumReader with BinaryDecoder.
PersistentDeserializer(Class<? extends PersistentBase>, boolean) - Constructor for class org.apache.gora.mapreduce.PersistentDeserializer
 
PersistentNonReusingSerialization - Class in org.apache.gora.mapreduce
 
PersistentNonReusingSerialization() - Constructor for class org.apache.gora.mapreduce.PersistentNonReusingSerialization
 
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 PersistentDatumWriter 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
Constructor
PersistentWSBase(StateManager) - Constructor for class org.apache.gora.persistency.ws.impl.PersistentWSBase
Constructor using a stateManager object
person - Class in org.apache.gora.examples.generated
 
person() - Constructor for class org.apache.gora.examples.generated.person
 
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
Duplicate instance to keep all the objects in memory till flushing.
put(K, T) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Puts an object identified by a key
put(int, Object) - Method in class org.apache.gora.examples.generated.Employee
 
put(int, Object) - Method in class org.apache.gora.examples.generated.Metadata
 
put(int, Object) - Method in class org.apache.gora.examples.generated.TokenDatum
 
put(int, Object) - Method in class org.apache.gora.examples.generated.WebPage
 
put(K, T) - Method in class org.apache.gora.hbase.store.HBaseStore
 
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.StatefulHashMap
 
put(K, T) - Method in class org.apache.gora.sql.store.SqlStore
 
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.StatefulHashMap
 
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
 
putState(K, State) - Method in class org.apache.gora.persistency.StatefulHashMap
 
putState(K, State) - Method in interface org.apache.gora.persistency.StatefulMap
 
putToData(Utf8, Utf8) - Method in class org.apache.gora.examples.generated.Metadata
 
putToOutlinks(Utf8, Utf8) - Method in class org.apache.gora.examples.generated.WebPage
 

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
 
QueryCounter<K,T extends Persistent> - Class in org.apache.gora.examples.mapreduce
Example Hadoop job to count the row of a gora Query.
QueryCounter(Configuration) - Constructor for class org.apache.gora.examples.mapreduce.QueryCounter
 
QueryCounter.QueryCounterMapper<K,T extends Persistent> - Class in org.apache.gora.examples.mapreduce
 
QueryCounter.QueryCounterMapper() - Constructor for class org.apache.gora.examples.mapreduce.QueryCounter.QueryCounterMapper
 
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

RANGE_QUERY - Static variable in class org.apache.gora.dynamodb.query.DynamoDBQuery
Range query type property
read(byte[], int, int) - Method in class org.apache.gora.avro.mapreduce.FsInput
 
read(T, Decoder) - Method in class org.apache.gora.avro.PersistentDatumReader
 
read(Object, Schema, Decoder) - Method in class org.apache.gora.avro.PersistentDatumReader
 
readableBits - Variable in class org.apache.gora.persistency.impl.StateManagerImpl
 
readableBits - Variable in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
readArrayStart() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
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
readBoolean() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readBytes(ByteBuffer) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readDouble() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readEnum() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readerMaps - Static variable in class org.apache.gora.hbase.util.HBaseByteInterface
 
readField() - Method in class org.apache.gora.sql.store.SqlStore
 
readFields(DataInput) - Method in class org.apache.gora.avro.store.AvroStore
 
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
 
readFixed(byte[], int, int) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readFixed(byte[]) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readFloat() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
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[]
readIndex() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readInt() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readLong() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readMap(Object, Schema, ResolvingDecoder) - Method in class org.apache.gora.avro.PersistentDatumReader
 
readMapping(String) - Method in class org.apache.gora.accumulo.store.AccumuloStore
 
readMapping() - Method in class org.apache.gora.sql.store.SqlStore
 
readMapStart() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
readNext(Result) - Method in class org.apache.gora.hbase.query.HBaseResult
 
readNull() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
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(ResultSet, T, String[]) - Method in class org.apache.gora.sql.store.SqlStore
 
readObject(DataInput) - Static method in class org.apache.gora.util.IOUtils
 
readPrimaryKey(ResultSet) - Method in class org.apache.gora.sql.store.SqlStore
 
readProperties(DataInput) - Static method in class org.apache.gora.util.WritableUtils
 
readRecord(Object, Schema, ResolvingDecoder) - Method in class org.apache.gora.avro.PersistentDatumReader
 
readString(Utf8) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
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(Text, Iterable<IntWritable>, Reducer<Text, IntWritable, String, TokenDatum>.Context) - Method in class org.apache.gora.examples.mapreduce.WordCount.WordCountReducer
 
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.impl.PersistentBase
Subclasses should call this function for all the persistable fields in the class to register them.
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.StatefulHashMap
 
removeFromData(Utf8) - Method in class org.apache.gora.examples.generated.Metadata
 
removeFromOutlinks(Utf8) - Method in class org.apache.gora.examples.generated.WebPage
 
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
reuse() - Method in class org.apache.gora.persistency.StatefulHashMap
 
reuse() - Method in interface org.apache.gora.persistency.StatefulMap
Reuse will clear the map completely with states.
ROWS - Static variable in class org.apache.gora.examples.mapreduce.QueryCounter
 
run(String[]) - Method in class org.apache.gora.examples.mapreduce.QueryCounter
 
run(String[]) - Method in class org.apache.gora.examples.mapreduce.WordCount
 
run(String[]) - Method in class org.apache.gora.examples.WebPageDataCreator
 
run(String[]) - Method in class org.apache.gora.tutorial.log.LogAnalytics
 

S

SCAN_QUERY - Static variable in class org.apache.gora.dynamodb.query.DynamoDBQuery
Scan query type property
schema - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement.ColumnData
 
schema - Variable in class org.apache.gora.store.impl.DataStoreBase
The schema of the persistent class
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
 
schemaExists() - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Verifies if the specified schemas exist
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.sql.store.SqlStore
 
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
 
SelectStatement - Class in org.apache.gora.sql.statement
A SQL SELECT statement
SelectStatement() - Constructor for class org.apache.gora.sql.statement.SelectStatement
 
SelectStatement(String) - Constructor for class org.apache.gora.sql.statement.SelectStatement
 
SelectStatement(String, String, String, String) - Constructor for class org.apache.gora.sql.statement.SelectStatement
 
SelectStatement(String, String, Where, String, String, String, boolean, int, int, boolean) - Constructor for class org.apache.gora.sql.statement.SelectStatement
 
serialize(PersistentBase) - Method in class org.apache.gora.mapreduce.PersistentSerializer
 
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, PersistentDatumWriter<T>, Schema, Object) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
serialize(PersistentDatumWriter<T>, Schema, Object) - Static method in class org.apache.gora.util.IOUtils
Serializes the field object using the datumWriter.
setBeanFactory(BeanFactory<K, T>) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
 
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
 
setBytes() - Method in class org.apache.gora.sql.store.SqlStore
 
setCodecType(AvroStore.CodecType) - Method in class org.apache.gora.avro.store.AvroStore
 
setColumnNames(String...) - Method in class org.apache.gora.sql.statement.InsertStatement
 
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
setConsistencyReadLevel(boolean) - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets read consistency level
setContent(ByteBuffer) - Method in class org.apache.gora.examples.generated.WebPage
 
setCount(int) - Method in class org.apache.gora.examples.generated.TokenDatum
 
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
 
setDateOfBirth(long) - Method in class org.apache.gora.examples.generated.Employee
 
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(boolean) - Method in class org.apache.gora.examples.generated.person
 
setDirty() - Method in class org.apache.gora.examples.generated.person
 
setDirty(int) - Method in class org.apache.gora.examples.generated.person
 
setDirty(String) - Method in class org.apache.gora.examples.generated.person
 
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(Persistent, int) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
setDirty(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
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.
setDirty(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Sets all the fields of the object as dirty.
setDirty(Persistent, int) - Method in interface org.apache.gora.persistency.StateManager
Sets the field as dirty.
setDirty() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
setDirty(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
setDirty(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
setDirty(Persistent, int) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Sets an object as dirty using its index
setDirty(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
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
 
setField() - Method in class org.apache.gora.sql.store.SqlStore
Serializes the field using Avro to a BLOB field
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
 
setFirstName(String) - Method in class org.apache.gora.examples.generated.person
 
setFrom(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setGroupBy(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setHashKey(H) - Method in class org.apache.gora.dynamodb.query.DynamoDBKey
Sets hash key
setHashKey(String) - Method in class org.apache.gora.examples.generated.person
 
setHashKeySchema(String, String, String) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Sets the hash key schema for the specified table
setHashRangeKeySchema(String, String, String) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Sets the hash range key schema for the specified table
setHaving(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setHttpMethod(Utf8) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
setHttpStatusCode(int) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
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
 
setIp(Utf8) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
setJdbcType(SqlTypeInterface.JdbcType) - Method in class org.apache.gora.sql.store.Column
 
setKey(K) - Method in class org.apache.gora.cassandra.query.CassandraRow
 
setKey(K) - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets hash key
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
 
setKeySchema(KeySchema) - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets query key schema used for queying
setLastName(String) - Method in class org.apache.gora.examples.generated.person
 
setLength(int) - Method in class org.apache.gora.sql.store.Column
 
setLicenseName(String) - Method in class org.apache.gora.util.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
 
setLimit(long) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setManagedPersistent(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
setManagedPersistent(Persistent) - Method in interface org.apache.gora.persistency.StateManager
If one state manager is allocated per persistent object, call this method to set the managed persistent.
setManagedPersistent(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Sets dirtyBits and readableBits sizes
setMappingStrategy(Column.MappingStrategy) - Method in class org.apache.gora.sql.store.Column
 
setMetadata(Metadata) - Method in class org.apache.gora.examples.generated.WebPage
 
setMetric(long) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
setMetricDimension(Utf8) - Method in class org.apache.gora.tutorial.log.generated.MetricDatum
 
setName(Utf8) - Method in class org.apache.gora.examples.generated.Employee
 
setName(String) - Method in class org.apache.gora.sql.store.Column
 
setNew(boolean) - Method in class org.apache.gora.examples.generated.person
 
setNew() - Method in class org.apache.gora.examples.generated.person
 
setNew() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
setNew(Persistent) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
setNew() - Method in interface org.apache.gora.persistency.Persistent
Sets the state of the object as new for persistency
setNew(Persistent) - Method in interface org.apache.gora.persistency.StateManager
Sets the state of the object as new for persistency
setNew() - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
setNew(Persistent) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
 
setObject(Object, Schema, Column) - Method in class org.apache.gora.sql.statement.InsertUpdateStatement
 
setObject(PreparedStatement, int, Object, Schema, Column) - Method in class org.apache.gora.sql.store.SqlStore
Sets the object to the preparedStatement by it's schema
setObject(PreparedStatement, int, V, int, Column) - Method in class org.apache.gora.sql.store.SqlStore
 
setOffset(long) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setOrderBy(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setOrderByAsc(boolean) - Method in class org.apache.gora.sql.statement.SelectStatement
 
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
 
setPersistent(T) - Method in class org.apache.gora.avro.PersistentDatumWriter
 
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, SqlTypeInterface.JdbcType, int, int) - Method in class org.apache.gora.sql.store.SqlMapping
 
setProvider(String) - Method in interface org.apache.gora.store.WebServiceBackedDataStore
 
setProvisionedThroughput(String, long, long) - Method in class org.apache.gora.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Sets the provisioned throughput for the specified table
setQuery(Query<K, T>) - Method in class org.apache.gora.cassandra.query.CassandraQuery
 
setQuery(Query<K, T>) - Method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets query to be performed
setQuery(Job, Query<K, T>) - Static method in class org.apache.gora.mapreduce.GoraInputFormat
 
setRangeCompOp(ComparisonOperator) - Static method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets range query comparator operator
setRangeKey(R) - Method in class org.apache.gora.dynamodb.query.DynamoDBKey
Sets range key
setRangeKey(String) - Method in class org.apache.gora.examples.generated.person
 
setReadable(int) - Method in class org.apache.gora.examples.generated.person
 
setReadable(String) - Method in class org.apache.gora.examples.generated.person
 
setReadable(int) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
setReadable(String) - Method in class org.apache.gora.persistency.impl.PersistentBase
 
setReadable(Persistent, int) - Method in class org.apache.gora.persistency.impl.StateManagerImpl
 
setReadable(int) - Method in interface org.apache.gora.persistency.Persistent
Sets the field as readable.
setReadable(String) - Method in interface org.apache.gora.persistency.Persistent
Sets the field as readable.
setReadable(Persistent, int) - Method in interface org.apache.gora.persistency.StateManager
Sets the field as readable.
setReadable(int) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
setReadable(String) - Method in class org.apache.gora.persistency.ws.impl.PersistentWSBase
 
setReadable(Persistent, int) - Method in class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Sets a persistent object as readable using its index
setRecordsMax(int) - Method in class org.apache.gora.mapreduce.GoraRecordCounter
 
setReferrer(Utf8) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
setResponseSize(int) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
setResultSet(CassandraResultSet<K>) - Method in class org.apache.gora.cassandra.query.CassandraResult
 
setResultSet(List<T>) - Method in class org.apache.gora.dynamodb.query.DynamoDBResult
Sets the resulting objects within the class
setReverseMap(Map<String, String>) - Method in class org.apache.gora.cassandra.query.CassandraResult
 
setSalary(int) - Method in class org.apache.gora.examples.generated.Employee
 
setSalary(double) - Method in class org.apache.gora.examples.generated.person
 
setScale(int) - Method in class org.apache.gora.sql.store.Column
 
setScanCompOp(ComparisonOperator) - Static method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets scan query comparator operator
setSchema(Schema) - Method in class org.apache.gora.avro.PersistentDatumReader
 
setSchemaName(String) - Method in class org.apache.gora.dynamodb.store.DynamoDBStore
Sets the preferred schema
setSelectList(ArrayList<String>) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setSelectStatement(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setSemicolon(boolean) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setSqlType(String) - Method in class org.apache.gora.sql.store.Column
 
setSsn(Utf8) - Method in class org.apache.gora.examples.generated.Employee
 
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.dynamodb.store.DynamoDBMapping.DynamoDBMappingBuilder
Sets table name
setTableName(String) - Method in class org.apache.gora.hbase.store.HBaseMapping.HBaseMappingBuilder
 
setTableName(String) - Method in class org.apache.gora.sql.statement.InsertStatement
 
setTableName(String) - Method in class org.apache.gora.sql.store.Column
 
setTableName(String) - Method in class org.apache.gora.sql.store.SqlMapping
 
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
 
setTimestamp(long) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
setType(int) - Method in class org.apache.gora.cassandra.query.CassandraColumn
 
setType(String) - Static method in class org.apache.gora.dynamodb.query.DynamoDBQuery
Sets query type
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(Utf8) - Method in class org.apache.gora.examples.generated.WebPage
 
setUrl(Utf8) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
setUserAgent(Utf8) - Method in class org.apache.gora.tutorial.log.generated.Pageview
 
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.tutorial.log.KeyValueWritable
 
setVersion(int) - Method in class org.apache.gora.examples.generated.Metadata
 
setVisitedplaces(Set<String>) - Method in class org.apache.gora.examples.generated.person
 
setWhere(Where) - Method in class org.apache.gora.sql.statement.SelectStatement
 
setWhere(String) - Method in class org.apache.gora.sql.statement.SelectStatement
 
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
 
size() - Method in class org.apache.gora.persistency.ListGenericArray
 
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
skipAction() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipArray() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipBytes() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipChildren() - Method in class org.apache.gora.util.NodeWalker
Skips over and removes from the node stack the children of the last node.
skipFixed() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipFixed(int) - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipMap() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipString() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
skipTopSymbol() - Method in class org.apache.gora.mapreduce.FakeResolvingDecoder
 
SORTED_URLS - Static variable in class org.apache.gora.examples.WebPageDataCreator
 
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
 
SqlMapping - Class in org.apache.gora.sql.store
 
SqlMapping() - Constructor for class org.apache.gora.sql.store.SqlMapping
 
SqlQuery<K,T extends PersistentBase> - Class in org.apache.gora.sql.query
Query implementation covering SQL queries
SqlQuery() - Constructor for class org.apache.gora.sql.query.SqlQuery
 
SqlQuery(SqlStore<K, T>) - Constructor for class org.apache.gora.sql.query.SqlQuery
 
SqlResult<K,T extends PersistentBase> - Class in org.apache.gora.sql.query
 
SqlResult(DataStore<K, T>, Query<K, T>, ResultSet, PreparedStatement) - Constructor for class org.apache.gora.sql.query.SqlResult
 
SqlStore<K,T extends PersistentBase> - Class in org.apache.gora.sql.store
A DataStore implementation for RDBMS with a SQL interface.
SqlStore() - Constructor for class org.apache.gora.sql.store.SqlStore
 
SqlStore.DBVendor - Enum in org.apache.gora.sql.store
The vendor of the DB
SqlTypeInterface - Class in org.apache.gora.sql.store
Contains utility methods related to type conversion between java, avro and SQL types.
SqlTypeInterface() - Constructor for class org.apache.gora.sql.store.SqlTypeInterface
 
SqlTypeInterface.JdbcType - Enum in org.apache.gora.sql.store
Encapsules java.sql.Types as an enum
SqlUtils - Class in org.apache.gora.sql.util
SQL related utilities
SqlUtils() - Constructor for class org.apache.gora.sql.util.SqlUtils
 
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
State - Enum in org.apache.gora.persistency
Persistency state of an object or field.
StatefulHashMap<K,V> - Class in org.apache.gora.persistency
 
StatefulHashMap() - Constructor for class org.apache.gora.persistency.StatefulHashMap
Create an empty instance.
StatefulHashMap(Map<K, V>) - Constructor for class org.apache.gora.persistency.StatefulHashMap
Create an instance with initial entries.
StatefulHashMapSerializer<T> - Class in org.apache.gora.cassandra.serializers
A StatefulHashMapSerializer translates the byte[] to and from StatefulHashMap of Avro.
StatefulHashMapSerializer(Serializer<T>) - Constructor for class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
StatefulHashMapSerializer(Schema) - Constructor for class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
StatefulHashMapSerializer(Schema.Type) - Constructor for class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
StatefulHashMapSerializer(Class<T>) - Constructor for class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
StatefulMap<K,V> - Interface in org.apache.gora.persistency
StatefulMap extends the Map interface to keep track of the persistency states of individual elements in the Map.
StateManager - Interface in org.apache.gora.persistency
StateManager manages objects state for persistency.
StateManagerImpl - Class in org.apache.gora.persistency.impl
An implementation for the StateManager.
StateManagerImpl() - Constructor for class org.apache.gora.persistency.impl.StateManagerImpl
 
StateManagerWSImpl - Class in org.apache.gora.persistency.ws.impl
An implementation for the StateManager.
StateManagerWSImpl() - Constructor for class org.apache.gora.persistency.ws.impl.StateManagerWSImpl
Constructor
states() - Method in class org.apache.gora.persistency.StatefulHashMap
 
states() - Method in interface org.apache.gora.persistency.StatefulMap
 
store - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement
 
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
 
stringToJdbcType(String) - Static method in class org.apache.gora.sql.store.SqlTypeInterface
 
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
 
SUPER - Static variable in class org.apache.gora.cassandra.query.CassandraColumn
 

T

tableName - Variable in class org.apache.gora.sql.statement.InsertUpdateStatement
 
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
 
toBoolean(byte[]) - Static method in class org.apache.gora.util.ByteUtils
 
toByteBuffer(GenericArray<T>) - Method in class org.apache.gora.cassandra.serializers.GenericArraySerializer
 
toByteBuffer(SpecificFixed) - Method in class org.apache.gora.cassandra.serializers.SpecificFixedSerializer
 
toByteBuffer(StatefulHashMap<Utf8, T>) - Method in class org.apache.gora.cassandra.serializers.StatefulHashMapSerializer
 
toByteBuffer(Utf8) - Method in class org.apache.gora.cassandra.serializers.Utf8Serializer
 
toByteBuffer(Object) - Method in class org.apache.gora.cassandra.store.CassandraClient
Serialize value to ByteBuffer.
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
 
toBytes(Object, Schema) - Static method in class org.apache.gora.hbase.util.HBaseByteInterface
 
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(Object, Schema, PersistentDatumWriter<?>) - 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
TokenDatum - Class in org.apache.gora.examples.generated
 
TokenDatum() - Constructor for class org.apache.gora.examples.generated.TokenDatum
 
TokenDatum(StateManager) - Constructor for class org.apache.gora.examples.generated.TokenDatum
 
TokenDatum.Field - Enum in org.apache.gora.examples.generated
 
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
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
toStatement(Connection) - Method in class org.apache.gora.sql.statement.HSqlInsertUpdateStatement
 
toStatement(Connection) - Method in class org.apache.gora.sql.statement.InsertUpdateStatement
 
toStatement(Connection) - Method in class org.apache.gora.sql.statement.MySqlInsertUpdateStatement
 
toString() - Method in enum org.apache.gora.examples.generated.Employee.Field
 
toString() - Method in enum org.apache.gora.examples.generated.Metadata.Field
 
toString() - Method in enum org.apache.gora.examples.generated.TokenDatum.Field
 
toString() - Method in enum org.apache.gora.examples.generated.WebPage.Field
 
toString() - Method in class org.apache.gora.persistency.impl.PersistentBase
 
toString() - Method in class org.apache.gora.persistency.ListGenericArray
 
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() - Method in class org.apache.gora.sql.statement.Delete
 
toString() - Method in class org.apache.gora.sql.statement.InsertStatement
 
toString() - Method in class org.apache.gora.sql.statement.SelectStatement
 
toString() - Method in class org.apache.gora.sql.statement.Where
 
toString() - Method in enum org.apache.gora.tutorial.log.generated.MetricDatum.Field
 
toString() - Method in enum org.apache.gora.tutorial.log.generated.Pageview.Field
 
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
 
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
 
type(Schema) - Static method in class org.apache.gora.compiler.GoraCompiler
 
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

unbox(Schema) - Static method in class org.apache.gora.compiler.GoraCompiler
 
unlockRow(RowLock) - Method in class org.apache.gora.hbase.store.HBaseTableConnection
 
URL_INDEXES - Static variable in class org.apache.gora.examples.WebPageDataCreator
 
URL_PROPERTY - Static variable in class org.apache.gora.sql.store.SqlStore
JDBC Database access URL
URLS - Static variable in class org.apache.gora.examples.WebPageDataCreator
 
USERNAME_PROPERTY - Static variable in class org.apache.gora.accumulo.store.AccumuloStore
 
USERNAME_PROPERTY - Static variable in class org.apache.gora.sql.store.SqlStore
User name to access the database
Utf8Serializer - Class in org.apache.gora.cassandra.serializers
A Utf8Serializer translates the byte[] to and from Utf8 object of Avro.
Utf8Serializer() - Constructor for class org.apache.gora.cassandra.serializers.Utf8Serializer
 
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.examples.generated.Employee.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.examples.generated.Metadata.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.examples.generated.TokenDatum.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.examples.generated.WebPage.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.persistency.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.sql.store.Column.MappingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.sql.store.SqlStore.DBVendor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.sql.store.SqlTypeInterface.JdbcType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.tutorial.log.generated.MetricDatum.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.gora.tutorial.log.generated.Pageview.Field
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.examples.generated.Employee.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.examples.generated.Metadata.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.examples.generated.TokenDatum.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.examples.generated.WebPage.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.persistency.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.sql.store.Column.MappingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.sql.store.SqlStore.DBVendor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.sql.store.SqlTypeInterface.JdbcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.tutorial.log.generated.MetricDatum.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.gora.tutorial.log.generated.Pageview.Field
Returns an array containing the constants of this enum type, in the order they are declared.
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

WebPage - Class in org.apache.gora.examples.generated
 
WebPage() - Constructor for class org.apache.gora.examples.generated.WebPage
 
WebPage(StateManager) - Constructor for class org.apache.gora.examples.generated.WebPage
 
WebPage.Field - Enum in org.apache.gora.examples.generated
 
WebPageDataCreator - Class in org.apache.gora.examples
Creates and stores some data to be used in the tests.
WebPageDataCreator() - Constructor for class org.apache.gora.examples.WebPageDataCreator
 
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.
where(Where) - Method in class org.apache.gora.sql.statement.Delete
 
where() - Method in class org.apache.gora.sql.statement.Delete
 
Where - Class in org.apache.gora.sql.statement
A WHERE clause in an SQL statement
Where() - Constructor for class org.apache.gora.sql.statement.Where
 
Where(String) - Constructor for class org.apache.gora.sql.statement.Where
 
WordCount - Class in org.apache.gora.examples.mapreduce
Classic word count example in Gora.
WordCount() - Constructor for class org.apache.gora.examples.mapreduce.WordCount
 
WordCount(Configuration) - Constructor for class org.apache.gora.examples.mapreduce.WordCount
 
wordCount(DataStore<String, WebPage>, DataStore<String, TokenDatum>) - Method in class org.apache.gora.examples.mapreduce.WordCount
 
WordCount.TokenizerMapper - Class in org.apache.gora.examples.mapreduce
TokenizerMapper takes <String, WebPage> pairs as obtained from the input DataStore, and tokenizes the content via WebPage.getContent().
WordCount.TokenizerMapper() - Constructor for class org.apache.gora.examples.mapreduce.WordCount.TokenizerMapper
 
WordCount.WordCountReducer - Class in org.apache.gora.examples.mapreduce
 
WordCount.WordCountReducer() - Constructor for class org.apache.gora.examples.mapreduce.WordCount.WordCountReducer
 
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(Schema, Object, Encoder) - Method in class org.apache.gora.avro.PersistentDatumWriter
 
write(DataOutput) - Method in class org.apache.gora.avro.store.AvroStore
 
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.
writeMap(Schema, Object, Encoder) - Method in class org.apache.gora.avro.PersistentDatumWriter
 
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
 
writeRecord(Schema, Object, Encoder) - Method in class org.apache.gora.avro.PersistentDatumWriter
 
writerMaps - Static variable in class org.apache.gora.hbase.util.HBaseByteInterface
 
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
 

_

_ALL_FIELDS - Static variable in class org.apache.gora.examples.generated.Employee
 
_ALL_FIELDS - Static variable in class org.apache.gora.examples.generated.Metadata
 
_ALL_FIELDS - Static variable in class org.apache.gora.examples.generated.TokenDatum
 
_ALL_FIELDS - Static variable in class org.apache.gora.examples.generated.WebPage
 
_ALL_FIELDS - Static variable in class org.apache.gora.tutorial.log.generated.MetricDatum
 
_ALL_FIELDS - Static variable in class org.apache.gora.tutorial.log.generated.Pageview
 
_SCHEMA - Static variable in class org.apache.gora.examples.generated.Employee
 
_SCHEMA - Static variable in class org.apache.gora.examples.generated.Metadata
 
_SCHEMA - Static variable in class org.apache.gora.examples.generated.TokenDatum
 
_SCHEMA - Static variable in class org.apache.gora.examples.generated.WebPage
 
_SCHEMA - Static variable in class org.apache.gora.tutorial.log.generated.MetricDatum
 
_SCHEMA - Static variable in class org.apache.gora.tutorial.log.generated.Pageview
 

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-2013 The Apache Software Foundation. All Rights Reserved.