| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClusterInvoker<T>
AbstractClusterInvoker
|
class |
AvailableClusterInvoker<T>
AvailableCluster
|
class |
BroadcastCluster2Invoker<T>
BroadcastCluster2Invoker
|
class |
BroadcastClusterInvoker<T>
BroadcastClusterInvoker
|
class |
FailbackClusterInvoker<T>
When fails, record failure requests and schedule for retry on a regular interval.
|
class |
FailfastClusterInvoker<T>
Execute exactly once, which means this policy will throw an exception immediately in case of an invocation error.
|
class |
FailoverClusterInvoker<T>
When invoke fails, log the initial error and retry other invokers (retry n times, which means at most n different invokers will be invoked)
Note that retry causes latency.
|
class |
FailsafeClusterInvoker<T>
When invoke fails, log the error message and ignore this error by returning an empty Result.
|
class |
ForkingClusterInvoker<T>
NOTICE! This implementation does not work well with async call.
|
class |
MergeableClusterInvoker<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MigrationClusterInvoker<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationClusterInvoker.destroyInterfaceInvoker(ClusterInvoker<T> invoker) |
void |
MigrationClusterInvoker.destroyServiceDiscoveryInvoker(ClusterInvoker<?> invoker) |
void |
MigrationClusterInvoker.discardInterfaceInvokerAddress(ClusterInvoker<T> invoker) |
void |
MigrationClusterInvoker.discardServiceDiscoveryInvokerAddress(ClusterInvoker<?> invoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZoneAwareClusterInvoker<T>
When there're more than one registry for subscription.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockClusterInvoker<T> |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.