Skip navigation links
B C D E G H I K N O P Q S T V W 

B

build() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
 
build() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
 
build() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
 
build() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
 
buildKey(String) - Method in class org.apache.giraph.io.gora.utils.DefaultKeyFactory
Builds a key from a string parameter.
buildKey(String) - Method in class org.apache.giraph.io.gora.utils.KeyFactory
Builds a key from a string parameter.

C

checkInputSpecs(Configuration) - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
 
checkInputSpecs(Configuration) - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat
 
checkOutputSpecs(JobContext) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
checkOutputSpecs
checkOutputSpecs(JobContext) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
checkOutputSpecs
clearEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Clears the value of the 'edgeId' field.
clearEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Clears the value of the 'edgeId' field.
clearEdges() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Clears the value of the 'edges' field.
clearEdges() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Clears the value of the 'edges' field.
clearEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Clears the value of the 'edgeWeight' field.
clearEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Clears the value of the 'edgeWeight' field.
clearLabel() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Clears the value of the 'label' field.
clearLabel() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Clears the value of the 'label' field.
clearVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Clears the value of the 'vertexId' field
clearVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Clears the value of the 'vertexId' field
clearVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Clears the value of the 'vertexInId' field.
clearVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Clears the value of the 'vertexInId' field.
clearVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Clears the value of the 'vertexOutId' field.
clearVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Clears the value of the 'vertexOutId' field.
clearVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Clears the value of the 'vertexValue' field.
clearVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Clears the value of the 'vertexValue' field.
close() - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
Finishes the reading process.
close(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat.GoraEdgeWriter
 
close() - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
Finishes the reading process.
close(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
 
createDataStore(Configuration) - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Gets the data store object initialized.
createDataStore(Configuration) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
Gets the data store object initialized.
createDataStore(Configuration) - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Gets the data store object initialized.
createDataStore(Configuration) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
Gets the data store object initialized.
createDataStore(Configuration, Class<K>, Class<T>) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Creates a generic data store using the data store class.
createEdgeReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
 
createEdgeReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraGEdgeEdgeInputFormat
Creates specific vertex reader to be used inside Hadoop.
createEdgeWriter(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
 
createEdgeWriter(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraGEdgeEdgeOutputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
 
createSpecificDataStore(Configuration, Class<? extends DataStore>, Class<K>, Class<T>) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Creates a specific data store specified by.
createVertexReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraGVertexVertexInputFormat
Creates specific vertex reader to be used inside Hadoop.
createVertexReader(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Create a vertex reader for a given split.
createVertexWriter(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraGVertexVertexOutputFormat
 

D

DefaultKeyFactory - Class in org.apache.giraph.io.gora.utils
Example class for defining a way to construct Gora keys.
DefaultKeyFactory() - Constructor for class org.apache.giraph.io.gora.utils.DefaultKeyFactory
 

E

ExtraGoraInputFormat<K,T extends org.apache.gora.persistency.impl.PersistentBase> - Class in org.apache.giraph.io.gora.utils
InputFormat to fetch the input from Gora data stores.
ExtraGoraInputFormat() - Constructor for class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
 

G

GEdge - Class in org.apache.giraph.io.gora.generated
Example class for defining a Giraph-Edge.
GEdge() - Constructor for class org.apache.giraph.io.gora.generated.GEdge
 
GEdge.Builder - Class in org.apache.giraph.io.gora.generated
RecordBuilder for GEdge instances.
GEdge.Field - Enum in org.apache.giraph.io.gora.generated
Enum containing all data bean's fields.
GEdge.Tombstone - Class in org.apache.giraph.io.gora.generated
Tombstone class.
GEdgeResult - Class in org.apache.giraph.io.gora.generated
Example class for defining a Giraph-Edge result.
GEdgeResult() - Constructor for class org.apache.giraph.io.gora.generated.GEdgeResult
 
GEdgeResult.Builder - Class in org.apache.giraph.io.gora.generated
RecordBuilder for GEdgeResult instances.
GEdgeResult.Field - Enum in org.apache.giraph.io.gora.generated
Enum containing all data bean's fields.
GEdgeResult.Tombstone - Class in org.apache.giraph.io.gora.generated
Tombstone class.
get(int) - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets field
get(int) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets field
get(int) - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets field
get(int) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets field
getCurrentEdge() - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
Gets current edge.
getCurrentSourceId() - Method in class org.apache.giraph.io.gora.GoraGEdgeEdgeInputFormat.GoraGEdgeEdgeReader
Gets the currentSourceId for the edge.
getCurrentVertex() - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
Gets current vertex.
getDataStore() - Static method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Gets the data store.
getDataStore() - Static method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
Gets the data store.
getDataStore() - Static method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Gets the data store.
getDataStore() - Static method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
Gets the data store.
getDataStore() - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
 
getDataStore() - Method in class org.apache.giraph.io.gora.utils.KeyFactory
Gets the data store used in this factory.
getDatastoreClass() - Static method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
 
getDatastoreClass() - Static method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
 
getDatastoreClass() - Static method in class org.apache.giraph.io.gora.GoraVertexInputFormat
 
getDatastoreClass() - Static method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
 
getEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Gets the value of the 'edgeId' field
getEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the value of the 'edgeId' field.
getEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Gets the value of the 'edgeId' field.
getEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Gets the value of the 'edgeId' field.
getEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the value of the 'edgeId' field.
getEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Gets the value of the 'edgeId' field.
getEdges() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Gets the value of the 'edges' field.
getEdges() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets the value of the 'edges' field.
getEdges() - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Gets the value of the 'edges' field.
getEdges() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Gets the value of the 'edges' field.
getEdges() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets the value of the 'edges' field.
getEdges() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Gets the value of the 'edges' field.
getEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Gets the value of the 'edgeWeight' field.
getEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the value of the 'edgeWeight' field.
getEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Gets the value of the 'edgeWeight' field.
getEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Gets the value of the 'edgeWeight' field.
getEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the value of the 'edgeWeight' field.
getEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Gets the value of the 'edgeWeight' field.
getFieldsCount() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the total field count.
getFieldsCount() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the total field count.
getFieldsCount() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets the total field count.
getFieldsCount() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets the total field count.
getGoraEdge(I, V, Edge<I, E>) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat.GoraEdgeWriter
Each edge needs to be transformed into a Gora object to be sent to a specific data store.
getGoraEdge(LongWritable, DoubleWritable, Edge<LongWritable, FloatWritable>) - Method in class org.apache.giraph.io.gora.GoraGEdgeEdgeOutputFormat.GoraGEdgeEdgeWriter
 
getGoraKey(I, V, Edge<I, E>) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat.GoraEdgeWriter
Gets the correct key from a computed vertex.
getGoraKey(LongWritable, DoubleWritable, Edge<LongWritable, FloatWritable>) - Method in class org.apache.giraph.io.gora.GoraGEdgeEdgeOutputFormat.GoraGEdgeEdgeWriter
 
getGoraKey(Vertex<LongWritable, DoubleWritable, FloatWritable>) - Method in class org.apache.giraph.io.gora.GoraGVertexVertexOutputFormat.GoraGVertexVertexWriter
 
getGoraKey(Vertex<I, V, E>) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
Gets the correct key from a computed vertex.
getGoraVertex(Vertex<LongWritable, DoubleWritable, FloatWritable>) - Method in class org.apache.giraph.io.gora.GoraGVertexVertexOutputFormat.GoraGVertexVertexWriter
 
getGoraVertex(Vertex<I, V, E>) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
Each vertex needs to be transformed into a Gora object to be sent to a specific data store.
getIndex() - Method in enum org.apache.giraph.io.gora.generated.GEdge.Field
Gets field's index.
getIndex() - Method in enum org.apache.giraph.io.gora.generated.GEdgeResult.Field
Gets field's index.
getIndex() - Method in enum org.apache.giraph.io.gora.generated.GVertex.Field
Gets field's index.
getIndex() - Method in enum org.apache.giraph.io.gora.generated.GVertexResult.Field
Gets field's index.
getLabel() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Gets the value of the 'label' field.
getLabel() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the value of the 'label' field.
getLabel() - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Gets the value of the 'label' field.
getLabel() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Gets the value of the 'label' field.
getLabel() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the value of the 'label' field.
getLabel() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Gets the value of the 'label' field.
getLogger() - Static method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Returns a logger.
getLogger() - Static method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
Gets the logger for the class.
getLogger() - Static method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
Returns a logger.
getName() - Method in enum org.apache.giraph.io.gora.generated.GEdge.Field
Gets field's name.
getName() - Method in enum org.apache.giraph.io.gora.generated.GEdgeResult.Field
Gets field's name.
getName() - Method in enum org.apache.giraph.io.gora.generated.GVertex.Field
Gets field's name.
getName() - Method in enum org.apache.giraph.io.gora.generated.GVertexResult.Field
Gets field's name.
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
getOutputCommitter
getOutputCommitter(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
getOutputCommitter
getProgress() - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
Gets the progress of reading results from Gora.
getProgress() - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
Gets the progress of reading results from Gora.
getQuery() - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
 
getQuery(Configuration) - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
Gets the partitioned query from the conf object passed.
getQuery(DataStore, K, K) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Gets a query object to be used as a range query.
getQuery(DataStore<K, T>, K) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Gets a query object to be used as a simple get.
getQuery(DataStore<K, T>) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Gets a query object to be used as a simple get.
getRequest(DataStore<K, T>, K, K) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Performs a range query to Gora datastores
getRequest(DataStore<K, T>, Query<K, T>) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Performs a query to Gora datastores
getRequest(DataStore<K, T>, K) - Static method in class org.apache.giraph.io.gora.utils.GoraUtils
Performs a range query to Gora datastores
getResults() - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
Performs a range query to a Gora data store.
getResults() - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
Performs a range query to a Gora data store.
getSchema() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the schema
getSchema() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the schema
getSchema() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets the schema
getSchema() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets the schema
getSplits(JobContext, int) - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Gets the splits for a data store.
getSplits(JobContext, int) - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Gets the splits for a data store.
getSplits(JobContext) - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
Gets splits.
getStartKey() - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Gets the start key for querying.
getStartKey() - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Gets the start key for querying.
getTombstone() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets a tombstone
getTombstone() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets tombstone
getTombstone() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets tombstone
getTombstone() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets tombstone
getVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Gets the value of the 'vertexId' field.
getVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets the value of the 'vertexId' field.
getVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Gets the value of the 'vertexId' field.
getVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Gets the value of the 'vertexId' field.
getVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets the value of the 'vertexId' field.
getVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Gets the value of the 'vertexId' field.
getVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Gets the value of the 'vertexInId' field
getVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the value of the 'vertexInId' field.
getVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Gets the value of the 'vertexInId' field.
getVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Gets the value of the 'vertexInId' field.
getVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the value of the 'vertexInId' field.
getVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Gets the value of the 'vertexInId' field.
getVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Gets the value of the 'vertexOutId' field.
getVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets the value of the 'vertexOutId' field.
getVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Gets the value of the 'vertexOutId' field.
getVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Gets the value of the 'vertexOutId' field.
getVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets the value of the 'vertexOutId' field.
getVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Gets the value of the 'vertexOutId' field.
getVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Gets the value of the 'vertexValue' field
getVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets the value of the 'vertexValue' field.
getVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Gets the value of the 'vertexValue' field.
getVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Gets the value of the 'vertexValue' field.
getVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets the value of the 'vertexValue' field.
getVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Gets the value of the 'vertexValue' field.
GIRAPH_GORA_DATASTORE_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora data store class which provides data access.
GIRAPH_GORA_END_KEY - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora end key to query the datastore.
GIRAPH_GORA_KEY_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora key class to query the data store.
GIRAPH_GORA_KEYS_FACTORY_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora data store class which provides data access.
GIRAPH_GORA_OUTPUT_DATASTORE_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora data store class which provides data access.
GIRAPH_GORA_OUTPUT_KEY_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora key class to query the data store.
GIRAPH_GORA_OUTPUT_PERSISTENT_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora persistent class to query the data store.
GIRAPH_GORA_PERSISTENT_CLASS - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora persistent class to query the data store.
GIRAPH_GORA_START_KEY - Static variable in interface org.apache.giraph.io.gora.constants.GiraphGoraConstants
Gora start key to query the datastore.
GiraphGoraConstants - Interface in org.apache.giraph.io.gora.constants
Constants used all over Giraph for configuration specific for Gora
GoraEdgeInputFormat<I extends org.apache.hadoop.io.WritableComparable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.gora
Class which wraps the GoraInputFormat.
GoraEdgeInputFormat() - Constructor for class org.apache.giraph.io.gora.GoraEdgeInputFormat
 
GoraEdgeInputFormat.GoraEdgeReader - Class in org.apache.giraph.io.gora
Abstract class to be implemented by the user based on their specific vertex input.
GoraEdgeOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.gora
Class which wraps the GoraInputFormat.
GoraEdgeOutputFormat() - Constructor for class org.apache.giraph.io.gora.GoraEdgeOutputFormat
 
GoraEdgeOutputFormat.GoraEdgeWriter - Class in org.apache.giraph.io.gora
Abstract class to be implemented by the user based on their specific vertex/edges output.
GoraEdgeReader() - Constructor for class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
 
GoraEdgeWriter() - Constructor for class org.apache.giraph.io.gora.GoraEdgeOutputFormat.GoraEdgeWriter
 
GoraGEdgeEdgeInputFormat - Class in org.apache.giraph.io.gora
Example implementation of a specific reader for a generated data bean.
GoraGEdgeEdgeInputFormat() - Constructor for class org.apache.giraph.io.gora.GoraGEdgeEdgeInputFormat
Default constructor
GoraGEdgeEdgeInputFormat.GoraGEdgeEdgeReader - Class in org.apache.giraph.io.gora
Gora edge reader
GoraGEdgeEdgeOutputFormat - Class in org.apache.giraph.io.gora
Implementation of a specific writer for a generated data bean.
GoraGEdgeEdgeOutputFormat() - Constructor for class org.apache.giraph.io.gora.GoraGEdgeEdgeOutputFormat
Default constructor
GoraGEdgeEdgeOutputFormat.GoraGEdgeEdgeWriter - Class in org.apache.giraph.io.gora
Gora edge writer.
GoraGEdgeEdgeReader() - Constructor for class org.apache.giraph.io.gora.GoraGEdgeEdgeInputFormat.GoraGEdgeEdgeReader
 
GoraGEdgeEdgeWriter() - Constructor for class org.apache.giraph.io.gora.GoraGEdgeEdgeOutputFormat.GoraGEdgeEdgeWriter
 
GoraGVertexVertexInputFormat - Class in org.apache.giraph.io.gora
Example implementation of a specific reader for a generated data bean.
GoraGVertexVertexInputFormat() - Constructor for class org.apache.giraph.io.gora.GoraGVertexVertexInputFormat
DEfault constructor
GoraGVertexVertexInputFormat.GoraGVertexVertexReader - Class in org.apache.giraph.io.gora
Gora vertex reader
GoraGVertexVertexOutputFormat - Class in org.apache.giraph.io.gora
Implementation of a specific reader for a generated data bean.
GoraGVertexVertexOutputFormat() - Constructor for class org.apache.giraph.io.gora.GoraGVertexVertexOutputFormat
DEfault constructor
GoraGVertexVertexOutputFormat.GoraGVertexVertexWriter - Class in org.apache.giraph.io.gora
Gora vertex writer.
GoraGVertexVertexReader() - Constructor for class org.apache.giraph.io.gora.GoraGVertexVertexInputFormat.GoraGVertexVertexReader
 
GoraGVertexVertexWriter() - Constructor for class org.apache.giraph.io.gora.GoraGVertexVertexOutputFormat.GoraGVertexVertexWriter
 
GoraUtils - Class in org.apache.giraph.io.gora.utils
Class used to handle the creation and querying of data stores through Gora.
GoraVertexInputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.gora
Class which wraps the GoraInputFormat.
GoraVertexInputFormat() - Constructor for class org.apache.giraph.io.gora.GoraVertexInputFormat
 
GoraVertexInputFormat.GoraVertexReader - Class in org.apache.giraph.io.gora
Abstract class to be implemented by the user based on their specific vertex input.
GoraVertexOutputFormat<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> - Class in org.apache.giraph.io.gora
Class which wraps the GoraOutputFormat.
GoraVertexOutputFormat() - Constructor for class org.apache.giraph.io.gora.GoraVertexOutputFormat
 
GoraVertexOutputFormat.GoraVertexWriter - Class in org.apache.giraph.io.gora
Abstract class to be implemented by the user based on their specific vertex/edges output.
GoraVertexReader() - Constructor for class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
 
GoraVertexWriter() - Constructor for class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
 
GVertex - Class in org.apache.giraph.io.gora.generated
Example class for defining a Giraph-vertex.
GVertex() - Constructor for class org.apache.giraph.io.gora.generated.GVertex
 
GVertex.Builder - Class in org.apache.giraph.io.gora.generated
RecordBuilder for GVertex instances.
GVertex.Field - Enum in org.apache.giraph.io.gora.generated
Enum containing all data bean's fields.
GVertex.Tombstone - Class in org.apache.giraph.io.gora.generated
Tombstone class.
GVertexResult - Class in org.apache.giraph.io.gora.generated
Example class for defining a Giraph-vertex result.
GVertexResult() - Constructor for class org.apache.giraph.io.gora.generated.GVertexResult
 
GVertexResult.Builder - Class in org.apache.giraph.io.gora.generated
RecordBuilder for GVertexResult instances.
GVertexResult.Field - Enum in org.apache.giraph.io.gora.generated
Enum containing all data bean's fields.
GVertexResult.Tombstone - Class in org.apache.giraph.io.gora.generated
Tombstone class.

H

hasEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Checks whether the 'edgeId' field has been set.
hasEdgeId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Checks whether the 'edgeId' field has been set.
hasEdges() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Checks whether the 'edges' field has been set.
hasEdges() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Checks whether the 'edges' field has been set.
hasEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Checks whether the 'edgeWeight' field has been set.
hasEdgeWeight() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Checks whether the 'edgeWeight' field has been set.
hasLabel() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Checks whether the 'label' field has been set.
hasLabel() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Checks whether the 'label' field has been set.
hasVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Checks whether the 'vertexId' field has been set.
hasVertexId() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Checks whether the 'vertexId' field has been set.
hasVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Checks whether the 'vertexInId' field has been set.
hasVertexInId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Checks whether the 'vertexInId' field has been set.
hasVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Checks whether the 'vertexOutId' field has been set.
hasVertexOutId() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Checks whether the 'vertexOutId' field has been set.
hasVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Checks whether the 'vertexValue' field has been set.
hasVertexValue() - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Checks whether the 'vertexValue' field has been set.

I

initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
 
initialize(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat.GoraEdgeWriter
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
 
initialize(TaskAttemptContext) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
 
isEdgeIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Checks the dirty status of the 'edgeId' field.
isEdgeIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Checks the dirty status of the 'edgeId' field.
isEdgeIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Checks the dirty status of the 'edgeId' field.
isEdgeIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Checks the dirty status of the 'edgeId' field.
isEdgesDirty(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertex
Checks the dirty status of the 'edges' field.
isEdgesDirty(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Checks the dirty status of the 'edges' field.
isEdgesDirty(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Checks the dirty status of the 'edges' field.
isEdgesDirty(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Checks the dirty status of the 'edges' field.
isEdgeWeightDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GEdge
Checks the dirty status of the 'edgeWeight' field.
isEdgeWeightDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Checks the dirty status of the 'edgeWeight' field.
isEdgeWeightDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Checks the dirty status of the 'edgeWeight' field.
isEdgeWeightDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Checks the dirty status of the 'edgeWeight' field.
isLabelDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Checks the dirty status of the 'label' field.
isLabelDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Checks the dirty status of the 'label' field.
isLabelDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Checks the dirty status of the 'label' field.
isLabelDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Checks the dirty status of the 'label' field.
isVertexIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertex
Checks the dirty status of the 'vertexId' field.
isVertexIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Checks the dirty status of the 'vertexId' field.
isVertexIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Checks the dirty status of the 'vertexId' field.
isVertexIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Checks the dirty status of the 'vertexId' field.
isVertexInIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Checks the dirty status of the 'vertexInId' field.
isVertexInIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Checks the dirty status of the 'vertexInId' field.
isVertexInIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Checks the dirty status of the 'vertexInId' field.
isVertexInIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Checks the dirty status of the 'vertexInId' field.
isVertexOutIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Checks the dirty status of the 'vertexOutId' field.
isVertexOutIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Checks the dirty status of the 'vertexOutId' field.
isVertexOutIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Checks the dirty status of the 'vertexOutId' field.
isVertexOutIdDirty(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Checks the dirty status of the 'vertexOutId' field.
isVertexValueDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GVertex
Checks the dirty status of the 'vertexValue' field.
isVertexValueDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Checks the dirty status of the 'vertexValue' field.
isVertexValueDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Checks the dirty status of the 'vertexValue' field.
isVertexValueDirty(Float) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Checks the dirty status of the 'vertexValue' field.

K

KeyFactory - Class in org.apache.giraph.io.gora.utils
Class used to convert strings into more complex keys.
KeyFactory() - Constructor for class org.apache.giraph.io.gora.utils.KeyFactory
 

N

newBuilder() - Static method in class org.apache.giraph.io.gora.generated.GEdge
Creates a new GEdge RecordBuilder.
newBuilder(GEdge.Builder) - Static method in class org.apache.giraph.io.gora.generated.GEdge
Creates a new GEdge RecordBuilder by copying an existing Builder
newBuilder(GEdge) - Static method in class org.apache.giraph.io.gora.generated.GEdge
Creates a new GEdge RecordBuilder by copying an existing GEdge instance.
newBuilder() - Static method in class org.apache.giraph.io.gora.generated.GEdgeResult
Creates a new GEdgeResult RecordBuilder.
newBuilder(GEdgeResult.Builder) - Static method in class org.apache.giraph.io.gora.generated.GEdgeResult
Creates a new GEdgeResult RecordBuilder by copying an existing Builder.
newBuilder(GEdgeResult) - Static method in class org.apache.giraph.io.gora.generated.GEdgeResult
Creates a new GEdgeResult RecordBuilder by copying an existing GEdgeResult instance
newBuilder() - Static method in class org.apache.giraph.io.gora.generated.GVertex
Creates a new GVertex RecordBuilder.
newBuilder(GVertex.Builder) - Static method in class org.apache.giraph.io.gora.generated.GVertex
Creates a new GVertex RecordBuilder by copying an existing Builder.
newBuilder(GVertex) - Static method in class org.apache.giraph.io.gora.generated.GVertex
Creates a new GVertex RecordBuilder by copying an existing GVertex instance
newBuilder() - Static method in class org.apache.giraph.io.gora.generated.GVertexResult
Creates a new GVertexResult RecordBuilder
newBuilder(GVertexResult.Builder) - Static method in class org.apache.giraph.io.gora.generated.GVertexResult
Creates a new GVertexResult RecordBuilder by copying an existing Builder.
newBuilder(GVertexResult) - Static method in class org.apache.giraph.io.gora.generated.GVertexResult
Creates a new GVertexResult RecordBuilder by copying an existing GVertexResult instance
newInstance() - Method in class org.apache.giraph.io.gora.generated.GEdge
Gets a new instance
newInstance() - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Gets a new instance
newInstance() - Method in class org.apache.giraph.io.gora.generated.GVertex
Gets a new instance
newInstance() - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Gets a new instance
nextEdge() - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
Gets the next edge from Gora data store.
nextVertex() - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
Gets the next vertex from Gora data store.

O

org.apache.giraph.io.gora - package org.apache.giraph.io.gora
Gora Input/Output for Giraph
org.apache.giraph.io.gora.constants - package org.apache.giraph.io.gora.constants
Constants for Gora Input/Output formats
org.apache.giraph.io.gora.generated - package org.apache.giraph.io.gora.generated
Gora Input/Output for Giraph
org.apache.giraph.io.gora.utils - package org.apache.giraph.io.gora.utils
Gora Utils for Giraph

P

process(WatchedEvent) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
 
put(int, Object) - Method in class org.apache.giraph.io.gora.generated.GEdge
Puts a value into a field.
put(int, Object) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Puts a value into a field.
put(int, Object) - Method in class org.apache.giraph.io.gora.generated.GVertex
Puts a value into a field.
put(int, Object) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Puts a value into a field.

Q

QUERY_KEY - Static variable in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
String used to map partitioned queries into configuration object.

S

SCHEMAS - Static variable in class org.apache.giraph.io.gora.generated.GEdge
Schema used for the class.
SCHEMAS - Static variable in class org.apache.giraph.io.gora.generated.GEdgeResult
Schema used for the class.
SCHEMAS - Static variable in class org.apache.giraph.io.gora.generated.GVertex
Schema used for the class.
SCHEMAS - Static variable in class org.apache.giraph.io.gora.generated.GVertexResult
Schema used for the class.
setDataStore(DataStore) - Static method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Sets the data store
setDataStore(DataStore) - Static method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
Sets the data store
setDataStore(DataStore) - Static method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Sets the data store
setDataStore(DataStore) - Static method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
Sets the data store
setDataStore(DataStore<K, T>) - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
 
setDataStore(DataStore) - Method in class org.apache.giraph.io.gora.utils.KeyFactory
Sets the data store used in this factory.
setDatastoreClass(Class<? extends DataStore>) - Static method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
 
setDatastoreClass(Class<? extends DataStore>) - Static method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat
 
setDatastoreClass(Class<? extends DataStore>) - Static method in class org.apache.giraph.io.gora.GoraVertexInputFormat
 
setDatastoreClass(Class<? extends DataStore>) - Static method in class org.apache.giraph.io.gora.GoraVertexOutputFormat
 
setEdgeId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Sets the value of the 'edgeId' field
setEdgeId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Sets the value of the 'edgeId' field.
setEdgeId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Sets the value of the 'edgeId' field.
setEdgeId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Sets the value of the 'edgeId' field.
setEdgeId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Sets the value of the 'edgeId' field.
setEdgeId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Sets the value of the 'edgeId' field.
setEdges(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Sets the value of the 'edges' field.
setEdges(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertex
Sets the value of the 'edges' field.
setEdges(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Sets the value of the 'edges' field.
setEdges(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Sets the value of the 'edges' field
setEdges(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Sets the value of the 'edges' field.
setEdges(Map<CharSequence, CharSequence>) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Sets the value of the 'edges' field.
setEdgeWeight(float) - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Sets the value of the 'edgeWeight' field
setEdgeWeight(Float) - Method in class org.apache.giraph.io.gora.generated.GEdge
Sets the value of the 'edgeWeight' field.
setEdgeWeight(Float) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Sets the value of the 'edgeWeight' field.
setEdgeWeight(float) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Sets the value of the 'edgeWeight' field.
setEdgeWeight(Float) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Sets the value of the 'edgeWeight' field.
setEdgeWeight(Float) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Sets the value of the 'edgeWeight' field.
setInput(Job, Query<K, V>, DataStore<K, V>, boolean) - Static method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
Sets the input parameters for the job
setLabel(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Sets the value of the 'label' field.
setLabel(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Sets the value of the 'label' field.
setLabel(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Sets the value of the 'label' field.
setLabel(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Sets the value of the 'label' field.
setLabel(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Sets the value of the 'label' field.
setLabel(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Sets the value of the 'label' field.
setQuery(Query<K, T>) - Method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
 
setQuery(Configuration, Query<K, T>) - Static method in class org.apache.giraph.io.gora.utils.ExtraGoraInputFormat
Sets the partitioned query inside the job object.
setStartKey(Object) - Static method in class org.apache.giraph.io.gora.GoraEdgeInputFormat
Gets the start key for querying.
setStartKey(Object) - Static method in class org.apache.giraph.io.gora.GoraVertexInputFormat
Gets the start key for querying.
setVertexId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Sets the value of the 'vertexId' field.
setVertexId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertex
Sets the value of the 'vertexId' field.
setVertexId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Sets the value of the 'vertexId' field.
setVertexId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Sets the value of the 'vertexId' field.
setVertexId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Sets the value of the 'vertexId' field.
setVertexId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Sets the value of the 'vertexId' field.
setVertexInId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Sets the value of the 'vertexInId' field.
setVertexInId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Sets the value of the 'vertexInId' field.
setVertexInId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Sets the value of the 'vertexInId' field.
setVertexInId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Sets the value of the 'vertexInId' field.
setVertexInId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Sets the value of the 'vertexInId' field.
setVertexInId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Sets the value of the 'vertexInId' field.
setVertexOutId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Builder
Sets the value of the 'vertexOutId' field.
setVertexOutId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge
Sets the value of the 'vertexOutId' field.
setVertexOutId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdge.Tombstone
Sets the value of the 'vertexOutId' field.
setVertexOutId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Builder
Sets the value of the 'vertexOutId' field.
setVertexOutId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult
Sets the value of the 'vertexOutId' field.
setVertexOutId(CharSequence) - Method in class org.apache.giraph.io.gora.generated.GEdgeResult.Tombstone
Sets the value of the 'vertexOutId' field.
setVertexValue(float) - Method in class org.apache.giraph.io.gora.generated.GVertex.Builder
Sets the value of the 'vertexValue' field.
setVertexValue(Float) - Method in class org.apache.giraph.io.gora.generated.GVertex
Sets the value of the 'vertexValue' field.
setVertexValue(Float) - Method in class org.apache.giraph.io.gora.generated.GVertex.Tombstone
Sets the value of the 'vertexValue' field.
setVertexValue(float) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Builder
Sets the value of the 'vertexValue' field.
setVertexValue(Float) - Method in class org.apache.giraph.io.gora.generated.GVertexResult
Sets the value of the 'vertexValue' field.
setVertexValue(Float) - Method in class org.apache.giraph.io.gora.generated.GVertexResult.Tombstone
Sets the value of the 'vertexValue' field.

T

toString() - Method in enum org.apache.giraph.io.gora.generated.GEdge.Field
Gets field's attributes to string.
toString() - Method in enum org.apache.giraph.io.gora.generated.GEdgeResult.Field
Gets field's attributes to string.
toString() - Method in enum org.apache.giraph.io.gora.generated.GVertex.Field
Gets field's attributes to string.
toString() - Method in enum org.apache.giraph.io.gora.generated.GVertexResult.Field
Gets field's attributes to string.
transformEdge(Object) - Method in class org.apache.giraph.io.gora.GoraEdgeInputFormat.GoraEdgeReader
Parser for a single Gora object
transformEdge(Object) - Method in class org.apache.giraph.io.gora.GoraGEdgeEdgeInputFormat.GoraGEdgeEdgeReader
Transforms a GoraObject into an Edge object.
transformVertex(Object) - Method in class org.apache.giraph.io.gora.GoraGVertexVertexInputFormat.GoraGVertexVertexReader
Transforms a GoraObject into a Vertex object.
transformVertex(Object) - Method in class org.apache.giraph.io.gora.GoraVertexInputFormat.GoraVertexReader
Parser for a single Gora object

V

valueOf(String) - Static method in enum org.apache.giraph.io.gora.generated.GEdge.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.giraph.io.gora.generated.GEdgeResult.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.giraph.io.gora.generated.GVertex.Field
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.giraph.io.gora.generated.GVertexResult.Field
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.giraph.io.gora.generated.GEdge.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.giraph.io.gora.generated.GEdgeResult.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.giraph.io.gora.generated.GVertex.Field
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.giraph.io.gora.generated.GVertexResult.Field
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeEdge(I, V, Edge<I, E>) - Method in class org.apache.giraph.io.gora.GoraEdgeOutputFormat.GoraEdgeWriter
 
writeVertex(Vertex<I, V, E>) - Method in class org.apache.giraph.io.gora.GoraVertexOutputFormat.GoraVertexWriter
 
B C D E G H I K N O P Q S T V W 
Skip navigation links

Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.