Package | Description |
---|---|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
org.apache.giraph.mapping |
Package contains definition and implementations of MappingStore and
related concepts
|
org.apache.giraph.worker |
Package of all the worker related things
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<MappingStoreOps> |
GiraphConstants.MAPPING_STORE_OPS_CLASS
Class to use for performing read operations on mapping store
|
Modifier and Type | Method and Description |
---|---|
MappingStoreOps<I,? extends org.apache.hadoop.io.Writable> |
ImmutableClassesGiraphConfiguration.createMappingStoreOps()
Create a
MappingStoreOps instance |
Modifier and Type | Method and Description |
---|---|
Class<? extends MappingStoreOps> |
ImmutableClassesGiraphConfiguration.getMappingStoreOpsClass()
Get MappingStoreOps class to be used
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLongByteOps
Implementation of basic methods in MappingStoreOps
|
class |
DefaultEmbeddedLongByteOps
MappingStoreOps implementation used to embed target information into
vertex id.
|
class |
DefaultLongByteOps
MappingStoreOps implementation which reads partition information from map
|
Modifier and Type | Method and Description |
---|---|
MappingStoreOps<I,B> |
LocalData.getMappingStoreOps() |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.