Package | Description |
---|---|
org.apache.giraph.comm |
Package of communication related objects, IPC service.
|
org.apache.giraph.edge |
Package of Vertex implementations.
|
org.apache.giraph.edge.primitives |
Package of edge stores specialized for certain type of vertex ids.
|
org.apache.giraph.ooc.data |
Package of classes related to data structures used for an out-of-core
mechanism
|
Modifier and Type | Method and Description |
---|---|
EdgeStore<I,V,E> |
ServerData.getEdgeStore()
Return the edge store for this worker.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdgeStore<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,K,Et>
Basic implementation of edges store, extended this to easily define simple
and primitive edge stores
|
class |
SimpleEdgeStore<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Simple in memory edge store which supports any type of ids.
|
Modifier and Type | Method and Description |
---|---|
EdgeStore<I,V,E> |
InMemoryEdgeStoreFactory.newStore() |
EdgeStore<I,V,E> |
EdgeStoreFactory.newStore()
Creates new edge store.
|
Modifier and Type | Class and Description |
---|---|
class |
IntEdgeStore<V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Special edge store to be used when ids are IntWritable.
|
class |
LongEdgeStore<V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Special edge store to be used when ids are LongWritable.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskBackedEdgeStore<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Implementation of an edge-store used for out-of-core mechanism.
|
Constructor and Description |
---|
DiskBackedEdgeStore(EdgeStore<I,V,E> edgeStore,
ImmutableClassesGiraphConfiguration<I,V,E> conf,
OutOfCoreEngine oocEngine)
Constructor
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.