See: Description
Interface | Description |
---|---|
RequestServerHandler.Factory |
Factory for
RequestServerHandler |
Class | Description |
---|---|
AuthorizeServerHandler |
Authorize or deny client requests based on existence and completeness
of client's SASL authentication.
|
ClientRequestId |
Simple immutable object to use for tracking requests uniquely.
|
MasterRequestServerHandler |
Handler for requests on master
|
MasterRequestServerHandler.Factory |
Factory for
MasterRequestServerHandler |
RequestDecoder |
Decodes encoded requests from the client.
|
RequestEncoder |
Requests have a request type and an encoded request.
|
RequestInfo |
Help track requests throughout the system
|
RequestServerHandler<R> |
Generic handler of requests.
|
ResponseClientHandler |
Generic handler of responses.
|
ResponseEncoder |
How a server should respond to a client.
|
SaslClientHandler |
Client-side Netty pipeline component that allows authentication with a
server.
|
SaslServerHandler |
Generate SASL response tokens to client SASL tokens, allowing clients to
authenticate themselves with this server.
|
SaslServerHandler.Factory |
Factory for
SaslServerHandler |
TaskRequestIdGenerator |
Generate different request ids based on the task id.
|
WorkerRequestReservedMap |
Provides a thread-safe map for checking worker and request id pairs
|
WorkerRequestServerHandler<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M extends org.apache.hadoop.io.Writable> |
Handler for requests on worker
|
WorkerRequestServerHandler.Factory<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Factory for
WorkerRequestServerHandler |
Enum | Description |
---|---|
AckSignalFlag |
Flag used to differentiate acknowledgement flags.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.