Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.edge |
Package of Vertex implementations.
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<EdgeStoreFactory> |
GiraphConstants.EDGE_STORE_FACTORY_CLASS
Edge Store Factory
|
Modifier and Type | Method and Description |
---|---|
EdgeStoreFactory<I,V,E> |
ImmutableClassesGiraphConfiguration.createEdgeStoreFactory()
Create edge store factory
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryEdgeStoreFactory<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Edge store factory which produces message stores which hold all
edges in memory.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.