Interface | Description |
---|---|
ByteCounter |
ByteCounter interface
|
Class | Description |
---|---|
ByteCounterDelegate |
Delegate Object to help keep track of the bytes processed and provide some
metrics when desired as part of the Netty Channel stack.
|
ChannelRotater |
Maintains multiple channels and rotates between them.
|
InboundByteCounter |
Keep track of the bytes received and provide some metrics when
desired as part of the Netty Channel stack.
|
NettyClient |
Netty client for sending requests.
|
NettyMasterClient |
Netty implementation of
MasterClient |
NettyMasterServer |
Netty implementation of
MasterServer |
NettyServer |
This server uses Netty and will implement all Giraph communication
|
NettyWorkerAggregatorRequestProcessor |
Netty implementation of
WorkerAggregatorRequestProcessor |
NettyWorkerClient<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Takes users facing APIs in
WorkerClient and implements them
using the available WritableRequest objects. |
NettyWorkerClientRequestProcessor<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Aggregate requests and sends them to the thread-safe NettyClient.
|
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 . |
OutboundByteCounter |
Keep track of the bytes sent and provide some metrics when
desired as part of the Netty Channel stack.
|
SaslNettyClient |
Implements SASL logic for Giraph BSP worker clients.
|
SaslNettyServer |
Encapsulates SASL server logic for Giraph BSP worker servers.
|
SaslNettyServer.SaslDigestCallbackHandler |
CallbackHandler for SASL DIGEST-MD5 mechanism
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.