| 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_CLASSClass 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  MappingStoreOpsinstance | 
| Modifier and Type | Method and Description | 
|---|---|
| Class<? extends MappingStoreOps> | ImmutableClassesGiraphConfiguration. getMappingStoreOpsClass()Get MappingStoreOps class to be used | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLongByteOpsImplementation of basic methods in MappingStoreOps | 
| class  | DefaultEmbeddedLongByteOpsMappingStoreOps implementation used to embed target information into
 vertex id. | 
| class  | DefaultLongByteOpsMappingStoreOps 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.