I
- Vertex idM
- Message dataMS
- Message storepublic interface MessageStoreFactory<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable,MS>
Modifier and Type | Method and Description |
---|---|
void |
initialize(PartitionSplitInfo<I> partitionInfo,
ImmutableClassesGiraphConfiguration<I,?,?> conf)
Implementation class should use this method of initialization
of any required internal state.
|
MS |
newStore(MessageClasses<I,M> messageClasses)
Creates new message store.
|
MS newStore(MessageClasses<I,M> messageClasses)
messageClasses
- Message classes information to be held in the storevoid initialize(PartitionSplitInfo<I> partitionInfo, ImmutableClassesGiraphConfiguration<I,?,?> conf)
partitionInfo
- Partition split infoconf
- ConfigurationCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.