| 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  WorkerClientand implements them
 using the availableWritableRequestobjects. | 
| 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  WorkerServerand contains
 the actualServerData. | 
| 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.