Interface | Description |
---|---|
Listener<T> |
Context for unregistering a registered listener.
|
Class | Description |
---|---|
GrpcMessagingClient |
Client implementation based on Alluxio gRPC messaging.
|
GrpcMessagingClientConnection |
GrpcMessagingConnection implementation for clients. |
GrpcMessagingConnection |
Abstract
GrpcMessagingConnection implementation based on Alluxio gRPC messaging. |
GrpcMessagingConnection.ContextualFuture<T> |
A future with catalyst thread context.
|
GrpcMessagingConnection.HandlerHolder |
Holds message handler and catalyst thread context.
|
GrpcMessagingContext |
The context for Grpc messaging single thread.
|
GrpcMessagingProxy |
Used to provide external proxy configuration to messaging servers/clients.
|
GrpcMessagingServer |
Server implementation based on Alluxio gRPC messaging.
|
GrpcMessagingServerConnection |
GrpcMessagingConnection implementation for server. |
GrpcMessagingServiceClientHandler |
gRPC service handler for message exchange between messaging clients and servers
that are created by
GrpcMessagingTransport . |
GrpcMessagingThread |
A thread used for Grpc messaging and stores a
GrpcMessagingContext for current thread. |
GrpcMessagingThreadFactory |
The factory to create new
GrpcMessagingThread with name. |
GrpcMessagingTransport |
Transport implementation based on Alluxio gRPC messaging.
|
Listeners<T> |
A class to hold all listeners belong to given type T.
|
Enum | Description |
---|---|
GrpcMessagingConnection.ConnectionOwner |
Defines the owner of connection.
|
Copyright © 2023. All Rights Reserved.