Package | Description |
---|---|
org.apache.giraph.comm |
Package of communication related objects, IPC service.
|
org.apache.giraph.comm.netty |
Package for netty implementations.
|
Constructor and Description |
---|
ServerData(CentralizedServiceWorker<I,V,E> service,
WorkerServer workerServer,
ImmutableClassesGiraphConfiguration<I,V,E> conf,
org.apache.hadoop.mapreduce.Mapper.Context context)
Constructor.
|
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 . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.