Package | Description |
---|---|
org.apache.giraph.comm.messages |
Package of classes for storing messages.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Class and Description |
---|---|
static class |
ByteArrayMessagesPerVertexStore.Factory<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Factory for
ByteArrayMessagesPerVertexStore |
class |
InMemoryMessageStoreFactory<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable>
Message store factory which produces message stores which hold all
messages in memory.
|
Modifier and Type | Method and Description |
---|---|
static <I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
OneMessagePerVertexStore.newFactory(CentralizedServiceWorker<I,?,?> service,
ImmutableClassesGiraphConfiguration<I,?,?> config)
Create new factory for this message store
|
static <I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
ByteArrayMessagesPerVertexStore.newFactory(CentralizedServiceWorker<I,?,?> service,
ImmutableClassesGiraphConfiguration<I,?,?> config)
Create new factory for this message store
|
Modifier and Type | Field and Description |
---|---|
static ClassConfOption<MessageStoreFactory> |
GiraphConstants.MESSAGE_STORE_FACTORY_CLASS
Message Store Factory
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.