I
- vertex idV
- vertex valueE
- edge valuepublic interface EdgeStoreFactory<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Modifier and Type | Method and Description |
---|---|
void |
initialize(CentralizedServiceWorker<I,V,E> service,
ImmutableClassesGiraphConfiguration<I,V,E> conf,
org.apache.hadoop.util.Progressable progressable)
Implementation class should use this method of initialization
of any required internal state.
|
EdgeStore<I,V,E> |
newStore()
Creates new edge store.
|
void initialize(CentralizedServiceWorker<I,V,E> service, ImmutableClassesGiraphConfiguration<I,V,E> conf, org.apache.hadoop.util.Progressable progressable)
service
- Service to get partition mappingsconf
- Configurationprogressable
- ProgressableCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.