| Interface | Description |
|---|---|
| ThriftClient<T extends org.apache.thrift.TServiceClient> |
The thrift client's interface
|
| ThriftClientBuilder<T extends org.apache.thrift.TServiceClient> |
The builder interface for creating a
ThriftClient instance |
| ThriftClientCallback<T extends org.apache.thrift.TServiceClient,U> |
Thrift client callback interface
User should implement this interface in order to execute custom thrift service.
|
| ThriftClientLifecycle |
Lifecycle interface of a thrift client
|
| ThriftClientManager |
The interface for managing thrift clients
|
| Class | Description |
|---|---|
| GrizzlyThriftClient<T extends org.apache.thrift.TServiceClient> |
The implementation of the
ThriftClient based on Grizzly |
| GrizzlyThriftClient.Builder<T extends org.apache.thrift.TServiceClient> | |
| GrizzlyThriftClientManager |
The implementation of the
ThriftClientManager based on Grizzly |
| GrizzlyThriftClientManager.Builder | |
| RoundRobinStore<T> |
Returns the stored value by round-robin
|
| Enum | Description |
|---|---|
| ThriftProtocols |
Copyright © 2017-2019 Oracle Corporation. All Rights Reserved.