Package | Description |
---|---|
org.apache.giraph.comm |
Package of communication related objects, IPC service.
|
org.apache.giraph.comm.netty |
Package for netty implementations.
|
org.apache.giraph.ooc |
Package of out-of-core related classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkerServer<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Interface for message communication server.
|
Modifier and Type | Class and Description |
---|---|
class |
NettyWorkerServer<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable>
Netty worker server that implement
WorkerServer and contains
the actual ServerData . |
Modifier and Type | Method and Description |
---|---|
NetworkMetrics |
OutOfCoreEngine.getNetworkMetrics() |
Constructor and Description |
---|
OutOfCoreEngine(ImmutableClassesGiraphConfiguration<?,?,?> conf,
CentralizedServiceWorker<?,?,?> service,
NetworkMetrics networkMetrics)
Constructor
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.